about summary refs log tree commit diff
path: root/src/lib/hooks/useOnMainScroll.ts
Commit message (Expand)AuthorAgeFilesLines
* Make scroll handling contextual (#2200)dan2023-12-131-125/+0
* Push useAnimatedScrollHandler down everywhere to work around bugs (#1866)dan2023-11-101-9/+35
* Work around web stale closure bug in Reanimated (#1865)dan2023-11-101-6/+2
* Sync top/bottom bar disappearance to the scroll (#1855)dan2023-11-091-52/+83
* Hide/show header and footer without re-renders, take two (#1849)dan2023-11-091-2/+5
* Extract shell state into separate context (#1824)Eric Bailey2023-11-071-14/+17
* Improve Device Detection For Better Responsiveness (#1512)Bryan Lee2023-09-281-10/+14
* Fix: re-add the scroll boundary to avoid minimal shell at top of screen (#956)Paul Frazee2023-07-031-2/+10
* fix: stabilize minimalShellMode toggling by introducing modified thresholds (...Paul Frazee2023-07-021-6/+4
* Fix the 'dancing header' problem on webPaul Frazee2023-05-251-2/+8
* Refactor the scroll-to-top UXPaul Frazee2023-05-241-18/+40
* show scroll to top button when scrolling stopsAnsh Nanda2023-05-231-0/+3
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-0/+25