[Low] No error state when loadData fails - empty UI with no warning #53
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File: app.jsx:20-24
Severity: Low
If loadData fails, the app still renders dataReady=true and shows a fully functional-looking UI with all empty arrays. No connection error banner, no retry button.
Fix: Show a 'Cannot connect to server' overlay with a retry button.