[WEB-3175]fix: favorites menu (#6773)

* fix: favrotites menu open

* fix: open fav menu on starring projec

* chore: added constant for hardcoded text
This commit is contained in:
Vamsi Krishna 2025-03-20 14:03:24 +05:30 committed by GitHub
parent 04fb13cbca
commit bc539e0d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 78 additions and 16 deletions

View file

@ -325,6 +325,7 @@ export const WORKSPACE_SIDEBAR_STATIC_NAVIGATION_ITEMS_LINKS: IWorkspaceSidebarN
WORKSPACE_SIDEBAR_STATIC_NAVIGATION_ITEMS["projects"],
];
export const IS_FAVORITE_MENU_OPEN = "is_favorite_menu_open";
export const WORKSPACE_DEFAULT_SEARCH_RESULT: IWorkspaceSearchResults = {
results: {
workspace: [],