35 Commits

Author SHA1 Message Date
Valentyne Stigloher
f83da9066b (vue) require [type] on <button>, fixes issue with the custom pronoun generator embedded in the editor submitting the form 2025-06-05 23:32:31 +02:00
Valentyne Stigloher
d0d017126b (refactor) replace clipboard dependency by useClipboard 2025-05-06 23:16:17 +02:00
Valentyne Stigloher
f6c919bfbf (grammar) allow explanatory text between grammar tables 2025-05-01 10:45:24 +02:00
Valentyne Stigloher
acddb91946 (refactor)(pronouns) replace <GrammarTables> component by declaring grammar tables in config.suml 2025-05-01 10:41:42 +02:00
Valentyne Stigloher
a054c75fcf (fix)(pronouns) pass prepend and append in grammar tables 2025-04-26 12:37:59 +02:00
Valentyne Stigloher
f021cd08ea (nouns) move noun convention links to top level 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
ab40c054e6 (refactor) decouple <Example>, <Morpheme> and other components from Pronoun 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
8959e84889 (nuxt) replace NUXT_PUBLIC_BASE_URL with calculating it from NUXT_PUBLIC_DOMAIN_BASE 2025-03-14 19:26:51 +01:00
Valentyne Stigloher
9e13955bfa (nuxt) dynamically load pronouns data 2025-02-15 14:27:00 +01:00
Valentyne Stigloher
bead722c48 (test)(pronouns) move config.pronouns.default to config.pronouns.generator.startPronoun to have a more clear name and add tests for it 2025-02-10 12:22:35 +01:00
Valentyne Stigloher
c2346cac5f (pronouns) move pronouns/morphemes.ts into config.pronouns.morphemes 2025-01-19 21:24:57 +01:00
Adaline Simonian
9dff79140d
refactor: address review comments 2025-01-13 10:37:53 -08:00
Valentyne Stigloher
32504a0cae (pronouns) fix links on <PronounsIndexLinks> having too many characters url encoded (any pronouns with groups were affected) 2025-01-11 11:52:44 +01:00
Andrea Vos
af3ac179b3 (lint) 2024-12-31 19:36:03 +01:00
Andrea Vos
93b29abb30 (lint) 2024-12-31 19:26:36 +01:00
Valentyne Stigloher
db4f6b9e8b (lint) 2024-12-29 15:32:35 +01:00
Valentyne Stigloher
b5b793afe1 (search) search for all pronoun usages 2024-12-28 17:57:59 +01:00
Valentyne Stigloher
b25afefc49 (fmt) 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
65fe7d7dff Merge branch 'pronouns-consistency-and-picker' into 'main'
(pronouns) consistent styling across pages and a picker for the editor

See merge request PronounsPage/PronounsPage!531
2024-10-27 10:08:29 +00:00
Valentyne Stigloher
b4165ccc92 (it)(pronouns) improved grammar table 2024-10-19 17:40:47 +02:00
Valentyne Stigloher
5117614a2f (refactor) extract <PronounsGrammarTable> from de which has a more declarative approach 2024-10-19 17:40:47 +02:00
Valentyne Stigloher
8fc8cc32fe (pronouns) use <SimplePronounList> to display any pronoun groups on <PronounsIndex> 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
49b19dad69 (pronouns) hide null generator if language has no morpheme templates 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
26c4df903d (pronouns) style description of generator consistently to others 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
64596a99bf (editor) show pronouns index with add buttons for easier editing 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
f59bbc19e7 (refactor) extract <PronounsGenerator> 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
75c6cdc2b9 (refactor) extract <PronounsIndex> 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
4580f09956 (refactor) extract <PronounsEmojiGenerator> 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
610ea6acb1 (refactor) extract <PronounsMultipleGenerator> 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
3d4b9c8c26 (refactor) extract <PronounsCustomGenerator> 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
cb50f0dbc7 (pronouns) add null pronouns generator to its page 2024-10-17 16:43:47 +02:00