feat: add documentsSidebarOpenAtom for managing sidebar state and integrate it into LayoutDataProvider and Composer components

This commit is contained in:
Anish Sarkar 2026-03-06 14:40:10 +05:30
parent 86a9512021
commit 95a0e35393
3 changed files with 24 additions and 299 deletions

View file

@ -5,3 +5,5 @@ export const globalDocumentsQueryParamsAtom = atom<GetDocumentsRequest["queryPar
page_size: 10,
page: 0,
});
export const documentsSidebarOpenAtom = atom(false);