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
Ronald Langeveld 0e81eb9f1f
Added colour picker to signup embed - AdminX (#18037)
refs https://github.com/TryGhost/Product/issues/3819

---

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 9e5d762</samp>

This pull request adds a color picker feature to the membership
settings, which lets the user customize the appearance of the embed
signup form. It modifies the `EmbedSignupFormModal` and
`EmbedSignupSidebar` components and uses the `ColorPicker` component
from the admin-x-ds library.
2023-09-08 19:50:18 +07:00
..
admin-x-ds Made Recommendation settings and Table component responsive 2023-09-08 13:14:16 +01:00
api Wired up pagination to recommendations (#18018) 2023-09-08 12:32:06 +02:00
assets AdminX design fixes (#18029) 2023-09-08 13:58:31 +02:00
components Added colour picker to signup embed - AdminX (#18037) 2023-09-08 19:50:18 +07:00
hooks Wired up pagination to recommendations (#18018) 2023-09-08 12:32:06 +02:00
styles AdminX responsive design updates (#17979) 2023-09-07 13:23:26 +02:00
utils Wired up pagination to recommendations (#18018) 2023-09-08 12:32:06 +02:00
App.tsx Various AdminX mobile refinements (#18017) 2023-09-07 16:39:30 +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