Update Role-Based Permissions and Increment Version
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled

- Modified role-based permissions in App.svelte and EventsView.svelte to include "read" access for viewing events, enhancing user access control.
- Updated conditional rendering logic to reflect the new permission structure, ensuring users with "read", "write", "admin", or "owner" roles can view events.
- Incremented the version number to v0.19.4 to reflect these changes.
This commit is contained in:
2025-10-27 11:59:54 +00:00
parent d4f4f2a186
commit ebb11686d5
5 changed files with 8 additions and 7 deletions

View File

@@ -1 +1 @@
v0.19.3
v0.19.4