about summary refs log tree commit diff
path: root/src/state/shell/minimal-mode.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Sync top/bottom bar disappearance to the scroll (#1855)dan2023-11-091-5/+14
| | | | | | | | | | | | | | | | | * Disable existing code that toggles shell * Make shell mode a float * Translate based on the gesture * Track header and footer heights * Add web support * Fix types and cleanup * Add back isScrolled logic * Add comments
* Hide/show header and footer without re-renders, take two (#1849)dan2023-11-091-5/+17
| | | | | | | | | * Remove callsites using the state value * Remove unused code * Change shell mode without re-renders * Adjust "write your reply" for mode
* 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>