iris
d2742751ba
tablet: make pending-transaction cart list scrollable
...
.cart-items clipped overflow instead of scrolling, so once the cart
had more line items than fit in the 38vh cart panel the extra rows
were just invisible. overflow-y: auto lets it scroll while still
anchoring to the bottom (justify-content: flex-end) when short.
Closes #39 .
2026-07-30 09:08:08 +02:00
..
public
add svg favicon + toolbar logo; set theme before paint
2026-06-14 22:55:15 +02:00
src
tablet: make pending-transaction cart list scrollable
2026-07-30 09:08:08 +02:00
admin.html
add svg favicon + toolbar logo; set theme before paint
2026-06-14 22:55:15 +02:00
index.html
add svg favicon + toolbar logo; set theme before paint
2026-06-14 22:55:15 +02:00
package.json
scaffold festival drink tracker (pnpm workspace, Fastify + SQLite, Preact tablet UI, admin)
2026-05-19 18:12:01 +02:00
tsconfig.json
scaffold festival drink tracker (pnpm workspace, Fastify + SQLite, Preact tablet UI, admin)
2026-05-19 18:12:01 +02:00
vite.config.ts
dev: vite proxy for '/admin' swallows the admin page itself, not just its API calls
2026-07-29 20:57:55 +02:00