feat: label grouping in dropdowns, default state in project settings (#266)

* feat: label grouping in dropdowns, default state in project settings

* feat: label disclosure default open

* refactor: label setting page

* chore: tooltip component updated

* chore: tooltip component updated

* feat/state_sequence_change
This commit is contained in:
Aaryan Khandelwal 2023-02-10 18:02:18 +05:30 committed by GitHub
parent 7c06be19fc
commit a403c0c346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 1021 additions and 659 deletions

View file

@ -1,5 +1,6 @@
export * from "./board-view";
export * from "./list-view";
export * from "./sidebar";
export * from "./bulk-delete-issues-modal";
export * from "./existing-issues-list-modal";
export * from "./image-upload-modal";