about summary refs log tree commit diff
path: root/src/view/com/notifications/NotificationFeed.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix mention tab flicker (#8640)Samuel Newman2025-07-121-1/+7
|
* Allow disabling replies (#8537)Samuel Newman2025-06-201-2/+2
|
* Send FeedFeedback interactions in thread view (#8414)Samuel Newman2025-05-281-2/+2
|
* Add soft reset to chat list (#7771)Samuel Newman2025-02-251-1/+0
| | | | | * add soft reset to chat list * refresh when soft resetting
* Fix notifications borders (#7140)dan2024-12-171-1/+1
|
* [Notifications] Add a Mentions tab (#7044)dan2024-12-121-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split out NotificationsTab * Remove unused route parameter * Refine the split between components * Hoist some logic out of NotificationFeed * Remove unused option * Add all|conversations to query, hardcode "all" * Add a Conversations tab * Rename to Mentions * Bump packages * Rename fields * Fix oopsie * Simplify header * Track active tab * Fix types * Separate logic for tabs * Better border for first unread * Highlight unread for all only * Fix spinner races * Fix fetchPage races * Fix bottom bar border being obscured by glimmer * Remember last tab within the session * One tab at a time * Fix TS * Handle all RQKEY usages * Nit
* Disambiguate feed component naming (#7040)dan2024-12-101-0/+197
* Rename posts/Feed* -> posts/PostFeed* * Rename notifications/Feed* -> notifications/NotificationFeed*