0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/admin-x-framework/src
Djordje Vlaisavljevic 3709a4811e
Improved ActivityPub drawer view UI (#21521)
ref https://linear.app/ghost/issue/AP-507/inbox-view-missing-min-width-for-inbox-card, https://linear.app/ghost/issue/AP-562/remove-unused-viewfollowersmodal-and-viewfollowingmodal-files, https://linear.app/ghost/issue/AP-559/add-post-stats-and-buttons-to-articles-in-drawer-view, https://linear.app/ghost/issue/AP-468/drawer-visual-refinements, https://linear.app/ghost/issue/AP-558/add-actor-info-to-articles-in-drawer-view, https://linear.app/ghost/issue/AP-573/add-anchor-link-to-replies-in-the-drawer

- Made `Articles` in drawer view wider for better reading experience
- Added `Actor` info to `Articles` in drawer view for more context about who posted it
- Added `Like` and `Reply` buttons and counters to `Articles` in drawer view
- Clicking on a Reply notification or Reply icon in the drawer view now scrolls you directly to replies
- Removed modals we’re no longer using
- Updated `RoutingProvider` so it can work without any modals passed to
it
2024-11-07 15:59:29 +00:00
..
api Updated search to be dynamic in admin-x-activitypub app (#21099) 2024-09-30 11:32:05 +01:00
hooks 🐛 Fixed default recipients setting not showing label filters (#20480) 2024-06-27 17:47:26 +02:00
providers Improved ActivityPub drawer view UI (#21521) 2024-11-07 15:59:29 +00:00
test Fixed flaky Admin X design tests (#21426) 2024-10-28 17:25:05 +09:00
utils Updated ActivityPub API root path (#20471) 2024-06-27 11:27:25 +07:00
errors.ts
helpers.ts
hooks.ts Added tests to AdminX framework package (#19022) 2023-11-20 11:00:51 +00:00
index.ts Updated files with mixed named/default exports to use only named exports (#19385) 2023-12-14 16:01:28 +00:00
playwright.ts Updated files with mixed named/default exports to use only named exports (#19385) 2023-12-14 16:01:28 +00:00
routing.ts Updated files with mixed named/default exports to use only named exports (#19385) 2023-12-14 16:01:28 +00:00
vite.ts Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00