No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Owen Phillips ce2cb1eae3 fix: receipt thumbnails squeezed to invisible on narrow windows
Table auto-layout treats a column's `width` as a preferred size it can
still shrink under pressure, so on any viewport too narrow to fit every
column at full content width (a small desktop window, or any phone-width
screen) the thumbnail column was getting rescaled down to ~2px alongside
the text columns. `min-width` is a hard floor auto-layout won't cross;
wrap the table in an overflow-x:auto div so if there's ever not enough
room, it scrolls instead of squeezing a column below its minimum.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-22 11:45:10 -07:00
migrations fix: browser-unviewable receipt images (HEIC) and non-atomic ingest insert 2026-07-21 22:46:41 -07:00
src fix: receipt thumbnails squeezed to invisible on narrow windows 2026-07-22 11:45:10 -07:00
.env.example feat: config wiring for extractor/data-dir/webhook vars (#6) 2026-07-16 00:05:04 -07:00
.gitignore fix: wire Dashboard Sync button; gitignore real .env; fix WASM-visibility bug 2026-07-16 00:28:37 -07:00
Cargo.lock style: reformat Cargo.toml and refresh Cargo.lock 2026-07-22 10:22:42 -07:00
Cargo.toml style: reformat Cargo.toml and refresh Cargo.lock 2026-07-22 10:22:42 -07:00
CLAUDE.md docs: add CLAUDE.md and project plan for HSA receipt tracker 2026-04-09 00:17:44 -07:00
Dioxus.toml fix: add required [web.resource.dev] section to Dioxus.toml 2026-04-09 10:45:30 -07:00
LICENSE Initial commit 2026-04-08 23:53:13 -07:00
PLAN.md docs(plan): revise plan — local archive, ingest ledger, webhooks, rig-core 2026-07-15 23:47:59 -07:00
README.md Initial commit 2026-04-08 23:53:13 -07:00

HSAgent