ui: typing
This commit is contained in:
parent
028f883499
commit
0bb77a671b
@ -83,7 +83,7 @@
|
|||||||
disabled={updateStatus.success === false}
|
disabled={updateStatus.success === false}
|
||||||
on:click={update}
|
on:click={update}
|
||||||
class="icons tooltip tooltip-right tooltip-primary bg-gradient-to-r from-purple-500 via-pink-500 to-red-500 text-white duration-75 hover:scale-105"
|
class="icons tooltip tooltip-right tooltip-primary bg-gradient-to-r from-purple-500 via-pink-500 to-red-500 text-white duration-75 hover:scale-105"
|
||||||
data-tip="Update available!"
|
data-tip="Update Available!"
|
||||||
>
|
>
|
||||||
{#if updateStatus.loading}
|
{#if updateStatus.loading}
|
||||||
<svg
|
<svg
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"wait_new_version_startup": "Waiting for the new version to start...",
|
"wait_new_version_startup": "Waiting for the new version to start...",
|
||||||
"new_version": "New version reachable. Reloading...",
|
"new_version": "New version reachable. Reloading...",
|
||||||
"switch_to_a_different_team": "Switch to a different team...",
|
"switch_to_a_different_team": "Switch to a different team...",
|
||||||
"update_available": "Update available"
|
"update_available": "Update Available"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"you_can_find_your_way_back": "You can find your way back",
|
"you_can_find_your_way_back": "You can find your way back",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user