about summary refs log tree commit diff
path: root/src/view/com/util/List.web.tsx
Commit message (Expand)AuthorAgeFilesLines
* Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918)Samuel Newman2025-09-091-6/+13
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-3/+8
* [Layout] Base (#6907)Eric Bailey2024-12-051-66/+49
* Fix broken pagination for lists tab on profile page (#6221)Khuddite2024-11-231-2/+2
* Update Node.js to 20.x in Dockerfile (#6099)Trivikram Kamat2024-11-111-1/+1
* [Settings] Ungate, and remove old settings (#6144)Samuel Newman2024-11-081-1/+3
* Lower feedfeedback seen threshold to 0.5s (#6127)dan2024-11-051-1/+1
* Update Reanimated (#6126)dan2024-11-051-1/+1
* [Videos] Video player - PR #2 - better web support (#4732)Samuel Newman2024-08-071-18/+4
* [Web] Retrigger onEndReached if needed when content height changes (#4859)dan2024-07-311-3/+32
* change `contentVisibility` to `contain` (#4752)Hailey2024-07-081-22/+25
* Fix `onEndReached` not firing sometimes on web (#4728)Hailey2024-07-041-0/+1
* add support for `ListEmptyComponent`, allow `undefined` data (#4403)Hailey2024-06-191-24/+39
* add types for `desktopFixedHeight` to `List` (#4356)Hailey2024-06-051-1/+1
* add prop to ListImpl for disabling `content-visibility` style (#4236)Hailey2024-05-301-4/+16
* implement a safari hack for ime (#4186)Hailey2024-05-231-2/+1
* don't use `contentVisibility` on Firefox (#4164)Hailey2024-05-221-1/+2
* FeedFeedback fixes (#3968)dan2024-05-121-1/+1
* add sideborders prop (#3920)Samuel Newman2024-05-081-1/+3
* Implement FeedFeedback API (#3498)Paul Frazee2024-05-071-10/+67
* A few `containWeb` List nits (#3877)Hailey2024-05-061-22/+52
* [🐴] Finalize web message screen (#3868)Hailey2024-05-061-0/+1
* Further align web `List` with `FlatList`, add `contain` mode to web list impl...Hailey2024-05-061-21/+111
* Fix `IntersectionObserver` `rootMargin` in web `List` implementation, add `on...Hailey2024-05-051-8/+30
* Remove side borders on mobile web list (#2994)dan2024-02-271-2/+2
* Workaround Safari content-visibility bug (#2699)dan2024-01-301-1/+4
* New Web Layout (#2126)dan2024-01-221-0/+341