This commit is contained in:
@@ -5,11 +5,6 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: Administration - translation
|
|
||||||
- Export function (download as file I guess)
|
|
||||||
On Translation editor form
|
|
||||||
- Import function
|
|
||||||
On Translations list form
|
|
||||||
|
|
||||||
todo: translation get value for key should not return ?? if it's empty, instead just return empty
|
todo: translation get value for key should not return ?? if it's empty, instead just return empty
|
||||||
This will avoid fouc on slow retrieval
|
This will avoid fouc on slow retrieval
|
||||||
|
|||||||
@@ -140,7 +140,7 @@
|
|||||||
<v-toolbar-title style="width: 300px" class="ml-0 pl-4">
|
<v-toolbar-title style="width: 300px" class="ml-0 pl-4">
|
||||||
<v-icon>{{ appBar.icon }}</v-icon
|
<v-icon>{{ appBar.icon }}</v-icon
|
||||||
>
|
>
|
||||||
<span>{{ $ay.t(appBar.title) }}</span>
|
<span v-if="appBar.title">{{ $ay.t(appBar.title) }}</span>
|
||||||
</v-toolbar-title>
|
</v-toolbar-title>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<v-toolbar-items>
|
<v-toolbar-items>
|
||||||
|
|||||||
Reference in New Issue
Block a user