Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
523ca77
Add Edit Theme Settings modal — Color Settings + Palette (foundation)
bph May 21, 2026
2a050b9
Palette panel: add Name / Slug column headers
bph May 21, 2026
271dd42
Modal: only warn when user customizations are present
bph May 21, 2026
30b9848
Modal: bold the list of customized sections in the warning
bph May 21, 2026
9426bd6
Palette panel: align column headers with input text
bph May 21, 2026
8b4db80
Palette panel: drop inner label padding for tighter column alignment
bph May 21, 2026
e4a12b8
Color Settings: 2-column layout + per-toggle help copy
bph May 22, 2026
6c9f1f1
Color Settings: top-align the two columns
bph May 22, 2026
88081f2
Sidebar: use pencil icon for Edit Theme Metadata
bph May 22, 2026
959c362
Color tab: rename first PanelBody header to "Default and custom presets"
bph May 22, 2026
895e48e
Palette panel: replace "Color presets" label with "Add a color" button
bph May 22, 2026
9c5b7fd
Color tab: add Palette summary card with "Edit palette" entry
bph May 22, 2026
10cc987
Color tab: always scroll Palette into view on "Edit palette" click
bph May 22, 2026
79aa7f4
Color tab: borderless palette summary, link next to swatches
bph May 22, 2026
aa532eb
Color tab: force Palette accordion open when palette is empty
bph May 22, 2026
7671659
Palette panel: scroll new row into view after Add
bph May 22, 2026
9a3e14e
Color tab: keep Palette open when adding the first color
bph May 22, 2026
f7a8902
Sync small polish from upstream prototype direction
bph May 22, 2026
8b54eec
Modal: reseed local state and snapshot from the save response
bph May 22, 2026
00e404a
View theme.json: force a fresh fetch on every modal open
bph May 22, 2026
1c6c31d
Modal: unwrap theme_json from save response
bph May 22, 2026
910d472
View theme.json: bypass core-data cache, fetch via apiFetch directly
bph May 22, 2026
c5de3b8
Address review feedback batch (correctness, i18n, safety)
bph May 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This plugin allows you to:
- Create a new style variation
- Export a theme
- Save user changed templates and styles to the active theme
- Edit theme settings (color presets and palette) and save them to the active theme's theme.json
- Expand the typography controls in the block inspector while authoring a theme (opt-in, under Editor preferences)

All newly created themes or style variations will include changes made within the WordPress Editor.
Expand Down
Loading
Loading