Eric Bailey
10a77f0614
Fix render bug on native
2025-06-11 11:40:34 -05:00
Eric Bailey
412b9943b5
Set to default params, update comment
2025-06-11 11:40:34 -05:00
Eric Bailey
9ca42f20a4
Two passes only
2025-06-11 11:40:34 -05:00
Eric Bailey
98711ebc2b
Clean it up
2025-06-11 11:40:34 -05:00
Eric Bailey
24b6b9ea56
Checkpoint: think we're good, needs more cleanup
2025-06-11 11:40:34 -05:00
Eric Bailey
70bc131ea2
Checkpoint, need to fix blocked posts
2025-06-11 11:40:34 -05:00
Eric Bailey
a8dc0c9bb9
Checkpoint cleanup
2025-06-11 11:40:34 -05:00
Eric Bailey
2c80c1f288
Checkpoint new traversal
2025-06-11 11:40:34 -05:00
Eric Bailey
1fea99e2e8
Update APIs
2025-06-11 11:40:33 -05:00
Eric Bailey
3247fe1137
Almost there with read mores
2025-06-11 11:40:33 -05:00
Eric Bailey
e83003b1ec
Fix lines on read more items
2025-06-11 11:40:33 -05:00
Eric Bailey
fd0162c321
Use indent ya idiot
2025-06-11 11:40:33 -05:00
Eric Bailey
1f73c05195
Fix up traversal metadata
2025-06-11 11:40:33 -05:00
Eric Bailey
e5cc0c0ed2
New reply tree layout
2025-06-11 11:40:33 -05:00
Eric Bailey
e1587661f4
More reorg
2025-06-11 11:40:33 -05:00
Eric Bailey
3223ab859b
Reorg
2025-06-11 11:40:33 -05:00
Eric Bailey
7a7708348a
Handle linear view
2025-06-11 11:40:33 -05:00
Eric Bailey
37cd3840a4
Basically working read more
2025-06-11 11:40:33 -05:00
Eric Bailey
2497099d81
Handle read more cases in tree view
2025-06-11 11:40:33 -05:00
Eric Bailey
4c4274ada3
Fix optimistic insert
2025-06-11 11:40:33 -05:00
Eric Bailey
ef3baf8368
Update APIs
2025-06-11 11:40:33 -05:00
Eric Bailey
da4afb78d0
WIP kill me
2025-06-11 11:40:33 -05:00
Eric Bailey
9e9ab55027
Fix highlighted post calc
2025-06-11 11:40:33 -05:00
Eric Bailey
2183de7452
Add annotations
2025-06-11 11:40:33 -05:00
Eric Bailey
a16f5ecbff
Clean up onPostSuccess
2025-06-11 11:40:33 -05:00
Eric Bailey
7d4ce438ca
Ensure deletes are coming through
2025-06-11 11:40:32 -05:00
Eric Bailey
f8d5ad88c5
Working optimistic reply insertions, preference for OP
2025-06-11 11:39:52 -05:00
Eric Bailey
8bab738fed
Simple working version, no pref for OP
2025-06-11 11:39:52 -05:00
Eric Bailey
912aaac3f6
Sorta working linear view optimistic state
2025-06-11 11:39:52 -05:00
Eric Bailey
8e2bdecc25
Update types
2025-06-11 11:39:52 -05:00
Eric Bailey
03b5ef162c
Add in new optimistic insert logic
2025-06-11 11:39:52 -05:00
Eric Bailey
5f586cbec0
Re-org
2025-06-11 11:39:52 -05:00
Eric Bailey
e82627cf4f
Little cleanup, inserting dupes
2025-06-11 11:39:52 -05:00
Eric Bailey
4a83579795
Optimistic WIP
2025-06-11 11:39:52 -05:00
Eric Bailey
b428f8f93c
WIP optimistic
2025-06-11 11:39:52 -05:00
Eric Bailey
dd01bdd91d
Handle first reply under highlighted/composer
2025-06-11 11:39:52 -05:00
Eric Bailey
f82641b86d
Fix parents
2025-06-11 11:39:52 -05:00
Eric Bailey
4431e1b7f7
Clarify some naming
2025-06-11 11:39:52 -05:00
Eric Bailey
64598ab9d0
Better muted/hidden sorting and handling
2025-06-11 11:39:52 -05:00
Eric Bailey
df607870f0
Rough handling of hidden/muted
2025-06-11 11:39:52 -05:00
Eric Bailey
e42cd77fc0
Sorting working
2025-06-11 11:39:52 -05:00
Eric Bailey
59ab4f9668
WIP
2025-06-11 11:39:52 -05:00
Francisco Nascimento
269105371b
Instant Feed Update on Mute or Moderation Action ( #8463 )
...
* Implemented #2406 : Instant Feed Update on Mute or Moderation Action
Posts from muted or blocked users are now removed immediately from
the feed. This is achieved by extending the usePostShadow hook to
check if the post author is muted or blocked and return
POST_TOMBSTONE accordingly.
A unit test was also added to validate the new logic.
Co-authored-by: Pedro Macedo <pedrosantosmacedo@tecnico.ulisboa.pt >
* remove useless tests
---------
Co-authored-by: Pedro Macedo <pedrosantosmacedo@tecnico.ulisboa.pt >
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-06-11 06:21:31 -07:00
Samuel Newman
1380c5ac67
use ref instead of source ( #8471 )
2025-06-10 15:29:39 -05:00
hailey
45a3e6c0d5
tweak ordering of explore components ( #8432 )
...
* tweak ordering of explore components
* use better feed suggestions, metrics
* tweak default limit
* tweak
* remove unnecessary if
2025-05-30 15:29:00 -07:00
hailey
ce7b9dc430
add metrics ( #8426 )
2025-05-30 13:54:58 -07:00
hailey
2a453cd9ca
invert flag for sending to statsig ( #8431 )
2025-05-30 12:13:44 -07:00
Samuel Newman
4c5a4e471f
Make via-repost notifs groupable ( #8429 )
2025-05-30 01:43:56 +03:00
Samuel Newman
cf63c2ca07
Send FeedFeedback interactions in thread view ( #8414 )
2025-05-28 22:09:28 +03:00
Eric Bailey
342f820ec0
Quiet some logs, fix a bug ( #8404 )
...
* Composer, 142k
* Log geolocation error at most once per session
* Clean thumb cache, 1.4m
* Quiet generic network errors
* Handle undefined notification payloads
2025-05-27 13:25:41 -05:00