replace enable/disable all buttons with toggles

This commit is contained in:
Hazelnoot 2025-06-22 11:39:49 -04:00
parent 1584ec5b7d
commit d7120b7ff8
3 changed files with 80 additions and 45 deletions

8
locales/index.d.ts vendored
View file

@ -13617,6 +13617,14 @@ export interface Locale extends ILocale {
* Are you sure you want to create a token with no permissions?
*/
"tokenHasNoPermissionsConfirm": string;
/**
* Enable all read-only permissions
*/
"enableAllRead": string;
/**
* Enable all write/edit permissions
*/
"enableAllWrite": string;
}
declare const locales: {
[lang: string]: Locale;