This commit is contained in:
@@ -5,15 +5,10 @@ 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
|
||||
This will avoid fouc on slow retrieval
|
||||
|
||||
|
||||
todo: help links for User, Users, Translations, Translation
|
||||
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
<v-toolbar-title style="width: 300px" class="ml-0 pl-4">
|
||||
<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-spacer></v-spacer>
|
||||
<v-toolbar-items>
|
||||
|
||||
Reference in New Issue
Block a user