fix(telefoni): add explicit load/error status and stronger empty-state fallback
This commit is contained in:
parent
97a4a2435c
commit
3bc4472525
16
RELEASE_NOTES_v2.3.3.md
Normal file
16
RELEASE_NOTES_v2.3.3.md
Normal 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
Loading…
Reference in New Issue
Block a user