7 Commits

Author SHA1 Message Date
Valentyne Stigloher
6825cf7821 (nuxt) replace @privyid/nuxt-csrf with nuxt-csurf 2024-09-12 10:11:25 +02:00
Valentyne Stigloher
736ee49a3a (vue) define explicit emits on components
https://v3-migration.vuejs.org/breaking-changes/emits-option.html
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
6963425947 (scss) reference style.scss globally in nuxt config instead of in components / layouts
this resulted in a larger bundle size (~200kB gzipped)
2024-01-21 12:44:35 +01:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Theodore Dubois
3eb7091e15 Fix translation buttons inside file upload buttons
The invisible input element covering the button also covered the
translation text. I found a post on stackoverflow that suggested hiding
the input element entirely and instead attaching a label to it and
styling that. This seems to still work for uploads and can be translated
now.

https://stackoverflow.com/questions/572768/styling-an-input-type-file-button
2024-01-09 17:12:33 -08:00
Andrea Vos
bad7f12ad8 (feature)(profile) cards backup 2023-10-07 16:01:42 +02:00