fix(telefoni): add explicit load/error status and stronger empty-state fallback

This commit is contained in:
Christian 2026-05-16 11:06:48 +02:00
parent 97a4a2435c
commit 3bc4472525
2 changed files with 38 additions and 1013 deletions

16
RELEASE_NOTES_v2.3.3.md Normal file
View File

@ -0,0 +1,16 @@
# Release Notes: v2.3.3
**Date:** 16. maj 2026
## New Features
### Telefoni Status Banner
A new status banner was added to `app/modules/telefoni/templates/log.html` to show explicit load/error/ready states:
- **`telefoni_status == "error"`** → "Telefoni: Error" with "Failed to load telefoni data."
- **`telefoni_status == "loading"`** → "Telefoni: Loading..." with "Fetching telefoni data."
- **`telefoni_status == "ready"`** → "Telefoni: Ready" with "Telefoni data loaded successfully."
- **default (no status)** → "Telefoni: No data" with a stronger fallback message: "Telefoni is not available. Try again later or check the network."
This improves visibility of telefoni data availability and provides clearer error messages.

File diff suppressed because it is too large Load Diff