Fix/empty state flicker (#3475)
* fix: flicker issue between loader and empty states. * chore: fix `All Issues` tab highlight when we switch between tabs inside all issues.
This commit is contained in:
parent
6c6b764421
commit
f8208b1b5e
9 changed files with 25 additions and 21 deletions
|
|
@ -243,7 +243,7 @@ export const SIDEBAR_MENU_ITEMS: {
|
|||
label: "All Issues",
|
||||
href: `/workspace-views/all-issues`,
|
||||
access: EUserWorkspaceRoles.GUEST,
|
||||
highlight: (pathname: string, baseUrl: string) => pathname === `${baseUrl}/workspace-views/all-issues`,
|
||||
highlight: (pathname: string, baseUrl: string) => pathname.includes(`${baseUrl}/workspace-views`),
|
||||
Icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue