Commit Graph

8 Commits

Author SHA1 Message Date
m7amedez5511
b87d81100f The trip files have been reorganized. Errors related to vehicle and driver editing have been resolved, archive display issues fixed, and model data display standardized across the project; order and trip-related issues have also been addressed. 2026-07-22 14:19:32 +03:00
m7amedez5511
55f76005c9 update page to using same tamplet in all project not using inline code 2026-07-20 16:03:07 +03:00
m7amedez5511
d23866d7fc make header one in all page 2026-07-19 16:20:11 +03:00
m7amedez5511
538111d726 fix: resolve permission fallback bug, remove debug code, and cleanup duplication
Logic Errors
------------
- Sidebar: fix permissions fallback so a user with no permissions gets
  zero access instead of falling back to the full nav list
  (user?.permissions ?? [] instead of ?? navSections.flatMap(...))
- carMaintanance.service / UseCarsMaintanance: add pagination to the
  maintenance records fetch instead of loading the entire list at once
- api.ts: redact sensitive fields (password, token) before logging the
  request body in console.debug, to avoid leaking credentials/PII

Code Flow Problems
-------------------
- OrderFormModal: remove leftover console.log/debug statements and the
  redundant onClick handler on the submit button
- auth: remove the unused src/service/auth.service.ts (axios) and keep
  only src/services/auth.service.ts (fetch); fix useAuth.ts import path
  from
2026-07-19 14:57:48 +03:00
m7amedez5511
bbde177f4a fixed auth cycle and upadet indes fail to all model to update style solve pagination in car maintenanc
-delete link step back from home page and change live color in dashboard page
2026-07-15 18:44:16 +03:00
m7amedez5511
25f3468d74 chore: phase 1 lint/type fixes — commit all changes 2026-07-02 20:07:38 +03:00
m7amedez5511
0847bd23ee update order pages and create client pages also client adresses pages 2026-06-25 21:34:31 +03:00
m7amedez5511
a18ed59ac1 update saidebar layout build order crud 2026-06-24 18:01:01 +03:00