0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/admin-x-design-system
Kevin Ansfield 21e7a8e4b6
Revert "🎨 Improved Access card layout in Settings (#21913)"
no issue

This reverts commit 040b290fbd.

- the commit has broken browser tests, reverting to get back in a green state
- will be re-introduced in a follow-up PR
2024-12-18 20:34:43 +00:00
..
.storybook
src Revert "🎨 Improved Access card layout in Settings (#21913)" 2024-12-18 20:34:43 +00:00
test 🐛 Fixed navigations links for Ghost sites hosted on a subdirectory (#21071) 2024-09-23 18:37:05 +02:00
.eslintrc.cjs
.gitignore
package.json Update dependency @uiw/react-codemirror to v4.23.7 (#21888) 2024-12-16 03:20:35 +00:00
postcss.config.cjs
preflight.css
README.md
styles.css Custom fonts (#21337) 2024-10-24 07:43:08 -04:00
tailwind.cjs
tailwind.config.cjs Updated drawer so you can interact with page behind it (#21778) 2024-12-02 13:12:05 +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