Ghost/apps/admin-x-framework/src
Ronald Langeveld a47d55d1a2
🐛 Fixed trailing slashes not handled in Settings (#19640)
fixes
https://linear.app/tryghost/issue/ENG-609/staff-users-can-no-longer-be-opened-directly-with-their-url

- additionally added an `edit` route for editing staff users, which
fixes a regression.
2024-02-01 19:23:22 +02:00
..
api 🐛 Fixed links in History (#19551) 2024-01-23 11:32:46 +00:00
hooks Updated AdminX error handling to display validation errors correctly (#19210) 2023-11-30 16:47:59 +00:00
providers 🐛 Fixed trailing slashes not handled in Settings (#19640) 2024-02-01 19:23:22 +02:00
test 🎨 Admin X - Offers (#19520) 2024-01-25 12:41:54 +00:00
utils Moved AdminX test config to framework package (#19096) 2023-11-22 13:39:32 +00:00
errors.ts Separated common AdminX logic into a reusable package (#18919) 2023-11-14 13:50:08 +00:00
helpers.ts Separated common AdminX logic into a reusable package (#18919) 2023-11-14 13:50:08 +00:00
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