refactor: favorites sidebar implementation (#6716)

* chore: code separation for favorites

* chore: error handling
This commit is contained in:
Aaryan Khandelwal 2025-03-07 13:17:13 +05:30 committed by GitHub
parent 40c0bbcfb4
commit cb344ea1f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 121 additions and 50 deletions

View file

@ -0,0 +1 @@
export * from "./sidebar-favorites";

View file

@ -0,0 +1 @@
export * from "ce/constants/sidebar-favorites";

View file

@ -0,0 +1 @@
export * from "ce/hooks/use-additional-favorite-item-details";