Ghost/apps/admin-x-design-system
Sodbileg Gansukh 79081686b1
Disabled backdrop click for offers modals (#19194)
refs ADM-37

- backdrop click should be disabled for modals, especially when modals
contain user editable fields
- to make things consistent, all offers related modals are not closeable
by backdrop clicking
2023-11-30 08:56:29 +00:00
..
.storybook Admin X Design System docs (#19120) 2023-11-23 16:18:59 +01:00
src Disabled backdrop click for offers modals (#19194) 2023-11-30 08:56:29 +00:00
test
.eslintrc.cjs
.gitignore
package.json Update sentry-javascript monorepo to v7.83.0 2023-11-29 12:29:34 +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
tailwind.cjs
tailwind.config.cjs Admin X demo detail page (#19105) 2023-11-23 08:18:41 +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