fix : update frontend/ to latest develop branch content
Some checks failed
Auto Tag Develop / tag (push) Has been cancelled

The initial merge only had master content. This replaces frontend/
with the full develop branch including reference-auto, constructeur
links, versioning, and all recent features.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-04-01 14:46:58 +02:00
parent 8565e68062
commit 24b664e85b

View File

@@ -147,7 +147,7 @@ defineEmits<{
**Step 2: Run lint**
Run: `cd frontend && npm run lint:fix`
Run: `cd Inventory_frontend && npm run lint:fix`
**Step 3: Replace document list in each of the 5 files**
@@ -166,7 +166,7 @@ Remove the now-unused imports (`documentIcon`, `formatSize`, `shouldInlinePdf`,
**Step 4: Run lint + typecheck**
Run: `cd frontend && npm run lint:fix && npx nuxi typecheck`
Run: `cd Inventory_frontend && npm run lint:fix && npx nuxi typecheck`
**Step 5: Commit**
@@ -258,7 +258,7 @@ Import sanitize/hydrate functions from the new files. File should end up ~270 li
**Step 4: Verify all imports across the codebase still work**
Run: `cd frontend && npx nuxi typecheck`
Run: `cd Inventory_frontend && npx nuxi typecheck`
**Step 5: Commit**