arbret/frontend/app
counterweight 81cd34b0e7
refactor(frontend): consolidate shared styles into centralized style system
- Create comprehensive shared.ts with design tokens and categorized styles:
  - layoutStyles: main, loader, content variants
  - cardStyles: card, tableCard, cardHeader
  - tableStyles: complete table styling
  - paginationStyles: pagination controls
  - formStyles: inputs, labels, errors
  - buttonStyles: primary, secondary, accent, danger variants
  - badgeStyles: status badges with color variants
  - bannerStyles: error/success banners
  - modalStyles: modal overlay and content
  - toastStyles: toast notifications
  - utilityStyles: divider, emptyState, etc.

- Refactor all page components to use shared styles:
  - page.tsx (counter)
  - audit/page.tsx
  - booking/page.tsx
  - appointments/page.tsx
  - profile/page.tsx
  - invites/page.tsx
  - admin/invites/page.tsx
  - admin/availability/page.tsx

- Reduce code duplication significantly (each page now has only
  truly page-specific styles)
- Maintain backwards compatibility with sharedStyles export
2025-12-21 23:45:47 +01:00
..
admin refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
appointments refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
audit refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
booking refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
components Phase 5: Frontend Admin Page 2025-12-21 22:55:56 +01:00
generated Phase 5: Frontend Admin Page 2025-12-21 22:55:56 +01:00
hooks Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
invites refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
login Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
profile refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
signup Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
styles refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00
sum Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
utils Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
api.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
auth-context.tsx Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
config.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
layout.tsx tests passing 2025-12-18 22:08:31 +01:00
page.test.tsx Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
page.tsx refactor(frontend): consolidate shared styles into centralized style system 2025-12-21 23:45:47 +01:00