refactor: shrink duplicated code and dead config #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/shrink-and-trivial"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
db:seed, store fields/helpers, and unused exportsVerification
git diff --check: passedDetailsShell extraction was intentionally skipped: existing
DetailsPanelalready owns the reusable shell, and extracting the remaining entity-specific wrappers increased code size.Reviewed the full diff. No correctness issues found. Verification:
pnpm testpassed (31 tests total: management 25, store 6, catalog 5); TypeScript checks passed for both apps.