Commit Graph

  • c26338f355 perf: preload robot-doctor and security-guard GLBs in background on page load main Najjar\NajjarV02 2026-04-20 16:13:12 +04:00
  • dcb6a9bb43 feat: add new GLB models for police mannequin, medical professional, robot doctor, and security guard Najjar\NajjarV02 2026-04-20 16:03:43 +04:00
  • e220d83397 revert: use original uncompressed GLBs (robot-doctor 30MB, security-guard 38.8MB) Najjar\NajjarV02 2026-04-20 16:02:37 +04:00
  • 3741d7386d chore: remove raw uncompressed GLBs from repo root (keep compressed versions in public/models) Najjar\NajjarV02 2026-04-20 16:00:34 +04:00
  • 1e128466f3 fix: prevent duplicate persona entries (race condition in hydrate), remove accidental 54MB file Najjar\NajjarV02 2026-04-20 15:59:17 +04:00
  • 2ff21c5b54 perf: compress GLBs 75%, add Draco decoder, loading spinner for attire Najjar\NajjarV02 2026-04-20 15:52:00 +04:00
  • b2a484f402 fix: dynamic attire buttons in ScrollOverlays + mobile touch support Najjar\NajjarV02 2026-04-20 15:13:34 +04:00
  • 320b77b32b fix: contacts API - use ADMIN_JWT_SECRET env var Najjar\NajjarV02 2026-04-20 14:31:21 +04:00
  • 822ab076b4 Refactor code structure for improved readability and maintainability Najjar\NajjarV02 2026-04-20 13:57:21 +04:00
  • 25ffbf4b5d feat: add favicon and app icons for PWA support Najjar\NajjarV02 2026-04-20 13:53:43 +04:00
  • 4d145ae7b0 feat: add FooterAndContact component and privacy policy page Najjar\NajjarV02 2026-04-20 12:07:23 +04:00
  • e686d41d26 fix: use configStore.getState().setPersonaAttire in ScrollOverlays Najjar\NajjarV02 2026-04-20 12:00:20 +04:00
  • e1599650f0 feat: add GET endpoint to retrieve contact requests with admin authentication Najjar\NajjarV02 2026-04-20 11:44:20 +04:00
  • 9394b58b0e feat: initialize Lootah Robotics web application with 3D configurator and scroll-driven UI components Najjar\NajjarV02 2026-04-20 11:36:04 +04:00
  • 6c5f1f7f15 feat: enhance overlay button styles for improved visibility and user experience Najjar\NajjarV02 2026-04-17 16:35:47 +04:00
  • 7503a487ee feat: adjust overlay CTA section positioning for improved visibility Najjar\NajjarV02 2026-04-17 16:30:53 +04:00
  • 90a43c4312 feat: update overlay positioning and styles for improved CTA visibility Najjar\NajjarV02 2026-04-17 16:24:20 +04:00
  • 1788df79e1 feat: add ConfigurePage with back button and ConfiguratorSection integration Najjar\NajjarV02 2026-04-17 16:17:52 +04:00
  • 11ab8908fa feat: enhance pricing and persona synchronization logic for improved data consistency Najjar\NajjarV02 2026-04-17 16:08:11 +04:00
  • 13050a6541 feat: fetch and auto-register personas from server pricing items Najjar\NajjarV02 2026-04-17 15:58:00 +04:00
  • 26770e070c feat: refine overlay positioning and styles for improved layout on ScrollOverlays component Najjar\NajjarV02 2026-04-17 15:57:02 +04:00
  • 8216cbe0c0 feat: implement pricing item model and CRUD API for pricing management Najjar\NajjarV02 2026-04-17 15:55:59 +04:00
  • 5aba12f163 feat: add type definitions for draco3dgltf module Najjar\NajjarV02 2026-04-17 15:42:27 +04:00
  • a955da7ec8 feat: add responsive overlay styles and enhance ScrollOverlays component Najjar\NajjarV02 2026-04-17 15:37:27 +04:00
  • 83d0d9ab00 feat: add GLTF transformation and compression support Najjar\NajjarV02 2026-04-17 15:34:41 +04:00
  • 6dc705b332 feat: add AttireErrorBoundary component for improved error handling in attire model loading Najjar\NajjarV02 2026-04-17 15:19:54 +04:00
  • ed6ebcc8af feat: update attire model loading strategy to improve initial load performance Najjar\NajjarV02 2026-04-17 15:13:42 +04:00
  • 9b8a50672e Add favicon.ico to the application Najjar\NajjarV02 2026-04-17 15:01:05 +04:00
  • e8dda14973 feat: update page title for improved branding consistency Najjar\NajjarV02 2026-04-17 14:56:36 +04:00
  • b9444979f2 feat: enhance responsive design for glass panel and configurator section Najjar\NajjarV02 2026-04-17 13:29:44 +04:00
  • 0793a650fb feat: add Robot Doctor and Security Guard personas with pricing and model paths Najjar\NajjarV02 2026-04-17 10:10:54 +04:00
  • f53b2d3cb8 feat: update seed script to TypeScript and add tsx dependency Najjar\NajjarV02 2026-04-15 10:53:51 +04:00
  • 2397bf7f71 feat: add seed.js for database seeding functionality Najjar\NajjarV02 2026-04-15 10:49:04 +04:00
  • 22387dbfe1 feat: compile and use seed.js for database seeding in entrypoint script Najjar\NajjarV02 2026-04-15 10:46:42 +04:00
  • 61f1e0f589 fix: rename middleware function to proxy for clarity Najjar\NajjarV02 2026-04-15 10:42:24 +04:00
  • dc99abad37 feat: update Dockerfile to include Prisma seed script and enhance entrypoint for seeding feat: migrate middleware logic to new proxy.ts file for improved structure Najjar\NajjarV02 2026-04-15 10:39:41 +04:00
  • 45ffd33d39 feat: remove --skip-generate option from Prisma db push in entrypoint script Najjar\NajjarV02 2026-04-15 10:30:13 +04:00
  • 4924593b40 feat: consolidate Prisma CLI dependencies in Dockerfile for cleaner build Najjar\NajjarV02 2026-04-15 10:25:09 +04:00
  • 7227d0d10f feat: simplify Dockerfile by consolidating Prisma dependencies copy commands Najjar\NajjarV02 2026-04-15 10:21:40 +04:00
  • c34e565132 feat: update Dockerfile to copy additional Prisma dependencies from deps stage Najjar\NajjarV02 2026-04-15 10:17:47 +04:00
  • 2b2198dfcb feat: set output configuration to standalone in Next.js config Najjar\NajjarV02 2026-04-15 10:12:14 +04:00
  • 138e8377a6 feat: update environment configuration for production and add Docker support Najjar\NajjarV02 2026-04-15 10:04:07 +04:00
  • 3fbdc3b187 feat: add snapshot caching functionality to PricingEngine and implement snapshot store Najjar\NajjarV02 2026-04-14 10:47:27 +04:00
  • bb3b1f25f2 refactor: remove order synchronization logic from admin page and streamline order loading Najjar\NajjarV02 2026-04-14 10:45:27 +04:00
  • 9a1a562fc6 feat: implement order synchronization with Stripe and enhance order management features Najjar\NajjarV02 2026-04-14 10:34:19 +04:00
  • a501d94645 feat: implement GLB file synchronization and add API for listing models Najjar\NajjarV02 2026-04-14 10:16:56 +04:00
  • 51671b85b8 feat: Integrate Stripe payment processing and enhance admin settings management Najjar\NajjarV02 2026-04-14 10:14:18 +04:00
  • dc42aeb72a feat: implement snapshot capture and storage for robot configurations Najjar\NajjarV02 2026-04-13 18:00:12 +04:00
  • 05b540997e feat: add admin authentication and management features Najjar\NajjarV02 2026-04-13 17:57:59 +04:00
  • ec0f991a30 first Yjoz 2026-04-10 15:31:59 +04:00
  • 87d2688eeb Add readme.md hazem 2026-04-10 11:30:16 +00:00