7014 Commits

Author SHA1 Message Date
Valentyne Stigloher
97d6584822 (lint) fix instances of @typescript-eslint/no-empty-object-type 2024-10-29 11:23:51 +01:00
Valentyne Stigloher
1c4d3908f1 (lint) fix instances of prefer-rest-params 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
cb9a7efc13 (lint) fix instances of @stylistic/max-statements-per-line 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
1dc34ba425 (fmt) manually reorder unbounded imports 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
b25afefc49 (fmt) 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
6ec5607d38 (lint) upgrade to ESLint 9 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
51aa03e059 (deps) update vue to 3.5.12 2024-10-28 18:51:46 +01:00
Valentyne Stigloher
c96e9db71d (deps) update @nuxt/devtools to 1.6.0 2024-10-28 18:49:19 +01:00
Valentyne Stigloher
0c3a1f9cd4 (ci) statically generate deploy jobs to have everything in one pipeline, and trigger job does not wait for check job 2024-10-28 16:02:46 +01:00
Valentyne Stigloher
c2f0eb6b5e (ci) generate deploy jobs to display environments 2024-10-28 15:12:11 +01:00
Valentyne Stigloher
232dbd8b10 (ci) run deploy jobs on dedicated runner 2024-10-28 15:10:49 +01:00
Valentyne Stigloher
74220ddb33 (ci) define timeout per job to specify different values 2024-10-28 15:10:02 +01:00
Valentyne Stigloher
5af87e821a (ci) simple deploy job which runs on protected refs 2024-10-28 15:10:02 +01:00
Valentyne Stigloher
84cb1c7c15 (fmt) 2024-10-27 12:27:54 +01:00
pt contributors
c0aed5830a (pt)(trans) 2024-10-27 12:08:23 +01:00
eo contributors
e35b13a6b4 (eo)(trans) 2024-10-27 12:08:11 +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
5dc747c96e Merge branch 'caches' into 'main'
use `defineCachedFunction` from Nitro as cache

See merge request PronounsPage/PronounsPage!532
2024-10-27 10:08:16 +00:00
Valentyne Stigloher
75ea194d70 Merge branch 'ItsCryptic1-main-patch-03910' into 'main'
(en): Fix typo in faq

See merge request PronounsPage/PronounsPage!533
2024-10-27 08:12:20 +00:00
Kevin
3ee3b680e0 (en): Fix typo in faq 2024-10-27 05:48:50 +00:00
Valentyne Stigloher
69cb8df2be (en)(blog) genus fix wrong german example (missed that in the first round of proof reading) 2024-10-26 23:22:44 +02:00
Andrea Vos
e5f06da5eb (en)(blog) genus 2024-10-26 11:05:09 +02:00
Andrea Vos
ce001db422 (pl)(blog) niebinarny-bot (by Tess) 2024-10-22 17:31:13 +02:00
Andrea Vos
1529a7cc65 (pl)(blog) niebinarny-bot (by Tess) 2024-10-22 17:30:29 +02: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
37e7ef2a47 (it)(pronouns) show three morphemes in short 2024-10-19 17:40:47 +02:00
Valentyne Stigloher
904dd92d6f (admin) check for global *-users or *-community roles when accessing /api/admin/users 2024-10-19 17:20:31 +02:00
Valentyne Stigloher
9e96ea187f (api) use definedCachedFunction to for banner name, the actual image is stored separately 2024-10-18 18:30:01 +02:00
Valentyne Stigloher
c1e6450f8a (api) use defineCachedFunction which properly handles concurrent generation 2024-10-18 18:30:01 +02:00
Andrea Vos
e1710e7362 (eo)(trans) 2024-10-18 17:09:43 +02:00
Andrea Vos
8968a66157 (pl)(blog)(links) poradnik z KPH 2024-10-18 16:20:00 +02:00
Valentyne Stigloher
48df061600 (fix) stats for current language only 2024-10-18 11:34:51 +02:00
eo contributors
8d7b2cab23 (eo)(trans) by @Amadeo 2024-10-17 19:36:19 +02:00
Valentyne Stigloher
d8eb393caa (style) use <FilterBar> in more places 2024-10-17 17:31:43 +02:00
Valentyne Stigloher
e3c8519063 (ts) migrate calendar components to composition API with typescript 2024-10-17 17:03:27 +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
Valentyne Stigloher
3c3f045146 (pronouns) show different variants for null page 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
ea5065ef2b (pronouns) disable config.pronouns.null and config.pronouns.emoji for locales which did not translate it yet 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
cb35afdc45 (pronouns) style ask page consistently by using short instead of header in more places 2024-10-17 16:43:47 +02:00
Valentyne Stigloher
8ed07f8802 (ts) migrate pages/pronouns/pronoun.vue to composition API with typescript 2024-10-17 16:43:47 +02:00