edit customer save button should return to customer list

This commit is contained in:
2026-07-11 22:45:40 -04:00
parent 445cbf6ac7
commit 4168ccbedf
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -91,6 +91,13 @@ scripts/backup.ts # nightly SQLite backup via better-sqlite3's backup API
rather than a plain 3xx, since HTMX needs that header to force a full-page
navigation after an XHR delete.
## Verifying UI changes
Don't spin up Playwright/chromium-cli/headless-browser automation to verify
frontend changes in this repo. Make the code change, explain what you did and
why it should work, and ask the user (Dad's the only one who runs this app)
to check it in their own browser.
## Data model notes worth remembering
- `order_number` starts at 8247, is allocated via `MAX(order_number) + 1` in