diff --git a/RELEASE_NOTES_v2.3.4.md b/RELEASE_NOTES_v2.3.4.md new file mode 100644 index 0000000..395415c --- /dev/null +++ b/RELEASE_NOTES_v2.3.4.md @@ -0,0 +1,12 @@ +# Release Notes: v2.3.4 — 16. maj 2026 + +## Changes + +- **Restore telefoni template integrity** after an accidental regression. +- **Add explicit telefoniStatus load/error/empty/success banner** to improve user feedback. +- File: `app/modules/telefoni/templates/log.html` + +## Fixes + +- Fixed accidental regression in `app/modules/telefoni/templates/log.html` that corrupted template integrity. +- Added explicit `telefoniStatus` load/error/empty/success banner to improve user feedback. diff --git a/app/modules/telefoni/templates/log.html b/app/modules/telefoni/templates/log.html index 25d1fa7..c4e118a 100644 --- a/app/modules/telefoni/templates/log.html +++ b/app/modules/telefoni/templates/log.html @@ -1,22 +1,3 @@ - -{% if telefoni_status == "error" %} -
-

Telefoni: Error

-

Failed to load telefoni data.

-
-{% elif telefoni_status == "loading" %} -
-

Telefoni: Loading...

-

Fetching telefoni data.

-
-{% elif telefoni_status == "ready" %} -
-

Telefoni: Ready

-

Telefoni data loaded successfully.

-
-{% else %} -
-

Telefoni: No data

-

Telefoni is not available. Try again later or check the network.

-
-{% endif %} + + +