0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/admin-x-activitypub/src
Djordje Vlaisavljevic 4597abddff Improved grouped notifications UI
ref https://linear.app/ghost/issue/AP-625/implement-notification-grouping-for-follows-and-likes

- Improved handling for notification clicks of various types: single follower notification opens that follower in the drawer, multiple followers expands the followers list, liked post opens the article in the wide drawer, liked note opens the note in the narrow drawer
- Improved hover and click states for profile names, usernames and avatars. Now it's more obvious what's clickable, and clicking on any of these elements in any context opens that profile in the drawer.
- Created a handleProfileClick utility since we're using it in a lot of places.
- Removed unnecessary types
- Made the HTML structure more semantic
2024-12-06 17:04:39 +00:00
..
api Refactored data loading to be more performant in admin-x-activitypub (#21770) 2024-11-30 22:41:51 +00:00
assets/images Added empty state 2024-06-24 18:07:09 +01:00
components Improved grouped notifications UI 2024-12-06 17:04:39 +00:00
hooks Refactored data loading to be more performant in admin-x-activitypub (#21770) 2024-11-30 22:41:51 +00:00
styles Made similar notifications appear grouped together (#21805) 2024-12-05 21:52:03 +00:00
utils Improved grouped notifications UI 2024-12-06 17:04:39 +00:00
App.tsx Added UI for publishing short-form notes from Ghost admin (#21667) 2024-11-21 12:07:55 +00:00
index.tsx
MainContent.tsx Refactored data loading to be more performant in admin-x-activitypub (#21770) 2024-11-30 22:41:51 +00:00
standalone.tsx