Add theme showcase pages, Playwright screenshot tests, and Tailwind theme#4
Draft
Add theme showcase pages, Playwright screenshot tests, and Tailwind theme#4
Conversation
…, and bootstrap improvements Co-authored-by: thinkle-iacs <15049315+thinkle-iacs@users.noreply.github.com>
…st locators and baseURL Co-authored-by: thinkle-iacs <15049315+thinkle-iacs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Capture screenshots of Bootstrap theme in action
Add theme showcase pages, Playwright screenshot tests, and Tailwind theme
Feb 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Captures screenshots of all UI themes via Playwright and adds a Tailwind CSS theme. Improves the Bootstrap theme based on visual review.
Theme Showcase
New
/theme-showcase/{theme}routes rendering all core components (Buttons, Cards, Form Controls, Tags, Progress, Table, Bar) under each theme. SharedThemeShowcase.sveltecomponent, per-theme route pages fordefault,bootstrap,tailwind,dark.Playwright Screenshot Tests
playwright.config.ts+tests/theme-screenshots.spec.tscapturing full-page screenshots of each themenpm run test:screenshotsto regeneratescreenshots/directory.gitignoreupdated fortest-results/,playwright-report/New Tailwind Theme
src/lib/vars/themes/tailwind.css— Tailwind default design tokens: blue-500 primary, gray palette,ui-sans-serifstack,rounded-mdborders,cubic-bezier(0.4, 0, 0.2, 1)transitions, tamed checkbox affordances. Registered inThemes.svelteswitcher.Bootstrap Theme Improvements
--warning-text-transform: none— Bootstrap doesn't uppercase warning buttons--container-bg,--card-header-bg,--card-footer-bgfor proper card chrome--shadow-color,--link-fg,--progress-bar-color,--progress-track-bg--code-font-familyto Bootstrap's SFMono stackBootstrap
Tailwind
Dark
Default
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.