1. 13 Sep, 2025 1 commit
  2. 12 Sep, 2025 9 commits
  3. 11 Sep, 2025 8 commits
  4. 10 Sep, 2025 5 commits
  5. 09 Sep, 2025 4 commits
  6. 08 Sep, 2025 1 commit
  7. 07 Sep, 2025 4 commits
  8. 06 Sep, 2025 2 commits
    • 🐛 fix(models): export setActivePage to prevent tab-change TypeError · baf134cd
      Context:
      Clicking a vendor tab triggered “setActivePage is not a function” from ModelsTabs.jsx:43.
      
      Root cause:
      ModelsTabs expects `setActivePage` via props (spread from `useModelsData`), but the hook did not expose it in its return object, so the prop resolved to `undefined`.
      
      Fix:
      Export `setActivePage` from `useModelsData`’s return object so `ModelsTabs` receives a valid function.
      
      Result:
      Tab switching now correctly resets pagination to page 1 and reloads models without runtime errors.
      
      Files:
      - web/src/hooks/models/useModelsData.jsx
      
      Test plan:
      - Open the Models page
      - Click different vendor tabs
      - Verify no crash occurs and the list reloads with page reset to 1
      
      Refs: web/src/components/table/models/ModelsTabs.jsx:43
      t0ng7u committed
  9. 05 Sep, 2025 1 commit
  10. 04 Sep, 2025 2 commits
  11. 03 Sep, 2025 3 commits