0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00
ghost/apps/shade
Sodbileg Gansukh 7e4a02f2b5
Reader improvements in ActivityPub (#22264)
ref AP-751

- Fixed the close button not working after typography settings opened
- Show table of contents only when there's more than one heading
- Added skeleton loader to the article to make it consistent with the
main screens
- Added `randomize` property to Skeleton component for easier random
placeholders
- Added Popover component to Shade and replaced the current one with
that
2025-02-24 17:47:40 +08:00
..
.storybook Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
src Reader improvements in ActivityPub (#22264) 2025-02-24 17:47:40 +08:00
test Shade updates (#22045) 2025-01-23 08:22:04 +01:00
.eslintrc.cjs
.gitignore
components.json
package.json Reader improvements in ActivityPub (#22264) 2025-02-24 17:47:40 +08:00
postcss.config.cjs
preflight.css Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
README.md
styles.css ActivityPub UI design refinements (#22242) 2025-02-20 08:27:37 +01:00
tailwind.cjs
tailwind.config.cjs Added dark mode support to ActivityPub (#22228) 2025-02-19 14:29:46 +08:00
tsconfig.declaration.json Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
tsconfig.json Shade updates (#22045) 2025-01-23 08:22:04 +01:00
tsconfig.node.json Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00
vite.config.ts Adding Posts analytics React app (#21878) 2024-12-19 12:01:08 +01:00

Shade

Ghost Design System

Usage

TK

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