mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-20 19:51:09 +10:00
fix: notifications and store styling
This commit is contained in:
@ -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.",
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user