14 Commits

Author SHA1 Message Date
Valentyne Stigloher
d5032b4443 (nuxt) replace rtlcss with postcss-rtl which generates a stylesheet with both ltr and rtl 2025-02-15 14:27:01 +01:00
Valentyne Stigloher
3c81de9c16 (dependencies) upgrade typescript to 5.7.2 2024-12-29 14:35:23 +01:00
Valentyne Stigloher
b25afefc49 (fmt) 2024-10-29 10:56:32 +01:00
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
2cfb4fec4f (vue) use @floating-ui/vue instead of @floating-ui/dom to get rid of some boilerplate 2024-09-16 21:14:51 +02:00
Valentyne Stigloher
7ec6ac5043 (ts) fix typecheck errors 2024-09-12 10:11:25 +02:00
Valentyne Stigloher
c1faf15117 (vue) call members of $slots
https://v3-migration.vuejs.org/breaking-changes/slots-unification.html
2024-09-11 21:29:23 +02:00
Valentyne Stigloher
f5a763391b (lint) use vue 3 rules 2024-09-11 21:29:23 +02:00
Valentyne Stigloher
75e76025eb (vue) migrate component from Vue.extend to defineComponent 2024-09-11 21:29:22 +02:00
Valentyne Stigloher
d7ead48168 (vue) rename destroyed to unmounted and beforeDestroy to beforeUnmount
https://v3-migration.vuejs.org/breaking-changes/#other-minor-changes
2024-09-11 21:29:22 +02:00
Valentyne Stigloher
8ec65b87d4 (style) fix popovers for rtl locales also in production
/* */ comments get stripped out by scss in compressed format: https://sass-lang.com/documentation/syntax/comments/,
so /*! */ must be used so that rtlcss can process the directive: https://rtlcss.com/learn/getting-started/why-rtlcss/#processing-directives
adjustment to 1f88c83a96e16e1166da14c3f0c6f4a1906d14f5
2024-05-20 18:43:52 +02:00
Valentyne Stigloher
1f88c83a96 (style) fix popovers for rtl locales 2024-05-20 18:17:01 +02:00
Valentyne Stigloher
c0ab01ac3b (style) resize popovers so that they become scrollable when they get to large 2024-05-13 12:05:28 +02:00
Valentyne Stigloher
16be7fdc67 (de)(pronouns) add popover with example sentences when hovering on morphemes in the grammar table 2024-05-13 12:05:28 +02:00