about summary refs log tree commit diff
path: root/src/view/com/posts/FeedSlice.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix tscPaul Frazee2023-05-251-1/+1
|
* [APP-635] Mutelists (#601)Paul Frazee2023-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists and profilelist screens * Implement lists screen and lists-list in profiles * Add empty states to the lists screen * Switch (mostly) from blocklists to mutelists * Rework: create a new moderation screen and move everything related under it * Fix moderation screen on desktop web * Tune the empty state code * Change content moderation modal to content filtering * Add CreateMuteList modal * Implement mutelist creation * Add lists listings * Add the ability to create new mutelists * Add 'add to list' tool * Satisfy the hashtag hyphen haters * Add update/delete/subscribe/unsubscribe to lists * Show which list caused a mute * Add list un/subscribe * Add the mute override when viewing a profile's posts * Update to latest backend * Add simulation tests and tune some behaviors * Fix lint * Bump deps * Fix list refresh after creation * Mute list subscriptions -> Mute lists
* Implement blocks (#554)Paul Frazee2023-04-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Quick fix to prompt * Add blocked accounts screen * Add blocking tools to profile * Blur avis/banners of blocked users * Factor blocking state into moderation dsl * Filter post slices from the feed if any are hidden * Handle various block UIs * Filter in the client on blockedBy * Implement block list * Fix some copy * Bump deps * Fix lint
* Update AtUri import to use official package with fix for usernames that ↵Paul Frazee2023-04-071-1/+1
| | | | start with numbers (close #414) (#418)
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-3/+3
|
* Fix full thread SVG dots not rendering (#346) (#364)John Fawcett2023-04-031-3/+3
|
* Elide long threads in the feed (close #333)Paul Frazee2023-03-211-0/+83
|
* Refactor feed manipulation and rendering to be more robust (#297)Paul Frazee2023-03-161-0/+28