[WEB-1255] feat: filters for project views and changes required for advanced views (#4949)

* View with filters and changes required for advanced views

* minor refactoring of views

* minor name change
This commit is contained in:
rahulramesha
2024-06-27 14:40:14 +05:30
committed by GitHub
parent adaf3b15de
commit 82661589fb
52 changed files with 922 additions and 146 deletions

View File

@@ -6,7 +6,7 @@ import { IGithubRepoCollaborator } from "@plane/types";
// services
import { Avatar, CustomSelect, CustomSearchSelect, Input } from "@plane/ui";
import { WORKSPACE_MEMBERS } from "@/constants/fetch-keys";
import { WorkspaceService } from "@/services/workspace.service";
import { WorkspaceService } from "@/plane-web/services";
// ui
// types
import { IUserDetails } from "./root";

View File

@@ -8,7 +8,7 @@ import { IJiraImporterForm } from "@plane/types";
// services
import { Avatar, CustomSelect, CustomSearchSelect, Input, ToggleSwitch } from "@plane/ui";
import { WORKSPACE_MEMBERS } from "@/constants/fetch-keys";
import { WorkspaceService } from "@/services/workspace.service";
import { WorkspaceService } from "@/plane-web/services";
// ui
// types
// fetch keys