Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
854b51c
Feature - Establish house-style color system and simplify dark mode t…
markmead Aug 21, 2026
54f55c4
Update - Note that the dark mode generator's default rules come from …
markmead Aug 21, 2026
ccaa296
Update - Add house style rollout plan doc for resuming later
markmead Aug 21, 2026
4d07a8e
Merge remote-tracking branch 'origin/main' into feature/house-style-d…
claude Aug 30, 2026
fc5761a
Feature - Migrate breadcrumbs to house style and regenerate dark vari…
claude Aug 30, 2026
059884e
Feature - Migrate button-groups to house style and regenerate dark va…
claude Aug 30, 2026
6f66f9b
Update - Note button-groups migration and flag charts as a dedicated …
claude Aug 30, 2026
e66e3f5
Feature - Migrate checkboxes to house style and regenerate dark variants
claude Aug 30, 2026
2249c88
Feature - Migrate details-list to house style and regenerate dark var…
claude Aug 30, 2026
57f8ab7
Feature - Migrate dividers to house style and regenerate dark variants
claude Aug 30, 2026
a86a64c
Merge remote-tracking branch 'origin/feature/generate-dark-variants-s…
claude Aug 30, 2026
2cdeb32
Merge remote-tracking branch 'origin/feature/generate-dark-variants-s…
claude Aug 30, 2026
9b24efb
Update - Document the generate-dark-variants --category/--slug flags
claude Aug 30, 2026
9155b07
Update - Revert CLAUDE.md flag note (belongs on generate-dark-variant…
claude Aug 30, 2026
2095f2d
Merge remote-tracking branch 'origin/feature/generate-dark-variants-s…
claude Aug 30, 2026
c272441
Bugfix - Fix low-contrast card surface on breadcrumbs grouped chevron…
claude Aug 30, 2026
d93b946
Merge branch 'feature/generate-dark-variants-script' into feature/hou…
markmead Aug 31, 2026
e16a31e
Feature - Migrate dropdown to house style and regenerate dark variants
claude Aug 31, 2026
4920dfa
Update - Generator script now adds the standalone dark background itself
claude Aug 31, 2026
bd88250
Feature - Migrate empty-states to house style and regenerate dark var…
claude Sep 1, 2026
4966593
Feature - Migrate file-uploaders to house style and regenerate dark v…
claude Sep 1, 2026
a4c6744
Feature - Migrate filters to house style and regenerate dark variants
claude Sep 1, 2026
359829d
Feature - Migrate inputs to house style and regenerate dark variants
claude Sep 1, 2026
0845bdb
Feature - Migrate loaders to house style and regenerate dark variants
claude Sep 1, 2026
bbc1805
Feature - Migrate modals to house style and regenerate dark variants
claude Sep 1, 2026
3b69b07
Bugfix - Fix white-on-fill text wrongly flipping to black in dark mode
claude Sep 4, 2026
d62b80e
Feature - Migrate pagination to house style and regenerate dark variants
claude Sep 4, 2026
8bb36ea
Bugfix - Fix dark-mode engine at the root instead of relying on manua…
claude Sep 4, 2026
6a2b4bc
Bugfix - Revert unsafe engine-level fix for the text-white/black flip
claude Sep 4, 2026
375a44a
Feature - Make the dark-mode engine sibling-class aware, fix text-whi…
claude Sep 4, 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
679 changes: 679 additions & 0 deletions HOUSE_STYLE_PLAN.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/component.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/examples/application/badges/1-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/examples/application/badges/1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/examples/application/badges/2-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/examples/application/badges/2.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions public/examples/application/badges/3-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions public/examples/application/badges/3.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/examples/application/badges/4-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/examples/application/badges/4.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions public/examples/application/badges/5-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/examples/application/breadcrumbs/1-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/examples/application/breadcrumbs/2-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/examples/application/breadcrumbs/3-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/examples/application/breadcrumbs/4-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions public/examples/application/breadcrumbs/5-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/examples/application/breadcrumbs/5.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/examples/application/button-groups/1-dark.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading