root
256ff0814e
refactor: split marketplace into homepage and storefront apps
...
Build & Deploy / Build & Push Docker Image (push) Failing after 44s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Failing after 5m0s
Test / Marketplace Unit Tests (push) Failing after 4m51s
Test / Admin Unit Tests (push) Successful in 9m31s
Test / Dashboard Unit Tests (push) Successful in 9m37s
Test / API Integration Tests (push) Successful in 9m54s
- Remove apps/marketplace entirely
- Create apps/homepage (port 3000): landing/marketing pages (home, features, pricing, platform-ops, review, legal)
- Create apps/storefront (port 3004): vehicle browsing (explore) and renter account (dashboard, profile, notifications)
- Duplicate shared components/libs into each app
- Update homepage header nav: Home, Features, Pricing instead of Home, Explore
- Fix all /explore cross-references in homepage to point to /features
- Update docker-compose.dev.yml: new homepage and storefront services, remove marketplace
- Update docker-compose.production.yml: split into homepage (main domain) and storefront (path-based routes)
- Update Dockerfiles: EXPOSE 3004 instead of 3003
- Update root package.json scripts: homepage/storefront profiles, tests, prod scripts
- Add docker-prod-up-homepage.sh and docker-prod-up-storefront.sh, remove marketplace script
2026-06-25 21:09:16 -04:00
root
8ee9bc0bca
redesign the dashboard
Build & Deploy / Build & Push Docker Image (push) Failing after 43s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Failing after 4m59s
Test / Marketplace Unit Tests (push) Has been cancelled
Test / Admin Unit Tests (push) Has been cancelled
Test / Dashboard Unit Tests (push) Has been cancelled
Test / API Integration Tests (push) Has been cancelled
2026-06-24 02:00:31 -04:00
root
919f583677
fix login and some errors while login
2026-06-11 11:57:03 -04:00
root
edf4ef8f84
fix pgmanage
2026-05-27 02:13:49 -04:00
root
c9cbe479aa
update subscription algorithm
2026-05-25 03:12:19 -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
07fba16ff2
unfied style
2026-05-23 04:35:47 -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
f009ca10c6
refractor code,
2026-05-21 12:35:49 -04:00
root
e74681e810
fix the upload issue and add driver license upload
2026-05-20 22:54:09 -04:00
root
58a3787f29
fic dev and prod
2026-05-17 09:18:31 -04:00
root
84285335a4
remove company website pages
2026-05-17 08:53:19 -04:00
root
193aeae834
fix packeg for dev and prod
2026-05-15 15:44:31 +00:00
root
750ae56a29
fixing platform admin
2026-05-06 22:58:23 -04:00