[feat] update multiple extensions from the UI (#2833)

* feat: add `Update` button
* feat: select all updatable extensions
* feat: dialog improvements
* fix: bad logging and permissions
This commit is contained in:
Vlad Stan
2024-12-16 13:54:49 +01:00
committed by GitHub
parent 25d59e4142
commit b81b30c896
3 changed files with 135 additions and 8 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -1
View File
@@ -156,6 +156,7 @@ window.localisation.en = {
expiry: 'Expiry',
webhook: 'Webhook',
payment_proof: 'Payment Proof',
update: 'Update',
update_available: 'Update {version} available!',
latest_update: 'You are on the latest version {version}.',
notifications: 'Notifications',
@@ -273,5 +274,6 @@ window.localisation.en = {
license: 'License',
reset_key: 'Reset Key',
reset_password: 'Reset Password',
border_choices: 'Border Choices'
border_choices: 'Border Choices',
select_all: 'Select All'
}