Add error reporting to the daemon web UI

This error reporting comes in two forms:
- Errors updating the UI
- Errors with user actions

The former is displayed as one error until a refresh succeeds again. The
latter creates an number of persistent errors until they are cleared by
the user.
This commit is contained in:
Sashanoraa
2025-08-03 19:27:28 -04:00
committed by Sashanoraa
parent bbab29ae0b
commit 56122f6559
11 changed files with 209 additions and 14 deletions

View File

@@ -7,5 +7,6 @@
text="Delete ALL Recordings"
prompt={`Are you sure you want to delete ALL recordings?`}
url={`/api/delete-all-recordings`}
name="all recodings"
/>
</div>