Valentyne Stigloher
|
54a57192b3
|
(nuxt) use new directory structure by moving many directories to app
|
2025-08-17 18:10:36 +02:00 |
|
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
|
5b3bb04c6c
|
(ts) migrate many components to composition API with typescript
|
2025-01-12 14:12:15 +01:00 |
|
Valentyne Stigloher
|
3e5a0b12f2
|
(dependencies) replace jsonwebtoken with jose which does not need crypto polyfill
|
2024-11-10 21:59:56 +01:00 |
|
Valentyne Stigloher
|
b25afefc49
|
(fmt)
|
2024-10-29 10:56:32 +01:00 |
|
Valentyne Stigloher
|
7aaa57880d
|
(nuxt) use name of routes / pages instead of building urls as this breaks sometimes when encodeURIComponent is used (and it’s shorter)
|
2024-09-20 22:53:57 +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
|
1f953117fa
|
(refactor) migrate from vuex to pinia
|
2024-09-11 21:29:35 +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
|
11f253583b
|
(refactor) remove process.client checks in mounted as it is not executed in ssr anyway
|
2024-04-08 14:29:24 +02:00 |
|
Valentyne Stigloher
|
4678c325f8
|
(ts) convert adminTranslationsAwaiting.vue with its dependencies
tricky part was mixin, but apparently you should use Vue.extend for mixins and extend from that
https://stackoverflow.com/questions/51873087/unable-to-use-mixins-in-vue-with-typescript
|
2024-03-10 17:08:26 +01:00 |
|
Valentyne Stigloher
|
f69aec7998
|
(sentry) replace some console.error with Sentry.captureException
|
2024-03-05 18:19:34 +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 |
|
Andrea Vos
|
a37623f838
|
(auth)(bug) fix account switch validation might randomly switch to other authenticated account
|
2023-07-14 10:26:28 +02:00 |
|
Andrea Vos
|
1a207284f6
|
account switch – re-enable, broadcast to all tabs on switch to make them reload and stop confusing people
|
2023-07-10 18:32:55 +02:00 |
|
Andrea Vos
|
e8422e769c
|
disable account switch, it's causing issues :(
|
2023-07-10 09:06:38 +02:00 |
|
Andrea Vos
|
bf658a635b
|
account switch – improvements
|
2023-07-06 18:49:44 +02:00 |
|
Andrea Vos
|
345b479389
|
account switch – improvements
|
2023-07-06 18:32:25 +02:00 |
|
Andrea Vos
|
0b139df2e6
|
(user) account switch - better display logic
|
2023-07-04 22:35:43 +02:00 |
|
Andrea Vos
|
c4fa250146
|
Account switch
|
2023-07-03 17:18:23 +00:00 |
|