mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
acd84fe25c
refs. https://github.com/TryGhost/Product/issues/3349 - applied outline and fixed spacing for form groups - small UI refinements for static version of Newsletter settings - replaced textareas with textfields in site description, twitter and FB descriptions - unified pattern for "Save & close" and "Cancel" in user detail settings - refined checked background for logo container in Design settings - refined spacing in Tier detail modal - fixed gradient bug in Portal preview - fixed UI bugs in Portal / Links - fixed tier dropdown bug in Portal / Links. It was always showing links for the first tier - unified form input element headings - refined checkbox and toggle label typography and spacing |
||
---|---|---|
.. | ||
.storybook | ||
public | ||
src | ||
test | ||
.eslintrc.cjs | ||
.yarnrc | ||
index.html | ||
package.json | ||
playwright.config.ts | ||
postcss.config.cjs | ||
README.md | ||
tailwind.config.cjs | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Admin X Settings
Experimental re-write of Ghost Admin Settings in React
Development
Pre-requisites
- Run
yarn
in Ghost monorepo root - Run
yarn
in this directory
Running the development version
Run yarn dev
to start the development server to test/develop the settings standalone. This will generate a demo site from the index.html
file which renders the app and makes it available on http://localhost:5173
Running inside Admin
Run yarn dev
from the top-level repo with --adminX
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests