40 Commits

Author SHA1 Message Date
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
4568616359 (nuxt) rename src to shared to be consistent with nuxt default directory structure 2025-08-17 18:12:42 +02:00
Valentyne Stigloher
765d9a0c51 (dependencies) upgrade eslint to 9.22.0 and reconfigure @stylistic/generator-star-spacing to match prettier output 2025-03-14 18:47:32 +01:00
Valentyne Stigloher
e1ac9eb363 (calendar) make _law and _zaimki invertible so that it is more easily readable in dark mode (_black-ribbon tbd) 2025-01-20 11:50:11 +01:00
Valentyne Stigloher
a5b388ff53 (refactor) dynamic load <DateLocal> to prevent hydration errors on empty component 2024-10-31 10:44:08 +01:00
Valentyne Stigloher
b25afefc49 (fmt) 2024-10-29 10:56:32 +01:00
Andrea Vos
ee40a4a70e (profile)(flags) add unlabeled, unify spelling 2024-09-12 10:12:00 +02:00
Andrea Vos
1c7ca1da64 (calendar) separate aromantic_visibility_day from aromantic_spectrum_visibility_day 2024-08-27 07:58:09 +02:00
Valentyne Stigloher
9a78a074d8 (ts) add ~ path alias so that the symlinked data directory still resolves to the correct file
Nuxt 2 fails with aliases in serverMiddleware, so I had to use tsconfig-paths-webpack-plugin as workaround
https://github.com/nuxt/typescript/issues/339
2024-05-20 12:53:16 +02:00
Valentyne Stigloher
3996dd10b8 (ts) migrate calendar 2024-05-20 12:53:15 +02:00
Andrea Vos
2cdfab14e9 (calendar) make nonbinary parent day dynamic 2024-04-22 00:22:37 +02:00
PronounsPage
fa14ab79d9 (lint) automatically fix lints via yarn lint --fix 2024-01-11 20:36:05 +01:00
Valentyne Stigloher
eb9ebace3a (refactor) migrate from cjs to esm so that
in the case of importing `.json` files, node does support these only via adding `with { type: 'json' }`
and then it is still experimental.
The workaround is to create a require() function which is hidden from webpack via simple-hacky string replacement.
https://nodejs.org/api/esm.html#json-modules
This means that the files are not fully compatible, as webpack supports loading of other files via `import`,
while node does only allow `.js` (experimentally `.json` and `.wasm`).
2023-12-13 23:31:45 +01:00
Andrea Vos
990e8a8b0d (calendar) non-monogamy visiblity day 2023-07-12 21:39:58 +02:00
Andrea Vos
63b207466b [calendar] add aromantic_visibility_day
https://twitter.com/aroacespidey/status/1663918350559334403
2023-05-31 17:14:04 +02:00
Andrea Vos
fb02a319bf [en][calendar] aplatonic, aromantic visiblity 2023-05-06 15:24:47 +02:00
Paweł Dembowski
090af1edf2 Update events.js + transition week 2022-08-15 19:07:36 +00:00
Paweł Dembowski
73fc1b634c Update events.js 2022-08-15 01:45:30 +00:00
Paweł Dembowski
e5368619af Update events.js 2022-08-12 20:27:10 +02:00
Paweł Dembowski
bbcb7ea873 [en] Update events.js 2022-07-12 22:21:42 +00:00
Paweł Dembowski
427f85521a [calendar] Update events.js 2022-06-30 01:08:36 +00:00
Paweł Dembowski
aa87b6ce0c Update events.js 2022-06-25 01:04:10 +00:00
Paweł Dembowski
2be4295062 [correction] Update events.js 2022-06-17 23:02:05 +00:00
Paweł Dembowski
6dbc36cddb Update events.js 2022-06-16 00:07:37 +00:00
Paweł Dembowski
d5c98390a7 [en] Update events.js 2022-06-16 00:05:09 +00:00
Paweł Dembowski
aa827c67ea [en] Update events.js 2022-06-16 00:03:40 +00:00
Andrea Vos
4240a15766 [calendar] fix 2022-06-10 00:43:35 +02:00
Andrea Vos
ccfd61446d [calendar] fix 2022-06-10 00:30:39 +02:00
Paweł Dembowski
b2f5d426eb Update events.js 2022-06-08 20:18:32 +02:00
Paweł Dembowski
27bb0b81f8 Update events.js 2022-06-08 19:39:01 +02:00
Paweł Dembowski
bffa438458 [calendar] Update events.js 2022-06-08 00:23:54 +00:00
Paweł Dembowski
9c6bd85336 Update events.js 2022-05-28 00:17:31 +00:00
Paweł Dembowski
47643e8b65 Update events.js 2022-05-19 23:03:16 +00:00
Paweł Dembowski
82c6249790 Update events.js 2022-05-18 23:26:40 +00:00
Andrea Vos
535fe06c7e [calendar] fix dates of lesbian visibility week 2022-04-27 22:57:05 +02:00
Paweł Dembowski
c2b95c4150 Update events.js 2022-02-13 16:17:59 +00:00
Paweł Dembowski
e17759db9d Update events.js 2022-02-11 23:08:16 +00:00
Paweł Dembowski
df062881d7 Update events.js 2022-02-11 21:23:18 +00:00
Paweł Dembowski
88aa228afd Update events.js 2022-02-11 20:58:54 +00:00
Andrea Vos
23110913ed [lad] hebrew calendar dates 2021-12-29 18:31:09 +01:00