Ghost/apps/admin-x-design-system
Peter Zimon 9d9707e6f4
Settings keyboard shortcuts (#19836)
ref DES-166

Accessing settings via a keyboard shortcut is a great productivity
booster for advanced users and it is missing from Ghost today.
2024-03-13 08:46:22 +01:00
..
.storybook Admin X Design System docs (#19120) 2023-11-23 16:18:59 +01:00
src Settings keyboard shortcuts (#19836) 2024-03-13 08:46:22 +01:00
test
.eslintrc.cjs
.gitignore
package.json Update dependency typescript to v5.4.2 2024-03-11 17:16:17 +01:00
postcss.config.cjs
preflight.css Admin X demo app content (#19079) 2023-11-22 13:44:39 +01:00
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 Input field visual design update (#19693) 2024-02-14 13:00:16 +01: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