Files
Apothecary/.gitignore
T
josh 538e5079ab
Build and push image / build (push) Successful in 54s
Fix 18 UX issues: confirmations, undo, drawer nav, empty states, and polish
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>
2026-05-08 16:25:41 -04:00

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/