fix: views issues mutation, sidebar link highlight (#1025)
* fix: views issues mutation, sidebar link highlight * fix: show only specific states when type filter is set * fix: delete comment mutation * style: bulk delete issues modal * fix: project settings features mutation
This commit is contained in:
parent
4884ecd668
commit
df96d40cfa
29 changed files with 165 additions and 74 deletions
|
|
@ -19,12 +19,12 @@ import { Loader, EmptyState, PrimaryButton } from "components/ui";
|
|||
import { Breadcrumbs, BreadcrumbItem } from "components/breadcrumbs";
|
||||
// icons
|
||||
import { PlusIcon } from "@heroicons/react/24/outline";
|
||||
// images
|
||||
import emptyProject from "public/empty-state/empty-project.svg";
|
||||
// types
|
||||
import type { NextPage } from "next";
|
||||
// fetch-keys
|
||||
import { PROJECT_MEMBERS } from "constants/fetch-keys";
|
||||
// image
|
||||
import emptyProject from "public/empty-state/empty-project.svg";
|
||||
|
||||
const ProjectsPage: NextPage = () => {
|
||||
// router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue