Adding "Test Environment" banner in the bottom right corner

This commit is contained in:
2024-11-26 11:59:37 +01:00
parent 85f34dd087
commit bfc4b6681b
3 changed files with 27 additions and 2 deletions

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"