0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/apps/admin-x-settings/src
Ronald Langeveld 2554c0df31
Added createable selector to embed in AdminX (#18094)
no issue

Added the ability to create new labels for the embed signup form in the
admin-x-settings app. This involved importing a new component and adding
a prop to the `MultiSelect` component, and enabling the prop in the
`EmbedSignupSidebar` component.
2023-09-13 10:32:55 +07:00
..
admin-x-ds Added createable selector to embed in AdminX (#18094) 2023-09-13 10:32:55 +07:00
api Fixed low-hanging fruit in AdminX (#18061) 2023-09-11 12:49:45 +01:00
assets AdminX global loading Orb (#18076) 2023-09-12 11:56:41 +02:00
components Added createable selector to embed in AdminX (#18094) 2023-09-13 10:32:55 +07:00
hooks Fixed low-hanging fruit in AdminX (#18061) 2023-09-11 12:49:45 +01:00
styles AdminX various UI fixes (#18089) 2023-09-12 16:11:12 +02:00
utils Optimised iframe buffering on AdminX (#18064) 2023-09-11 20:29:04 +07:00
App.tsx AdminX various UI fixes (#18089) 2023-09-12 16:11:12 +02:00
index.tsx
main.tsx Wired up Zapier integration in AdminX (#17737) 2023-08-16 18:59:31 +01:00
typings.d.ts Implemented email customisation labs flag in AdminX (#17881) 2023-09-04 07:00:37 +01:00
vite-env.d.ts