about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThread.tsx
Commit message (Expand)AuthorAgeFilesLines
* Threads v2 cleanup (#8902)Eric Bailey2025-08-261-910/+0
* feat: use OP's language as recommendation when replying (#8832)Elijah Seed-Arita2025-08-151-0/+1
* [Threads V2] Preliminary integration of unspecced V2 APIs (#8443)Eric Bailey2025-06-111-25/+19
* Post source handling updates (#8472)Eric Bailey2025-06-111-5/+25
* [APP-1158] Refactor email-related dialogs (#8296)Eric Bailey2025-05-071-9/+9
* Fix post thread item hider line height crop (#8028)Samuel Newman2025-03-201-2/+1
* fixing moderation blur gap when replying via the thread feed (#7783)Seth Wood2025-03-061-1/+2
* Remove `moderatePost_wrapped` (#7188)Samuel Newman2025-02-251-2/+5
* Bump clamp max value (#7198)dan2024-12-191-1/+1
* Add reply sorting in-thread (#7156)dan2024-12-181-12/+180
* Web sticky headers for most screens (#7153)Samuel Newman2024-12-181-16/+19
* Point "Continue thread" at last shown post (#7060)dan2024-12-111-3/+4
* Add back button to desktop threads (#7010)Eric Bailey2024-12-081-3/+2
* [Layout] Base (#6907)Eric Bailey2024-12-051-3/+2
* Fix gap between Write Your Reply and bottom bar on web (#6783)dan2024-11-271-1/+1
* Don't re-sort already fetched post thread items (#6698)dan2024-11-241-0/+9
* Sort imports (#6009)dan2024-10-291-7/+7
* [Video] Lexicon implementation (#4881)Samuel Newman2024-08-291-0/+1
* Optimistic hidden replies (#4977)Eric Bailey2024-08-231-32/+9
* Fetch it (#4974)Eric Bailey2024-08-221-4/+2
* Prep threadgate shadow hack (#4970)Eric Bailey2024-08-211-4/+5
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-8/+57
* Show just-posted replies above OP replies (#4901)dan2024-08-081-4/+29
* Move onPressReply into child component (#4898)dan2024-08-081-10/+24
* Remove unnecessary state update for reply gate (#4897)dan2024-08-081-12/+36
* Show own replies before follows' replies in threads (#4882)dan2024-08-061-4/+5
* Collection of moderation fixes (#4566)Paul Frazee2024-06-191-1/+5
* Improve thread loading (#4402)Paul Frazee2024-06-111-0/+4
* don't maintain position whenever there are no parents (#4277)Hailey2024-05-301-1/+3
* Interpret 'hide' setting as ALWAYS hiding from thread replies (#4263)Paul Frazee2024-05-301-2/+2
* Always show the header on post threads on native (#4254)Hailey2024-05-301-182/+155
* Improve moderation behaviors: show alert/inform sources and improve UX around...Paul Frazee2024-05-241-13/+132
* show spinner when preferences has not loaded yet (#3756)Hailey2024-05-061-3/+3
* Performance improvements: structural sharing & moderation opts context (#3785)Paul Frazee2024-04-301-4/+2
* Fix List onMomentumScrollEnd (#3759)dan2024-04-291-33/+39
* Simplify list logic further to prevent misuse (#3334)Hailey2024-04-031-33/+38
* Mods UI fixes (#3296)Eric Bailey2024-03-211-16/+16
* Fix missing error on `PostThread` (#3295)Hailey2024-03-211-1/+1
* Fix detection of !no-unauthenticated (#3279)Paul Frazee2024-03-191-1/+2
* `PostThread` cleanup (#3183)Hailey2024-03-191-288/+151
* 3p moderation services [WIP] (#2550)Paul Frazee2024-03-181-5/+6
* Adjust `windowSize` on `PostThread` `FlatList` (#2989)Hailey2024-02-261-0/+1
* Fix jumps when navigating into long threads (#2878)dan2024-02-161-26/+60
* Adjust post thread scroll for cached posts (#2865)dan2024-02-141-61/+82
* Move visual display logic out of PostThread generators (#2862)dan2024-02-131-28/+55
* Fix duplicate keys in PostThread (#2854)dan2024-02-121-12/+15
* Clean up some sentry logs (#2630)Eric Bailey2024-01-251-1/+1
* Dejank navigation between thread posts (#2625)dan2024-01-251-38/+23
* Show composer reply prompt on tablet (#2622)dan2024-01-251-3/+3
* Use consistent spinners for loading screens (#2611)dan2024-01-241-7/+2