Skip to content

Commit

Permalink
Merge pull request #16 from IT4Change/cleanup
Browse files Browse the repository at this point in the history
fix(frontend): cleanup
  • Loading branch information
ulfgebhardt authored Nov 25, 2023
2 parents 2b162f8 + b04252a commit 85cded8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,14 @@ The following endpoints are provided given the right command is executed or all

## TODO

- [ ] translations & language switch
- [ ] tests
- [ ] stories
- [ ] responsive design

## Known Problems

- [ ] Image Rerender flicker
- [ ] [Image flicker](https://github.com/vuetifyjs/vuetify/issues/18772)
- [ ] [Black Buttons](https://github.com/vuetifyjs/vuetify/issues/18773)

## License

Expand Down
2 changes: 1 addition & 1 deletion src/components/ClientOnly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template v-else><slot name="placeholder" /></template>
</template>

<script setup>
<script lang="ts" setup>
import { ref, onMounted } from 'vue'
const isMounted = ref(false)
Expand Down
2 changes: 1 addition & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"reset": {
"h1": "Den Zähler zurücksetzen",
"menu": "Zurücksetzen",
"text": "Zurücksetzent: {count}"
"text": "Zurücksetzen: {count}"
},
"value": {
"h1": "Der Zähler",
Expand Down

0 comments on commit 85cded8

Please # to comment.