Conversation
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
- 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
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.
No description provided.