about summary refs log tree commit diff
path: root/src/state/shell/shell-layout.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Sync top/bottom bar disappearance to the scroll (#1855)dan2023-11-091-0/+41
* 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