POC - DO NOT MERGE: integrate mieweb/ui design system and multi-brand theming #7
Draft
garrity-miepub wants to merge 1 commit into
Draft
Conversation
- Add @mieweb/ui dependency and brand CSS files (bluehive, enterprise-health, mieweb, ozwell, waggleline, webchart) - Add BrandInitializer component and useBrand hook for runtime brand switching - Migrate components to use mieweb/ui design tokens and CSS variables - Update modals, cards, and dialogs for consistent theming (clock-in, tickets, team, confirm) - Refactor globals.css to integrate with mieweb/ui Tailwind preset - Update ESLint config for mieweb/ui compatibility - Add MIEWEB-UI-MIGRATION.md documenting the integration process
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.
Summary
Integrates the
@mieweb/uidesign system into TimeHarbor, enabling multi-brand theming and consistent UI styling across all components.Changes
BrandInitializercomponent anduseBrandhookglobals.cssto integrate with mieweb/ui Tailwind presetMIEWEB-UI-MIGRATION.mddocumenting the integration processFiles Changed (29 files)
MIEWEB-UI-MIGRATION.md,components/brand-initializer.tsx,hooks/use-brand.ts,public/brands/*.css(6 files)globals.css,eslint.config.mjs,package.json,lib/utils.ts,app/layout.tsxTesting