This commit is contained in:
2020-06-25 20:56:30 +00:00
parent ff2110901e
commit 00c94b111b
2 changed files with 2 additions and 7 deletions

View File

@@ -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 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
todo: help links for User, Users, Translations, Translation todo: help links for User, Users, Translations, Translation

View File

@@ -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
>&nbsp; >&nbsp;
<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>