18 Commits

Author SHA1 Message Date
Valentyne Stigloher
f24ced9f3f (fix) propagate properties to reference element of <Popover> (was wrong for german grammar tables)
ideally, there would be some auto-detection for the root of the provided slot, but apparently this isn’t easy to get
2024-10-06 22:59:27 +02: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
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
da63c33e23 (style) fix too large padding inside grammar table or profiles containing <PronunciationSpeaker> 2024-05-16 12:41:41 +02:00
Valentyne Stigloher
7eb1a88faf (style) unified styling for example buttons and tooltips for accessibility 2024-05-13 12:05:27 +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
c0a4c41d4b (fix) reload sound in <PronunciationSpeaker> if an error occured or the input changed 2024-01-29 15:33:50 +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
Valentyne Stigloher
a22981eb79 (fmt) indent switch case clauses 2024-01-21 13:55:34 +01:00
Andrea Vos
0d15a38e1b <PronunciationSpeaker> reuse the sound object 2024-01-18 19:29:45 +01:00
Andrea Vos
fcb07f3da4 (bug) fix <PronunciationSpeaker/> causing "A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received" for some profiles; also add state indicator (useful when loading is slower) 2024-01-18 18:53:30 +01:00
Andrea Vos
f1d1141ed8 (pronounce) give [target=_blank] to the progressive enhancement link 2024-01-13 15:02:00 +01:00
Valentyne Stigloher
ebcf86732f (fix) do not pass null to Base64.encodeURI 2024-01-11 22:06:37 +01:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Andrea Vos
922966f18d (profile) another potential fix for name pronunciation 2024-01-11 19:39:21 +01:00
Valentyne Stigloher
eb916934f5 (refactor) factor out PronunciationSpeaker component 2024-01-11 16:15:04 +01:00