Ghost/apps/admin-x-design-system
Peter Zimon d9390d2262
Improve discoverability of unsaved settings (#20153)
DES-195

The purpose of this change is to (1) reduce the overwhelming use of green on the settings UI in general and (2) to make unsaved sections more focused and discoverable and focused when trying to quit Settings without saving so that it's easier to find.

---------

Co-authored-by: Daniël van der Winden <danielvanderwinden@ghost.org>
2024-05-23 10:20:27 +02:00
..
.storybook
src Improve discoverability of unsaved settings (#20153) 2024-05-23 10:20:27 +02:00
test
.eslintrc.cjs
.gitignore
package.json Update sentry-javascript monorepo to v7.116.0 2024-05-21 14:24:23 +01: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 Improve messaging and error handling (#20078) 2024-05-14 09:31:19 +02: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