Conversation
…migration
- Asset tags: JMV-{ALIAS}-##### per category (alias + tag_seq); QR batches use JMV-GEN-;
drop legacy AST-; reject all-zero sequence.
- Assets: status defaults to in_stock on create (bulk/QR/direct); no-op edits no longer
audit-logged; status column NOT NULL.
- Avatar GET /me/avatar returns 200/data:null when unset (was 404).
- Employees: per-row "Set department" quick action; dept-follows-holder cascade + audit;
warranty notifications scoped by role.
- Unused-QR single-click PDF; employee list mobile cards; assets toolbar wraps;
circular-reveal theme toggle; idle auto-logout (10m warn + 2m logout).
- Removed employee create/bulk-import; deleted unused files; README trimmed with data-flow
diagram + 500-user load-test results.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sync main to current code
…x avatar empty-state - Remove duplicate /api/v1/assets/assign|return routes + asset_service delegators; keep canonical /api/v1/assignments/*. Repoint legacy api.ts callers. - api.ts: drop 33 dead functions/helpers (1163 -> 802 lines); all replaced by services/*. - GET /me/avatar returns 200/data:null when unset (was 404); client + tests updated. - Tests: dept-cascade + avatar assertions aligned; assign/return tests use owWorkAdmin only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Dedupe endpoints, retire dead api.ts, avatar empty-state fix
…rules to repo root) The bare 'logs' / 'logs/' ignore rules matched src/components/logs/, so LogTerminal.tsx, LogsToolbar.tsx, logLevel.ts (imported by LogViewer) were never committed — a fresh clone/CI build would fail on the missing imports. Anchored the rules to /logs/ (repo-root server logs). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Fix: commit Client logs source (was gitignored)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Improve perfromance
typescript-eslint pulled in brace-expansion@5.0.5 via typescript-estree -> minimatch@10, vulnerable to a large-numeric-range DoS bypass. Scoped override forces >=5.0.6 for that path only, leaving eslint's unrelated minimatch@3 -> brace-expansion@1 line untouched. Fixes #96
fix(client): bump brace-expansion to 5.0.6+ (CVE-2026-45149)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.