0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/admin-x-settings/src
Peter Zimon 0b07c44797
AdminX searchfield keyboard shortcut (#18244)
refs. https://github.com/TryGhost/Product/issues/3349

- it's a bit cumbersome to always click in the searchfield to use it.
`/` is a standard keyboard shortcut to focus on a searchfield in
apps. Also, by auto-focusing on the searchfield it's even faster to find
settings.
2023-09-20 14:32:18 +02:00
..
admin-x-ds AdminX searchfield keyboard shortcut (#18244) 2023-09-20 14:32:18 +02:00
api Added a timeout when adding a recommendation (#18204) 2023-09-18 15:12:54 +02:00
assets Optimised bundle size and configuration in AdminX (#18227) 2023-09-19 16:54:01 +00:00
components AdminX searchfield keyboard shortcut (#18244) 2023-09-20 14:32:18 +02:00
hooks Added Support Email verification modals to Admin X (#18152) 2023-09-15 16:00:24 +07:00
styles AdminX various UI fixes (#18089) 2023-09-12 16:11:12 +02:00
utils Added a timeout when adding a recommendation (#18204) 2023-09-18 15:12:54 +02:00
App.tsx Update labs settings in Ember when changed in AdminX (#18231) 2023-09-19 18:48:47 +00:00
index.tsx
main.tsx Update labs settings in Ember when changed in AdminX (#18231) 2023-09-19 18:48:47 +00:00
MainContent.tsx AdminX searchfield keyboard shortcut (#18244) 2023-09-20 14:32:18 +02:00
typings.d.ts Implemented email customisation labs flag in AdminX (#17881) 2023-09-04 07:00:37 +01:00
vite-env.d.ts