feat: background delivery seam, retries, and consent (PUT-1682) (#3684)

This commit is contained in:
Daniel Salazar
2026-09-03 01:39:06 -07:00
committed by GitHub
parent 04c00385b9
commit 41b837b398
31 changed files with 2057 additions and 71 deletions
+4
View File
@@ -646,6 +646,10 @@ async function get_permission_description (permission, options = {}) {
return await get_app_data_description(parts, options);
}
if ( parts[0] === 'events' && parts[1] === 'background' ) {
return { html: i18n('perm_events_background'), icon: 'zap' };
}
if ( parts[0] === 'app-root-dir' ) {
// Format: app-root-dir:<app_uid>:<read|write>
if ( parts[2] === 'read' ) {
+1
View File
@@ -772,6 +772,7 @@ const en = {
'perm_app_data_delete': 'delete entries from {{subject}}.',
'perm_app_data_store_all': 'read, change and delete {{subject}}.',
'perm_app_data_all': "read, change and delete everything {{app}} has saved for you, including any saved logins.",
'perm_events_background': 'run in the background when your files or data change, even while it is closed',
'perm_dialog_wants_to': 'wants permission to',
'perm_dialog_footnote': 'You can change this anytime in Settings.',
'perm_dialog_error': 'Something went wrong. Please try again.',