Adding "Test Environment" banner in the bottom right corner
This commit is contained in:
23
src/App.vue
23
src/App.vue
@@ -80,9 +80,32 @@ function calcMargin(i) {
|
||||
<v-sheet color="sheet" height="100%">
|
||||
<router-view></router-view>
|
||||
</v-sheet>
|
||||
|
||||
</v-container>
|
||||
|
||||
<v-btn
|
||||
fab
|
||||
dark
|
||||
fixed
|
||||
bottom
|
||||
right
|
||||
color="primary"
|
||||
>
|
||||
<v-icon>keyboard_arrow_up</v-icon>
|
||||
</v-btn>
|
||||
|
||||
<company-footer />
|
||||
</v-main>
|
||||
</v-app>
|
||||
|
||||
<v-sheet
|
||||
color="red-darken-4"
|
||||
position="fixed"
|
||||
location="bottom right"
|
||||
class="pa-3 mb-12 mr-n16 text-center text-h5"
|
||||
width="300"
|
||||
style="rotate: 315deg; z-index: 1008;"
|
||||
>
|
||||
{{ $t('misc.testEnvironment') }}
|
||||
</v-sheet>
|
||||
</template>
|
||||
@@ -244,7 +244,8 @@
|
||||
"chooseFile": "Datei auswählen",
|
||||
"chooseDestinationFolder": "Zielordner auswählen",
|
||||
"upload": "Hochladen",
|
||||
"fulfillYourPersonalDataFirst": "Gehe zu den Einstellungen und fülle deinen Namen und deine Matrikelnummer aus"
|
||||
"fulfillYourPersonalDataFirst": "Gehe zu den Einstellungen und fülle deinen Namen und deine Matrikelnummer aus",
|
||||
"testEnvironment": "Testumgebung"
|
||||
},
|
||||
"genre": {
|
||||
"withoutBand": "ohne Band"
|
||||
|
||||
@@ -244,7 +244,8 @@
|
||||
"chooseFile": "Choose file",
|
||||
"chooseDestinationFolder": "Choose destination folder",
|
||||
"upload": "Upload",
|
||||
"fulfillYourPersonalDataFirst": "Go to settings and enter your name and the right register number"
|
||||
"fulfillYourPersonalDataFirst": "Go to settings and enter your name and the right register number",
|
||||
"testEnvironment": "Test Environment"
|
||||
},
|
||||
"genre": {
|
||||
"withoutBand": "without Band"
|
||||
|
||||
Reference in New Issue
Block a user