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

@ -13,7 +13,7 @@ import useUser from "hooks/use-user";
import { Button, Spinner } from "components/ui";
// components
import { NotAuthorizedView } from "components/core";
import CommandPalette from "components/command-palette";
import { CommandPalette } from "components/command-palette";
import { JoinProject } from "components/project";
// local components
import Container from "layouts/container";