about summary refs log tree commit diff
path: root/src/state/queries/threadgate.ts
Commit message (Collapse)AuthorAgeFilesLines
* Boolean filter improvement alternative: TS upgrade (#4840)Dmitrii Kartashev2024-07-261-1/+1
| | | | | * upgrade typescript and use new feature * fix: typing error
* Fix sloppy filter(Boolean) types (#4830)dan2024-07-251-11/+11
| | | | | | | | | | | | | * Fix sloppy filter(Boolean) in threadgate * Fix sloppy filter(Boolean) in Explore * Fix sloppy filter(Boolean) in post-feed * Harden FeedPostSliceItem.reason type def * Harden parentAuthor types * Fix lying component types, handle blocks
* Implement thread locking (#4545)Paul Frazee2024-06-181-0/+33
| | | | | | | * Add the ability to edit threadgates * Fix bottom border on mobile * Refresh thread after threadgate edit
* Add "Who can reply" controls [WIP] (#1954)Paul Frazee2023-12-101-0/+5
* Add threadgating * UI improvements * More ui work * Remove comment * Tweak colors * Add missing keys * Tweak sizing * Only show composer option on non-reply * Flex wrap fix * Move the threadgate control to the top of the composer