Merge pull request #16 from IT4Change/cleanup

fix(frontend): cleanup
This commit is contained in:
Ulf Gebhardt 2023-11-25 11:54:43 +01:00 committed by GitHub
commit 85cded8abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -110,13 +110,14 @@ The following endpoints are provided given the right command is executed or all
## TODO ## TODO
- [ ] translations & language switch
- [ ] tests - [ ] tests
- [ ] stories - [ ] stories
- [ ] responsive design
## Known Problems ## Known Problems
- [ ] Image Rerender flicker - [ ] [Image flicker](https://github.com/vuetifyjs/vuetify/issues/18772)
- [ ] [Black Buttons](https://github.com/vuetifyjs/vuetify/issues/18773)
## License ## License

View File

@ -3,7 +3,7 @@
<template v-else><slot name="placeholder" /></template> <template v-else><slot name="placeholder" /></template>
</template> </template>
<script setup> <script lang="ts" setup>
import { ref, onMounted } from 'vue' import { ref, onMounted } from 'vue'
const isMounted = ref(false) const isMounted = ref(false)

View File

@ -15,7 +15,7 @@
"reset": { "reset": {
"h1": "Den Zähler zurücksetzen", "h1": "Den Zähler zurücksetzen",
"menu": "Zurücksetzen", "menu": "Zurücksetzen",
"text": "Zurücksetzent: {count}" "text": "Zurücksetzen: {count}"
}, },
"value": { "value": {
"h1": "Der Zähler", "h1": "Der Zähler",