mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 03:16:25 +02:00
feat: add documentsSidebarOpenAtom for managing sidebar state and integrate it into LayoutDataProvider and Composer components
This commit is contained in:
parent
86a9512021
commit
95a0e35393
3 changed files with 24 additions and 299 deletions
|
|
@ -5,3 +5,5 @@ export const globalDocumentsQueryParamsAtom = atom<GetDocumentsRequest["queryPar
|
|||
page_size: 10,
|
||||
page: 0,
|
||||
});
|
||||
|
||||
export const documentsSidebarOpenAtom = atom(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue