Ghost/apps/admin-x-design-system
Fabien 'egg' O'Carroll 5376bd52c7
Updated design of announced Notes and Notes containing links
- Announced (reposted) Notes show information about both the Actor that
created the Note, and the Actor that Announced it
- The content of notes now keeps the formatting and links are clickable
and shown in different color

Co-authored-by: Djordje Vlaisavljevic <dzvlais@gmail.com>
2024-08-05 11:07:03 +00:00
..
.storybook
src Updated design of announced Notes and Notes containing links 2024-08-05 11:07:03 +00:00
test Added test for hooks - useSortableIndexedList, usePagination (admin-x-design-system) 2024-07-11 14:02:55 +05:30
.eslintrc.cjs
.gitignore Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
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 styling for accent colours on Tiers and Offers (#20696) 2024-08-01 09:46:11 +00:00
tailwind.cjs
tailwind.config.cjs Added styling for accent colours on Tiers and Offers (#20696) 2024-08-01 09:46:11 +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