Skip to content

Change/theming branding#8

Merged
NoahNxT merged 37 commits intomainfrom
change/theming-branding
Mar 19, 2026
Merged

Change/theming branding#8
NoahNxT merged 37 commits intomainfrom
change/theming-branding

Conversation

@NoahNxT
Copy link
Collaborator

@NoahNxT NoahNxT commented Mar 16, 2026

No description provided.

NoahNxT added 30 commits March 14, 2026 22:46
Introduce the core Monster theme tokens, self-hosted brand fonts, and shared shadcn-style primitives for buttons, cards, dialogs, menus, forms, tables, skeletons, tooltips, and feedback.

Also migrate the legacy starter-kit wrappers onto the new primitives so later page-level commits build on one consistent UI layer.
Add cookie-backed locale bootstrapping, typed locale metadata shared through Inertia, built-in translation catalogs, and a dropdown language switcher that scales beyond two locales.

Wire the app through locale, dialog, and toast providers so future UX flows can localize copy and replace browser-native prompts with accessible first-party dialogs.
Refresh the guest shell and login screen around the new Monster theme, keep OAuth-only sign-in messaging, and tighten heading semantics for accessibility.

Also harden the authenticated header and admin tools dropdown so navigation controls stay readable, non-transparent, and stable across theme modes.
…lows

Move admin moderation, store management, monster management, contributor monitor actions, and bookmarklet selector interactions onto the shared dialog and toast system.

This keeps destructive actions accessible, branded, and less jarring than browser-native alert, confirm, and prompt flows while also improving busy-state handling.
Apply the Monster visual system to the admin dashboard, KPI cards, trend charts, offer grids, and public pricing/detail surfaces so the new token layer shows up in real workflows.

These page updates also improve readability, spacing, and contrast while keeping the more dramatic brand treatments consistent across light and dark themes.
Add the frontend quality workflow, Playwright smoke coverage, Lighthouse CI config, and local CI environment plumbing so builds exercise accessibility, performance, and installed-app flows automatically.

This also switches robots handling and page metadata to runtime-aware routes and localized SEO values so crawlability stays correct across environments.
Change new-best-price alerts to describe per-can value instead of total price, and let the admin alerts UI render that wording from the latest snapshot context for existing rows.

Also qualify the latestSnapshot eager-load columns for SQLite so /admin/alerts no longer fails with an ambiguous monitor_id query, and cover the regression with focused feature tests.
- Wipes sample user accounts and roles
- Removes hardcoded product and store records
- Provides a clean slate for brand-specific data
NoahNxT added 7 commits March 16, 2026 14:33
- Delays loading PWA components until the browser is idle to improve load times
- Updates URL slugs and headings to align with new branding
- Tweaks performance thresholds for automated audits
- Fixes asset hot-reloading behavior in testing environments
- Uses a custom environment variable to toggle hot file isolation
- Prevents test runs from deleting or overwriting dev assets
- Streamlines the quality check script logic
- Speeds up font delivery to improve initial render times
- Reduces layout shifts for a smoother user experience
- Integrates brand typography preloading with the asset pipeline
- Forces the application environment to testing during test runs
- Sets a global environment variable for quality checks in CI
- Prevents local environment settings from overriding test configurations
- Stops scripts and font preloads from loading during unit tests
- Prevents errors related to missing manifests or dev assets
- Simplifies the rendering logic for automated testing environments
- Loads assets if build files or a dev server are active
- Helps with UI verification during automated testing
- Stops assets from being skipped when they're present
@NoahNxT NoahNxT merged commit 4340ebf into main Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant