14 Commits

Author SHA1 Message Date
Valentyne Stigloher
54a57192b3 (nuxt) use new directory structure by moving many directories to app 2025-08-17 18:10:36 +02:00
Adaline Simonian
23a3862ca0
test: introduce snapshot-based smoke tests
- Adds a new test suite with Docker-based smoke tests for all locales.
  Can be run using the ./smoketest.sh script.
- Replaces all calls to Math.random() with a new helper that returns 0.5
  in snapshot testing mode, ensuring deterministic snapshots.
- Similarly replaces all calls to new Date() and Date.now() with new
  helpers that return a fixed date in snapshot testing mode.
- Replaces checks against NODE_ENV with APP_ENV, to ensure that the
  bundles can be built with Nuxt for testing without losing code that
  would otherwise be stripped out by production optimizations.
- Adds a database init script that can be used to initialize the
  database with a single admin user and a long-lived JWT token for use
  in automation tests.
- Adds a JWT decoding/encoding CLI tool for debugging JWTs.

Note: Snapshots are not checked in, and must be generated manually. See
test/__snapshots__/.gitignore for more information.
2025-02-02 23:11:19 -08:00
Valentyne Stigloher
b25afefc49 (fmt) 2024-10-29 10:56:32 +01:00
Andrea Vos
61feff7ac1 (profile) publish customEvent.comment 2024-10-15 21:29:25 +02:00
Valentyne Stigloher
dfe25afc7f (trans) replace profile.calendar.customEvents.comment by .note to describe better that it won’t be published 2024-10-12 16:29:03 +02:00
Valentyne Stigloher
590e770229 (profile) add icon to custom events 2024-10-12 16:29:03 +02:00
Valentyne Stigloher
a3b466863d (style) match <datepicker> more closely to other inputs 2024-10-12 16:29:03 +02:00
Valentyne Stigloher
aada361a3a (editor) use <datepicker> to input month and day of custom event 2024-10-12 16:29:03 +02:00
Valentyne Stigloher
2f0e627129 (vue) migrate <PersonalEventListInput> to composition API 2024-10-12 16:29:03 +02:00
Valentyne Stigloher
7ec6ac5043 (ts) fix typecheck errors 2024-09-12 10:11:25 +02:00
Valentyne Stigloher
09655afe0f (profile) <PersonalEventListInput> fix typo in v.month 2024-09-12 10:11:25 +02:00
Valentyne Stigloher
4fff61d857 (vue) migrate v-model on custom components via model → modelValue and @input → @update:modelValue
https://v3-migration.vuejs.org/breaking-changes/v-model.html
2024-09-12 10:11:25 +02:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Andrea Vos
ea4998fdf0 Personal calendar in the card 2023-12-26 12:34:35 +00:00