Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: synced codeowners with sharepoint table #1034

Merged
merged 3 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
* @amje @ValeraS @korvin89
/src/components/ActionTooltip @amje
/src/components/Alert @IsaevAlexandr
/src/components/ArrowToggle @Marginy605
/src/components/Breadcrumbs @vrozaev
#/src/components/Breadcrumbs
/src/components/Button @amje
/src/components/Card @Lunory
/src/components/Checkbox @zamkovskaya
#/src/components/ClipboardButton @damask
#/src/components/ClipboardIcon @damask
#/src/components/CopyToClipboard @damask
/src/components/Dialog @Volodomor
/src/components/ClipboardButton @SeqviriouM
/src/components/ClipboardIcon @SeqviriouM
/src/components/ControlLabel @korvin89
/src/components/CopyToClipboard @SeqviriouM
#/src/components/Dialog
/src/components/Disclosure @Raubzeug
/src/components/DropdownMenu @axtk
/src/components/Hotkey @d3m1d0v
Expand All @@ -19,6 +21,7 @@
/src/components/Loader @SeqviriouM
/src/components/Menu @NikitaCG
/src/components/Modal @amje
/src/components/Pagination @jhoncool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I deleted it.

/src/components/Persona @DaffPunks
/src/components/Popover @kseniya57
/src/components/Popup @amje
Expand All @@ -31,16 +34,18 @@
/src/components/UserAvatar @DaffPunks
/src/components/Select @korvin89
/src/components/Sheet @korvin89
/src/components/Skeleton @amje
/src/components/Skeleton @SeqviriouM
/src/components/Spin @SeqviriouM
/src/components/Stories @DarkGenius
/src/components/Switch @zamkovskaya
/src/components/Table @krozhkov
#/src/components/Table
/src/components/Tabs @sofiushko
/src/components/Text @IsaevAlexandr
#/src/components/TextInput @dustyo-O
/src/components/controls/TextArea @korvin89
/src/components/controls/TextInput @korvin89
/src/components/Toaster @ogonkov
/src/components/Tooltip @amje
/src/components/theme @resure
/src/components/Pagination @jhoncool

/src/hooks/useOutsideClick @NikitaCG

Expand Down