mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
* feat: add ui for library source management * fix: lint
This commit is contained in:
@ -49,6 +49,11 @@ export const systemACLDescriptions: ObjectFromList<typeof systemACLs> = {
|
||||
"auth:simple:invitation:delete": "Delete a simple auth invitation.",
|
||||
|
||||
"library:read": "Fetch a list of all games on this instance.",
|
||||
"library:sources:read":
|
||||
"Fetch a list of all library sources on this instance",
|
||||
"library:sources:new": "Create a new library source.",
|
||||
"library:sources:update": "Update existing library sources.",
|
||||
"library:sources:delete": "Delete library sources.",
|
||||
|
||||
"notifications:read": "Read system notifications.",
|
||||
"notifications:mark": "Mark system notifications as read.",
|
||||
|
||||
@ -50,6 +50,11 @@ export const systemACLs = [
|
||||
"notifications:delete",
|
||||
|
||||
"library:read",
|
||||
"library:sources:read",
|
||||
"library:sources:new",
|
||||
"library:sources:update",
|
||||
"library:sources:delete",
|
||||
|
||||
"game:read",
|
||||
"game:update",
|
||||
"game:delete",
|
||||
|
||||
Reference in New Issue
Block a user