feat: list and reorder logged-in accounts in settings #282

This commit is contained in:
Linus Rath
2026-05-20 19:22:44 +02:00
parent ba90ec1f7a
commit d45c8ef511
5 changed files with 379 additions and 62 deletions
+12
View File
@@ -1202,6 +1202,18 @@
"last_sync": {
"label": "Last Sync",
"value": "{time}"
},
"accounts": {
"title": "Logged-in accounts",
"description": "Drag to reorder how accounts appear in the account dropdown",
"active": "Currently active account",
"default_badge": "Default account",
"set_default": "Set as default",
"switch_to": "Switch to this account",
"move_up": "Move up",
"move_down": "Move down",
"drag_handle": "Drag to reorder",
"add": "Add account"
}
},
"security": {