forked from MapComplete/MapComplete
UX: usersetting visual cleanup, add 'clear caches'-option, version bump
This commit is contained in:
parent
7293edf228
commit
97df1dc65b
13 changed files with 108 additions and 27 deletions
|
@ -617,12 +617,14 @@
|
|||
},
|
||||
{
|
||||
"id": "mangrove-keys",
|
||||
"classes": "flex flex-col",
|
||||
"classes": "link-no-underline low-interaction p-2",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "link",
|
||||
"href": "data:application/json,{mangroveidentity}",
|
||||
"download": "mangrove_private_key_{_name}",
|
||||
"class": "button",
|
||||
|
||||
"text": {
|
||||
"en": "Download the private key for your Mangrove Account",
|
||||
"de": "Laden Sie den privaten Schlüssel für Ihr Mangrove-Konto herunter",
|
||||
|
@ -645,6 +647,7 @@
|
|||
},
|
||||
{
|
||||
"id": "mangrove-key-import",
|
||||
"classes": "low-interaction p-2",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "import_mangrove_key",
|
||||
|
@ -901,6 +904,27 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debug-title",
|
||||
"render": {
|
||||
"en": "<h3>Debugging options</h3>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "clear_cache",
|
||||
"classes": "low-interaction p-2",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "clear_caches",
|
||||
"text": {
|
||||
"en": "Clear caches"
|
||||
}
|
||||
},
|
||||
"after": {
|
||||
"en": "Clearing the caches will delete locally downloaded data and code. You will remain logged in and your settings will be preserved. No data should be lost"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "pending_changes",
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue