This commit is contained in:
@@ -19,10 +19,9 @@ TODO CLIENT STUFF
|
||||
- Need a demo before people start revolting!!!!!
|
||||
|
||||
|
||||
- MISC
|
||||
|
||||
- View log page has log in a small window with scroll bars instead of full screen
|
||||
- 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?)
|
||||
- MISC
|
||||
- Make the copyright banner only show on the login page, not on subsequent pages
|
||||
- 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?)
|
||||
- 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
|
||||
- Clipboardjs.com
|
||||
|
||||
@@ -33,7 +33,22 @@
|
||||
</v-layout>
|
||||
</v-container>
|
||||
</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-flex xs12>
|
||||
<div class="ml-3">
|
||||
@@ -42,7 +57,7 @@
|
||||
</div>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
</v-footer>
|
||||
</v-footer> -->
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user