This commit is contained in:
@@ -20,14 +20,12 @@ TODO CLIENT STUFF
|
|||||||
|
|
||||||
|
|
||||||
- MISC
|
- MISC
|
||||||
- Add lt for serveraddress
|
|
||||||
- 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
|
|
||||||
- Login needs to scroll higher or logo smaller on sm so that the keyboard doesn't obscure the login lines
|
|
||||||
- Need a test user that has access to every possible role so that I can see all the roles for testing purposes
|
|
||||||
- About page has too big of margins on each side of display
|
|
||||||
- View log page has log in a small window with scroll bars instead of full screen
|
- 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?)
|
- 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
|
||||||
|
- Clipboardjs.com
|
||||||
- Clean up todo below here and up to "Stage 2", seems to be a lot of wild speculation and repeated stuff, need a clean list of discrete actionable items.
|
- Clean up todo below here and up to "Stage 2", seems to be a lot of wild speculation and repeated stuff, need a clean list of discrete actionable items.
|
||||||
|
|
||||||
- LIST
|
- LIST
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<h1>About AyaNova</h1>-->
|
<h1>About AyaNova</h1>-->
|
||||||
<v-layout row>
|
<v-layout row>
|
||||||
<v-flex xs12 sm6 offset-sm3>
|
<v-flex><!-- xs12 sm6 offset-sm3 -->
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-toolbar>
|
<v-toolbar>
|
||||||
<v-avatar size="64px" tile>
|
<v-avatar size="64px" tile>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<v-layout row>
|
<v-layout row>
|
||||||
<v-flex>
|
<v-flex>
|
||||||
<h1>{{ lt("Log")}}</h1>
|
<h1>{{ lt("Log")}}</h1>
|
||||||
<v-textarea v-model="logText" full-width readonly></v-textarea>
|
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>
|
||||||
</v-flex>
|
</v-flex>
|
||||||
</v-layout>
|
</v-layout>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container fluid>
|
<v-container fluid>
|
||||||
<v-layout row wrap="">
|
<v-layout row wrap="">
|
||||||
<v-flex xs12 class="text-xs-center" mt-5 ml-5 pl-5>
|
<v-flex xs12 class="hidden-sm-and-down text-xs-center" mt-5 ml-5 pl-5>
|
||||||
<v-img :src="require('../assets/logo.svg')" class="my-3" contain height="200"></v-img>
|
<v-img :src="require('../assets/logo.svg')" class="my-3" contain height="200"></v-img>
|
||||||
|
</v-flex>
|
||||||
|
<v-flex xs12 class="hidden-md-and-up text-xs-center">
|
||||||
|
<v-img :src="require('../assets/logo.svg')" contain height="64"></v-img>
|
||||||
</v-flex>
|
</v-flex>
|
||||||
<v-flex xs12 sm6 offset-sm3 mt-3>
|
<v-flex xs12 sm6 offset-sm3 mt-3>
|
||||||
<form>
|
<form>
|
||||||
|
|||||||
Reference in New Issue
Block a user