This commit is contained in:
2019-01-29 00:59:15 +00:00
parent 3432a56a58
commit 3e7950cc53
2 changed files with 20 additions and 6 deletions

View File

@@ -19,10 +19,9 @@ TODO CLIENT STUFF
- Need a demo before people start revolting!!!!! - Need a demo before people start revolting!!!!!
- MISC - MISC
- Make the copyright banner only show on the login page, not on subsequent pages
- View log page has log in a small window with scroll bars instead of full screen - DONE? Make the copyright banner at bottom left aligned, right now it seems weird in small iPhone size when it breaks to two lines (make text smaller?)
- Make the copyright banner at bottom left aligned, right now it seems weird in small iPhone size when it breaks to two lines (make text smaller?)
- Change server api page favicon to look like a SERVER version of the AyaNova logo, not the same one as the client uses [ fuck it, why? TTM!] - Change server api page favicon to look like a SERVER version of the AyaNova logo, not the same one as the client uses [ fuck it, why? TTM!]
- About form should show the server address and have a copy to clipboard feature or save info or email info or whatever the fuck for support - About form should show the server address and have a copy to clipboard feature or save info or email info or whatever the fuck for support
- Clipboardjs.com - Clipboardjs.com

View File

@@ -33,7 +33,22 @@
</v-layout> </v-layout>
</v-container> </v-container>
</v-content> </v-content>
<v-footer app color="primary" dark height="auto"> <v-footer >
<v-layout>
<v-flex primary
py-2
text-xs-center
white--text
xs12>
<div>
<a href="https://ayanova.com" target="_blank"><span class="white--text caption">AyaNova ({{version}}) {{copyright}}</span></a>
</div>
</v-flex>
</v-layout>
</v-footer>
<!-- <v-footer app color="primary" dark height="auto">
<v-layout row wrap="" align-center> <v-layout row wrap="" align-center>
<v-flex xs12> <v-flex xs12>
<div class="ml-3"> <div class="ml-3">
@@ -42,7 +57,7 @@
</div> </div>
</v-flex> </v-flex>
</v-layout> </v-layout>
</v-footer> </v-footer> -->
</v-app> </v-app>
</template> </template>