32 Commits

Author SHA1 Message Date
Valentyne Stigloher
b69d11e6e7 locale(de): english page explaining pronouns (had to drop pronouns containing a colon in their canonical name, sie/:plural, er:sie) 2025-09-19 19:42:00 +02:00
Valentyne Stigloher
9a71927e76 refactor: use utility classes instead of .text-pronunciation 2025-09-17 11:21:06 +02:00
Valentyne Stigloher
3f13a50a18 style(profile): hide voice labels as they don’t make much sense there 2025-09-17 11:21:06 +02:00
Valentyne Stigloher
2b45d09ad2 feat(editor): display name for available voices 2025-09-17 11:21:06 +02:00
Valentyne Stigloher
a504363cd6 feat(profile): configurable voice for pronunciation (defaulting to the first voice of the locale or gb) 2025-09-17 11:21:06 +02:00
Valentyne Stigloher
ddcd89cdb6 refactor: list available voices independent of locale configs 2025-09-17 11:04:35 +02:00
Andrea Vos
0053e2f52c lint 2025-09-15 13:53:56 +02:00
Andrea Vos
151cc811a1 Merge remote-tracking branch 'origin/main' 2025-09-15 10:28:49 +02:00
Andrea Vos
5745dcc52f (profile) embed code generator 2025-09-15 10:28:29 +02:00
Valentyne Stigloher
b968fc6f18 style: use <button type="button"> instead of <a href="#"> for some instances for better accessibility and styling 2025-09-13 20:21:06 +02:00
Valentyne Stigloher
0d3de24dc5 refactor: migrate <ProfileOverview> to composition API 2025-09-13 20:21:06 +02:00
Valentyne Stigloher
323daf29b1 refactor: explicitely define LocaleCode (typescript can’t see through constructor values) and use it in more places 2025-09-13 20:21:06 +02:00
Valentyne Stigloher
6e7f76d312 fix: default value for /api/user/social-connections 2025-09-13 16:38:19 +02:00
Andrea Vos
b706642229 (user) add "met personally" badge - allow specifying events 2025-09-02 21:36:48 +02:00
Andrea Vos
8495e495f9 (user)(admin) add "met personally" badge 2025-09-02 20:12:38 +02:00
Andrea Vos
4198c09918 (user) add "met personally" badge 2025-09-02 09:33:17 +02:00
Valentyne Stigloher
648d2e23c7 fix: specify deep reactivity for entry lists to directly see updates (approve, hide, remove) 2025-08-27 23:49:37 +02:00
Benjamin
7dd8ec2cdd refactor(perms): Change to enum-based permission indexing 2025-08-25 16:04:33 -04:00
Andrea Vos
50ad926c3c (bug) fix fetchJson ~~ issue 2025-08-25 21:01:11 +02:00
Andrea Vos
1d8ea5979a (bug) fix fetchJson ~~ issue 2025-08-25 20:55:33 +02:00
Andrea Vos
ed707a09a9 Merge remote-tracking branch 'origin/main' 2025-08-25 18:39:54 +02:00
Andrea Vos
23dc3efb47 (bug) fix nouns diff layout 2025-08-25 18:25:51 +02:00
Valentyne Stigloher
5ac8e9e8ff (fix) always import using .ts extension 2025-08-24 22:22:08 +02:00
Valentyne Stigloher
10180aa6a3 (refactor) use #shared alias instead of ~~/shared
the #shared alias used by Nuxt cannot be easily disabled and to prevent breackage with jiti, we make use of it
2025-08-17 18:56:02 +02:00
Valentyne Stigloher
9142a99b22 (refactor) rename and move entriesWithKeys and getWithKey utilities to ~~/shared/utils 2025-08-17 18:13:59 +02:00
Valentyne Stigloher
491bd56e80 (refactor) remove references in shared to server 2025-08-17 18:13:59 +02:00
Valentyne Stigloher
15fc84202e (nuxt) migrate default value of useAsyncData / useFetch
https://nuxt.com/docs/4.x/getting-started/upgrade#default-data-and-error-values-in-useasyncdata-and-usefetch
2025-08-17 18:13:59 +02:00
Valentyne Stigloher
a5491ece49 (nuxt) make shared/domain.ts without reference to useRuntimeConfig, which is different between app and server 2025-08-17 18:13:59 +02:00
Valentyne Stigloher
4cb5e8b989 (nuxt) move shared/data.ts to app/src/data.ts because it is only useful in an app context 2025-08-17 18:13:59 +02:00
Valentyne Stigloher
8e6f812a9a (nuxt) rename imports ~/locale, ~/public, ~/server, ~/test to resolve to root directory ~~ 2025-08-17 18:13:52 +02:00
Valentyne Stigloher
4568616359 (nuxt) rename src to shared to be consistent with nuxt default directory structure 2025-08-17 18:12:42 +02:00
Valentyne Stigloher
54a57192b3 (nuxt) use new directory structure by moving many directories to app 2025-08-17 18:10:36 +02:00