about summary refs log tree commit diff
path: root/src/view/screens/Storybook/ListContained.tsx
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-1/+1
|
* Fix `<List>` types (#6756)Samuel Newman2024-11-261-3/+3
| | | | | | | * fix List and ScrollView types * add comment * rm omitting ref
* Sort imports (#6009)dan2024-10-291-2/+2
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* change `contentVisibility` to `contain` (#4752)Hailey2024-07-081-1/+1
|
* A few `containWeb` List nits (#3877)Hailey2024-05-061-2/+8
| | | | | | | | | * use getters for returned values * pass ref * add log to `onScroll` in tester * improve expect error
* Further align web `List` with `FlatList`, add `contain` mode to web list ↵Hailey2024-05-061-0/+98
implementation (#3867) * add `onStartReached` to web list * fix `rootMargin` * Add `contain`, handle scroll events * improve types, fix typo * simplify * adjust `scrollToTop` and `scrollToOffset` to support `contain`, add `scrollToEnd` * rename `handleWindowScroll` to `handleScroll` * support basic `maintainVisibleContentPosition` * rename `contain` to `containWeb` * remove unnecessary `flex: 1` * add missing props * add root prop to `Visibility` * add root prop to `Visibility` * revert adding `maintainVisibleContentPosition` * oops * always apply `flex: 1` to styles when contained * add a contained list to storybook * make `onScroll` a worklet in storybook * revert test code * add scrolling to storybook * simplify getting scrollable node * nit: extra whitespace * nit: random comment * foolproof the logic * typecheck