toats notifications in the web

This commit is contained in:
Priec
2026-08-07 21:30:32 +02:00
parent 945dd811f4
commit 7cda7ea833
12 changed files with 102 additions and 25 deletions

7
web/askama.toml Normal file
View File

@@ -0,0 +1,7 @@
# Two template roots. `templates` is this app's own; `penguinui-components` is
# the Penguin UI library checked in beside it, included from templates by its
# own path (e.g. "toast-notification/stacking-toast-notification.html") so the
# component files stay exactly as the library ships them — no vendored copies
# to re-sync when the library is updated.
[general]
dirs = ["templates", "penguinui-components"]