Valentyne Stigloher
54a57192b3
(nuxt) use new directory structure by moving many directories to app
2025-08-17 18:10:36 +02:00
Valentyne Stigloher
b25afefc49
(fmt)
2024-10-29 10:56:32 +01:00
Valentyne Stigloher
c55e05fff8
(editor) make pronunciation speaker smaller
...
issue was that the styles were applied to the <span> of the <Tooltip>, not the <PronunciationSpeaker>
2024-09-16 21:17:39 +02:00
Valentyne Stigloher
4fff61d857
(vue) migrate v-model on custom components via model → modelValue and @input → @update:modelValue
...
https://v3-migration.vuejs.org/breaking-changes/v-model.html
2024-09-12 10:11:25 +02:00
Valentyne Stigloher
6090078689
(nuxt) use useConfig composable instead of $config global as this can only be controlled via runtimeConfig and is better protected than in Nuxt 2
2024-09-11 21:29:35 +02:00
Valentyne Stigloher
75e76025eb
(vue) migrate component from Vue.extend to defineComponent
2024-09-11 21:29:22 +02:00
Valentyne Stigloher
bd332e3949
(ts) overwrite NuxtRuntimeConfig to be Config (enables stricter type checking and hints)
2024-03-12 15:11:40 +01:00
Valentyne Stigloher
2eb794e5fd
(ts) convert some Vue components
2024-02-23 17:51:18 +01:00
Valentyne Stigloher
7ce1bb0e83
(ts) convert a lot to TypeScript
...
Co-authored-by: Sky <msurvival65@gmail.com>
Co-authored-by: tecc <tecc@tecc.me>
2024-02-23 17:48:16 +01:00
Valentyne Stigloher
a065029cb5
(refactor) rename $config and $locale Vue globals to have a dollar sign per convention
2024-01-26 14:30:12 +01:00
PronounsPage
fa14ab79d9
(lint) automatically fix lints via yarn lint --fix
2024-01-11 20:36:05 +01:00
Valentyne Stigloher
0435f28e21
(profile) allow optional pronunciation for names
...
keep in mind that newly added properties won’t be reactive,
so both on profile parsing and on creating a new row from the prototype
the new pronunciation property must be included
2024-01-11 16:15:04 +01:00