Commit Graph

36 Commits

Author SHA1 Message Date
root 3680c5d5f2 update the style blue_orange 2026-05-25 19:21:36 -04:00
root 8ed572b3bd update reservation 2026-05-25 15:56:14 -04:00
root 8d0b7a5ceb update subscription module 2026-05-25 04:58:56 -04:00
root c9cbe479aa update subscription algorithm 2026-05-25 03:12:19 -04:00
root 95376d3223 fix migration error at fleet page 2026-05-25 00:58:10 -04:00
root 5ef9efb8a9 fix frontend 2026-05-25 00:47:22 -04:00
root 9bd0938951 fix signin signout and apply the new style 2026-05-24 23:58:54 -04:00
root 31e06a1d61 update style 2026-05-24 01:53:27 -04:00
root f5292f8b6c fix the errors in dashboard 2026-05-23 19:03:15 -04:00
root c6cebdd125 feat: sync pricing currency with selected language
Switch to MAD when Arabic is selected, EUR for French, USD for English.
Currency still overridable via the manual toggle.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 04:48:46 -04:00
root 07fba16ff2 unfied style 2026-05-23 04:35:47 -04:00
root fd10d0db6a style: unify marketplace color system across all pages (light + dark)
Apply a consistent design token set across every public page:
- Page bg: stone-50 / dark:stone-950
- Cards/surfaces: white / dark:stone-900 (via .card class)
- Primary text: stone-900 / dark:stone-100
- Secondary text: stone-600 / dark:stone-400
- Muted/label: stone-500 / dark:stone-500, stone-400 / dark:stone-500
- Accent kicker: amber-700 / dark:amber-400
- Image placeholder: stone-100 / dark:stone-800
- Primary button: stone-900 white / dark:white dark:stone-900
- Amber button: amber-500 white / dark:amber-400 dark:stone-900
- Status available: emerald-100 emerald-700 / dark:emerald-950/50 dark:emerald-400
- Status unavailable: rose-100 rose-700 / dark:rose-950/50 dark:rose-400

Also: remove dead medium-theme CSS overrides from globals.css,
add dark:[color-scheme:dark] to date/time inputs so browser
native pickers adapt, and unify amber accent to amber-400 in dark.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 03:06:46 -04:00
root b82a5d4633 fix: prevent flash of light theme on marketplace load
Add inline script to root layout that reads the stored theme preference
from cookie/localStorage synchronously before React hydrates, eliminating
the light→dark flash for users who prefer dark mode.

Also guard the theme storage write with the hydrated flag so the initial
render does not overwrite a stored 'dark' preference with 'light'.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 02:54:10 -04:00
root 4268e5c379 remove medium theme, fix navbar re-render, fix Node 2026-05-23 02:42:38 -04:00
root dcd62f35ac fix: remove medium theme, fix navbar re-render, fix Node.js env loading
- Remove 'medium' theme from dashboard and marketplace; keep only light/dark
- Marketplace: move public pages into (public)/ route group so header/footer
  persist across navigations without re-rendering (eliminates usePathname)
- MarketplaceShell is now a pure context provider; chrome lives in
  (public)/layout.tsx which Next.js holds stable across navigations
- WorkspaceFrame: remove history.replaceState and standalone-route logic
- Docker API: bypass npm run dev to avoid node --env-file in containers
- Add scripts/run-with-env-file.cjs for Node.js < 20.6 compatibility;
  update apps/api/package.json dev script to use it

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 02:41:02 -04:00
root 99c429d69c vuln fix 2026-05-22 02:43:13 -04:00
root 191fb3cb4e fix languages 2026-05-22 02:20:20 -04:00
root eb2d4fead0 update npm packages 2026-05-21 14:50:07 -04:00
root d138949a12 fix marketplace error 2026-05-20 16:28:55 -04:00
root 4ab34c4d76 fix navbar lang switcher 2026-05-20 14:59:25 -04:00
root fb15883f8e update website home and dashboard 2026-05-20 14:52:26 -04:00
root d4f7de5762 dashboard fix 2026-05-19 21:25:38 -04:00
root 8be98062b2 fix signin 2026-05-17 16:46:57 -04:00
root 84285335a4 remove company website pages 2026-05-17 08:53:19 -04:00
root f52e53519c fix frontend redirection 2026-05-17 00:59:59 -04:00
root 7e4fb6d62a update the domains 2026-05-16 16:51:59 -04:00
root a8c4619576 production build error fix 2026-05-15 13:44:24 -04:00
root f317fa12dd fix contract 2026-05-15 15:44:31 +00:00
root 89621a163b fix notification and add billing page and contract 2026-05-15 15:44:31 +00:00
root 1a39aa8433 fix and update language for company workspace 2026-05-15 15:44:31 +00:00
root 193aeae834 fix packeg for dev and prod 2026-05-15 15:44:31 +00:00
root 6322b7d2a1 add car reservation feature 2026-05-09 21:10:38 -04:00
root 09b0e3b55f fix first online resevation 2026-05-09 20:01:51 -04:00
root c4a45c8b21 add homepage management 2026-05-07 00:34:29 -04:00
root 750ae56a29 fixing platform admin 2026-05-06 22:58:23 -04:00
root 695a7f7cc7 add first files 2026-04-30 14:59:57 -04:00