Ghost/apps/admin-x-design-system
Steve Larson f7a592e761
🐛 Fixed dark mode for standalone html editors in Admin X (#20689)
ref https://linear.app/tryghost/issue/DES-591
- finished wiring up the darkMode prop through the context providers 

The main impact here was that the formatting toolbar was not respecting
the dark mode settings.
2024-07-30 09:18:51 -05:00
..
.storybook
src 🐛 Fixed dark mode for standalone html editors in Admin X (#20689) 2024-07-30 09:18:51 -05:00
test Added test for hooks - useSortableIndexedList, usePagination (admin-x-design-system) 2024-07-11 14:02:55 +05:30
.eslintrc.cjs
.gitignore
package.json Update dependency tailwindcss to v3.4.7 2024-07-30 09:30:41 +02:00
postcss.config.cjs
preflight.css
README.md
styles.css Added "No search result" screen to Settings (#19672) 2024-02-08 08:32:40 +01:00
tailwind.cjs
tailwind.config.cjs Updated email newsletter spacing and font sizes (#20273) 2024-05-28 14:29:49 +00:00
tsconfig.declaration.json
tsconfig.json
tsconfig.node.json
vite.config.ts

Admin X Design

Components, design guidelines and documentation for building apps in Ghost Admin

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests