538e5079ab
Build and push image / build (push) Successful in 54s
Comprehensive UX audit covering modals, drawers, dashboard, and inventory. Key changes: confirmation steps before destructive actions, undo via toast for consume/gone/checkout, back-navigation across entity drawers, optional ratings, discrete item count field, audit progress bar, and sortable column affordance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
254 B
Plaintext
22 lines
254 B
Plaintext
node_modules
|
|
dist
|
|
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
|
|
# SQLite
|
|
server/data.db
|
|
server/data.db-journal
|
|
server/data.db-shm
|
|
server/data.db-wal
|
|
|
|
# Build output
|
|
server/dist
|
|
web/dist
|
|
*.tsbuildinfo
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|
|
.gstack/
|