Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add displayName to contexts (#8814) | Samuel Newman | 2025-08-14 | 1 | -2/+3 |
| | |||||
* | Account for momentum when hiding minimal shell (#3740) | dan | 2024-04-28 | 1 | -1/+4 |
| | | | | | | | | | * Add optional momentum events to scroll context * If there is a velocity, don't snap until momentum end * Don't show bar on scroll down * Rm onMomentumBegin | ||||
* | Make scroll handling contextual (#2200) | dan | 2023-12-13 | 1 | -0/+35 |
* Add an intermediate List component * Fix type * Add onScrolledDownChange * Port pager to use onScrolledDownChange * Fix on mobile * Don't pass down onScroll (replacement TBD) * Remove resetMainScroll * Replace onMainScroll with MainScrollProvider * Hook ScrollProvider to pager * Fix the remaining special case * Optimize a bit * Enforce that onScroll cannot be passed * Keep value updated even if no handler * Also memo it |