fix: notifications and store styling

This commit is contained in:
DecDuck
2025-03-11 17:08:31 +11:00
parent 9515a21dc6
commit 137241fdbb
15 changed files with 203 additions and 81 deletions

View File

@ -41,6 +41,11 @@ export const systemACLDescriptions: ObjectFromList<typeof systemACLs> = {
"library:read": "Fetch a list of all games on this instance.",
"notifications:read": "Read system notifications.",
"notifications:mark": "Mark system notifications as read.",
"notifications:listen": "Connect to the system notification websocket.",
"notifications:delete": "Delete system notifications.",
"game:read": "Fetch a given game on this instance.",
"game:update": "Update a game on this instance.",
"game:delete": "Delete a game on this instance.",

View File

@ -37,6 +37,11 @@ export const systemACLs = [
"auth:simple:invitation:new",
"auth:simple:invitation:delete",
"notifications:read",
"notifications:mark",
"notifications:listen",
"notifications:delete",
"library:read",
"game:read",
"game:update",