0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/apps/admin-x-settings/src
Daniël van der Winden eaed33972f
Admin navigation settings fix (#21323)
fixes
https://linear.app/tryghost/issue/DES-73/enter-should-create-new-navigation-itemmove-to-next-field

Solves a regression where, when adding navigation items, pressing ENTER
(when on the last item in the list) no longer created a new row.

Also solves an issue where the `+` button next to the row of input
fields wasn't positioned correctly when a form error was showing (it
jumped down along with the error).
2024-10-17 13:10:21 +00:00
..
assets Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
components Admin navigation settings fix (#21323) 2024-10-17 13:10:21 +00:00
hooks Added fix for Infinite loop when changing value of new navigation item's field value 2024-07-04 12:07:33 +00:00
styles Settings keyboard shortcuts (#19836) 2024-03-13 08:46:22 +01:00
utils Updated version handling in Admin-X Settings 2024-09-16 09:57:09 +02:00
App.tsx 🐛 Fixed spurious errors when loading modal before provider 2024-07-29 13:38:05 +02:00
index.tsx
main.tsx Update migration in settings (#19278) 2023-12-13 16:25:29 +01:00
MainContent.tsx Fix scroll on settings page for editor users (#20516) 2024-07-02 14:37:56 +00:00
typings.d.ts Updated timezone-data and color-utils to use built in type definitions (#18795) 2023-10-30 16:40:54 +00:00
vite-env.d.ts