about summary refs log tree commit diff
path: root/src/state/shell/drawer-open.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [Perf] Drawer gesture perf fix + related cleanup (#8953)Samuel Newman2025-09-051-6/+6
| | | | | | | * split drawer layout into own component * don't put props in dep array * memoize pager view
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+2
|
* Close active elems (react-query refactor) (#1926)Paul Frazee2023-11-161-0/+1
| | | | | | | | | * Refactor closeAny and closeAllActiveElements * Add close lightbox * Switch to hooks * Fixes
* Extract shell state into separate context (#1824)Eric Bailey2023-11-071-0/+24
* WIP * Add shell state * Integrate new shell state for drawer and minimal shell mode * Replace isDrawerSwipeDisabled * Split shell state into separate contexts to avoid needless re-renders * Fix typo --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>