cake-order-tracker/server/templates
bronkuu 5f156ab6a0 blocked dates page and warning for special-cake orders
Add blocked_date table (migration 5), model, and store CRUD methods.
Add management page at /blocked with add/delete functionality.
Add nav link 'Terminy zablokowane' with event_busy icon.
Pass blocked dates to order form as JSON data attribute.
On form submit, if the order has special cakes and the date is
blocked, show a confirm() dialog warning the user.
2026-06-15 18:54:48 +02:00
..
blocked.templ blocked dates page and warning for special-cake orders 2026-06-15 18:54:48 +02:00
cake.templ templates, handlers, CSS, JS: special cakes UI, HTMX nav, dashboard overhaul 2026-06-15 18:50:21 +02:00
cakes.templ templates, handlers, CSS, JS: special cakes UI, HTMX nav, dashboard overhaul 2026-06-15 18:50:21 +02:00
confirmation.templ templates, handlers, CSS, JS: special cakes UI, HTMX nav, dashboard overhaul 2026-06-15 18:50:21 +02:00
helpers.go blocked dates page and warning for special-cake orders 2026-06-15 18:54:48 +02:00
layout.templ templates, handlers, CSS, JS: special cakes UI, HTMX nav, dashboard overhaul 2026-06-15 18:50:21 +02:00
nav.templ blocked dates page and warning for special-cake orders 2026-06-15 18:54:48 +02:00
order.templ blocked dates page and warning for special-cake orders 2026-06-15 18:54:48 +02:00
orders.templ templates, handlers, CSS, JS: special cakes UI, HTMX nav, dashboard overhaul 2026-06-15 18:50:21 +02:00
overlay.templ templates, handlers, CSS, JS: special cakes UI, HTMX nav, dashboard overhaul 2026-06-15 18:50:21 +02:00