41 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
ad8ee97954 (refactor) migrate /api/sources/** from express to h3 2025-03-23 11:44:39 +01:00
Valentyne Stigloher
bdec6fa2b8 (refactor) migrate /api/nouns/** from express to h3 2025-03-23 11:44:39 +01:00
Valentyne Stigloher
9e13955bfa (nuxt) dynamically load pronouns data 2025-02-15 14:27:00 +01:00
Andrea Vos
af7c47d079 (dark) fix switches styling in dark mode 2025-01-31 21:49:08 +01:00
Valentyne Stigloher
b25afefc49 (fmt) 2024-10-29 10:56:32 +01:00
Valentyne Stigloher
57e732034c (nuxt) use lazy on useFetch in more places to not block site navigation 2024-09-12 16:42:54 +02:00
Valentyne Stigloher
6735f1f318 (vue) refactor DialogueBox interface to a composable and remove it from default.vue 2024-09-12 10:11:25 +02:00
Valentyne Stigloher
ec73f288dd (nuxt) replace $axios with useFetch, useAsyncData or $fetch
https://nuxt.com/docs/getting-started/data-fetching
2024-09-12 10:11:25 +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
Andrea Vos
2533b97f6c (lint) 2024-08-10 16:40:16 +02:00
Andrea Vos
a67488473f (terms)(sources) add autocomplete & convention explanation for the key field 2024-08-10 16:36:55 +02:00
Valentyne Stigloher
118ea121de (refactor) remove process.env.CONFIG and other env variables containing config values 2024-05-13 12:18:40 +02:00
Valentyne Stigloher
b047b46c0c (refactor) do not use v-if with v-for together 2024-04-30 19:41:40 +02:00
Valentyne Stigloher
dad7680624 (ts) migrate plugins/hash.ts with depending components 2024-04-30 19:41:28 +02:00
Valentyne Stigloher
7ce1bb0e83 (ts) convert a lot to TypeScript
Co-authored-by: Sky <msurvival65@gmail.com>
Co-authored-by: tecc <tecc@tecc.me>
2024-02-23 17:48:16 +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
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Valentyne Stigloher
8e1a40d74f (lint) add .js extension on imports in .vue 2024-01-11 20:33:04 +01:00
Valentyne Stigloher
b0d00883cc (lint) explicitely add .vue extension when importing components 2023-12-28 22:34:27 +01:00
Andrea Vos
27290424d9 [sources] spoiler checkbox 2022-02-28 19:18:39 +01:00
Andrea Vos
eba182db95 [sources] add "Comics" type 2022-02-11 22:43:33 +01:00
Andrea Vos
d2b192b176 [pronouns][editor] make the instruction and validation message crystal clear 2021-08-29 10:40:37 +02:00
Andrea Vos
6a0e25e53b #254 clean up S3 images - only upload necessary sizes 2021-08-24 18:58:51 +00:00
Andrea Vos
0263c30f94 [source] add Game to the form 2021-08-13 20:56:14 +02:00
Andrea Vos
ac58bdb2dc #225 require account to propose entries 2021-07-25 09:50:02 +02:00
Andrea Vos
a926c63a8f #200 [bug] sources have issues when SSR 2021-06-16 20:46:56 +02:00
Andrea Vos
317cea9c8e #215 better server error handling - frontend 2021-06-09 18:06:32 +02:00
Andrea Vos
4318958c42 #189 [pl][sources][nouns] linkowanie tekstów do osobatywów i dukatywów 2021-03-24 19:29:25 +01:00
Andrea Vos
a62af6d7ef [pl] info about marking words in sources 2021-03-24 19:23:24 +01:00
Andrea Vos
beeafcaf87 #169 Bootstrap 5 [wip] 2021-01-22 23:54:24 +01:00
Andrea Vos
b39a72e072 #158 [sources] support images in /sources 2021-01-06 17:38:05 +01:00
Andrea Vos
7d2ef7a9c1 #161 [sources] save source key 2021-01-04 22:46:57 +01:00
Andrea Vos
160044cb23 #122 sources - indicate invalid pronoun in the form 2020-12-05 20:44:06 +01:00
Andrea Vos
256eed6dee #122 sources - admin panel 2020-12-05 20:37:10 +01:00
Andrea Vos
361d8d1d16 #122 move sources to db 2020-12-04 22:09:57 +01:00
Andrea Vos
43cab2e7f2 #95 [refactor] rename "template" to "pronoun" 2020-11-11 00:47:44 +01:00
Andrea Vos
7c3e886000 [api] take locale from config/domain, not from request path 2020-11-10 00:50:39 +01:00
Andrea Vos
41f91b2468 #74 social login 2020-11-02 19:31:05 +01:00
Andrea Vos
1046091511 #84 [sources] submit sources 2020-10-31 14:55:07 +01:00