7611 Commits

Author SHA1 Message Date
Valentyne Stigloher
3e847b695f (typo) 2025-04-25 22:19:16 +02:00
Valentyne Stigloher
f4c67bea9a (lint) activate vue/require-typed-ref and add typing to ensure no implicit any on refs 2025-04-25 13:32:47 +02:00
Valentyne Stigloher
195ac3dbf4 (lint) activate vue/prefer-use-template-ref, vue/require-macro-variable-name 2025-04-25 13:32:10 +02:00
ru contributors
aa82330c3b (ru)(trans) 2025-04-25 12:49:44 +02:00
Valentyne Stigloher
b9eb445256 Merge branch 'nouns-conventions-p' into 'main'
noun conventions page

See merge request PronounsPage/PronounsPage!602
2025-04-22 13:59:12 +00:00
Valentyne Stigloher
42525a9846 (de)(nouns) support multiple stems per word as some conventions use different forms and example sentences still need to be consistent 2025-04-22 15:05:04 +02:00
Valentyne Stigloher
58387c710b (grammar) make short column header name optional 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
bf39ca90a4 (nouns) display noun convention group on details page 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
68d3442686 (refactor) replace additional prop for supplying the key of NounConvention with withKey 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
bf2954c6fe (nouns) group conventions similar too pronouns 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
2a9fde5efd (pronouns) do not pronounce unpronounceable pronouns 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
f021cd08ea (nouns) move noun convention links to top level 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5911d89ef5 (pronouns) move pronoun parsing in route middleware (404 is now handled in error.vue, highlighting no nav item there) 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
03abb39da1 (nouns) add translations for conventions intro, add title 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5aa83aa1f0 (nouns) filter example sentences missing required morphemes or declensions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5ecb113ddc (de)(nouns) add examples 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
c770365d63 (refactor) make ExamplePart[] a class to move methods there and rename old Example to PronounExample 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
5be84330eb (de)(nouns) show declension for multiple noun stem classes 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
7240941985 (de)(nouns) replace declension patterns index by noun conventions index 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
4a7a0410ab (de)(nouns) show sample declension for noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
f054e35be2 (de)(nouns) add descriptions and warnings to noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
ec5f0ba97d (de)(nouns) grammar tables for noun conventions 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
d54b2c912c (refactor) let languages only define their unique variants from base converters and not handle the standard conversion 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
ab40c054e6 (refactor) decouple <Example>, <Morpheme> and other components from Pronoun 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
7cc2e401ee (vue) migrate <ExampleCategoryListItem> to composition API 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
933ecb3d65 (refactor) factor out getBaseMorpheme 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
9f3d3bca7f (vue) migrate <Example> to composition API 2025-04-22 14:29:10 +02:00
Valentyne Stigloher
b279940380 (vue) migrate <Morpheme> to composition API 2025-04-22 14:29:10 +02:00
Andrea Vos
cf32005da2 (pl) miastamaszerujace 2025 2025-04-19 17:13:42 +02:00
Andrea Vos
ac1e8677b0 (pl) miastamaszerujace 2025 2025-04-19 15:46:49 +02:00
Andrea Vos
08c7e37e28 (blog) make blog posts a bit more prominent 2025-04-19 15:17:12 +02:00
Andrea Vos
4f9750c823 (bug) fix cleanupAccounts emails saying just "undefined undefined" 2025-04-19 13:40:08 +02:00
Valentyne Stigloher
8f6c1cb04f (ts) reference tsconfig.json in schema generator so it picks up the ~ import alias
it didn’t generate a schema for Category, so it passed even on wrong configuration
2025-04-19 12:28:06 +02:00
Valentyne Stigloher
6e636f4288 (ci) explicitely define $DEPLOY_NAME for test environments (also allows deploy to test with just DEPLOY_TARGET=test instead of test/default) 2025-04-18 14:35:30 +02:00
Andrea Vos
a4df325703 (ci) prevent optionally mounted calendar directory to be deleted during build 2025-04-18 14:32:44 +02:00
Valentyne Stigloher
405d1e7c8c (fix)(make) clear redis cache upon deploy 2025-04-18 12:08:27 +02:00
Valentyne Stigloher
272f161b6d (refactor) remove <EnglishTable> for those locales which define it as empty 2025-04-18 11:35:18 +02:00
Valentyne Stigloher
a21152d204 (fix)(english) fix loading of pronouns 2025-04-18 11:31:05 +02:00
Valentyne Stigloher
f9c0bbfedd (style) do not use italics on <blockquote> by default 2025-04-18 10:31:27 +02:00
Valentyne Stigloher
02de18a433 (fix)(make) clear redis cache upon deploy 2025-04-18 10:24:27 +02:00
ru contributors
16477b4083 (ru)(trans) 2025-04-18 10:23:50 +02:00
Valentyne Stigloher
17b0a3daea Merge branch 'fully-neutral-ru-p' 2025-04-17 17:48:50 +02:00
ru contributors
ee66925f9c (ru)(blog) fully-neutral-ru (by MixieL) 2025-04-17 17:48:38 +02:00
Valentyne Stigloher
1d3689b7cf (blog) fix wrong text-align on <th>
convert deprecated align attribute to inline css
modern markdown parsers appear to do this
2025-04-17 00:41:59 +02:00
Valentyne Stigloher
329440684d (ci) fix deploy via DEPLOY_TARGET push option 2025-04-17 00:41:59 +02:00
ua contributors
f594a1ef9c (ua)(trans) 2025-04-17 00:22:19 +02:00
Valentyne Stigloher
162217275a (ru)(blog) fully-neutral-ru (by MixieL) 2025-04-17 00:16:02 +02:00
Valentyne Stigloher
8290ddbfc9 Merge remote-tracking branch 'origin/main' into fully-neutral-ru-p 2025-04-17 00:09:46 +02:00
Valentyne Stigloher
a5c8702b4f (a11y) make search button focusable 2025-04-15 16:18:49 +02:00
Valentyne Stigloher
6ef00ba113 (fix) do not error on empty contents for popovers 2025-04-15 15:43:12 +02:00