1
0
Commit Graph

9850 Commits

Author SHA1 Message Date
bae9a5c9be fix(deps): update sentry-javascript monorepo to v7.55.2 2023-06-14 15:05:21 +00:00
fe2d6d4467 chore(deps): update dependency sass to v1.63.4 2023-06-14 01:05:12 +00:00
96acea90ed [skip ci] Updated translations via Crowdin 2023-06-14 00:29:44 +00:00
21c98d5166 chore(deps): update dependency histoire to v0.16.2 2023-06-13 17:14:09 +00:00
b3cb36c1e1 fix(deps): update sentry-javascript monorepo to v7.55.0 2023-06-13 15:06:33 +00:00
b68315240a fix(deps): update module golang.org/x/oauth2 to v0.9.0 2023-06-13 15:02:24 +00:00
3aa493d64f fix(deps): update module golang.org/x/crypto to v0.10.0 2023-06-13 12:02:21 +00:00
79ceaf6a2b fix(task): repeat mode now saves correctly 2023-06-13 12:33:35 +02:00
5694b39489 feat(reminders): show resolved reminder time in a tooltip and properly bubble updated task down to the reminder component 2023-06-13 12:30:07 +02:00
32e5f9f757 fix(reminders): don't sync negative relative reminder amounts in ui 2023-06-13 12:10:10 +02:00
928b338cf2 fix(reminders): don't assume 30 days are always a month 2023-06-13 12:06:00 +02:00
1a792e0667 feat(reminders): only show relative reminders when there's a date to relate them to 2023-06-13 12:03:28 +02:00
78866fad45 fix(deps): update module golang.org/x/image to v0.8.0 2023-06-13 07:02:21 +00:00
6407644138 chore(deps): update dependency esbuild to v0.18.2 2023-06-13 05:54:06 +00:00
2db88b583b chore(deps): update dependency @types/node to v18.16.18 2023-06-13 03:05:22 +00:00
bef25c49d5 feat: new image for the unauthenticated views
There have been so many big changes lately, I think it's time for a new image.
2023-06-12 21:58:17 +02:00
d27474d525 fix(deps): update module golang.org/x/term to v0.9.0 2023-06-12 19:02:35 +00:00
f01ea20a38 chore(deps): update typescript-eslint monorepo to v5.59.11 2023-06-12 18:06:30 +00:00
05998f0cc9 fix(deps): update module golang.org/x/sys to v0.9.0 2023-06-12 18:02:31 +00:00
3c9083b90d feat: add message to add to home screen on mobile 2023-06-12 19:37:58 +02:00
169feaaf0f feat(user): persist frontend settings in the api (#3594)
Implements saving of frontend settings for 04e2c51fac.

Resolves https://github.com/go-vikunja/frontend/issues/105
Resolves https://kolaente.dev/vikunja/api/issues/1250
Resolves https://kolaente.dev/vikunja/api/issues/1452
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3594
2023-06-12 16:22:51 +00:00
5d59392566 fix: lint 2023-06-12 18:06:07 +02:00
6593380013 fix: load the correct language 2023-06-12 18:01:56 +02:00
69e94e58c4 fix: tests 2023-06-12 16:35:47 +02:00
cd8e497b24 fix(user): lint 2023-06-12 16:22:15 +02:00
aab2020e68 chore(user): cleanup 2023-06-12 16:20:46 +02:00
a050419fdf fix(user): set the language when saving 2023-06-12 16:19:47 +02:00
f0c3980700 fix(user): fix flickering of default settings 2023-06-12 16:18:01 +02:00
68597c9709 feat(user): use user language from store after logging in 2023-06-12 16:08:31 +02:00
5325f6d7d9 feat(user): migrate color scheme settings to persistance in db 2023-06-12 15:57:18 +02:00
8c687350a0 chore(deps): update dependency esbuild to v0.18.1 2023-06-12 06:45:04 +00:00
bac679caf7 chore(deps): update dependency rollup to v3.25.1 2023-06-12 06:42:03 +00:00
4f8ff17138 chore(deps): update dependency caniuse-lite to v1.0.30001500 2023-06-12 06:05:17 +00:00
83e7138a18 [skip ci] Updated translations via Crowdin 2023-06-12 00:28:51 +00:00
8e44b87d07 chore(deps): update pnpm to v8.6.2 2023-06-11 20:04:39 +00:00
04e2c51fac feat: allow saving frontend settings via api 2023-06-11 17:49:14 +02:00
4b0022664a feat(user): set default settings when loading persisted 2023-06-11 17:43:55 +02:00
d8ad934643 feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
77ee1bfc3e feat(user): migrate pop sound setting to store in api 2023-06-11 17:31:04 +02:00
8728647f00 chore(deps): update dependency vite-plugin-pwa to v0.16.4 2023-06-11 12:05:13 +00:00
bd7d09c17c fix(repeat): prevent disappearing repeat mode settings when modes other than default repeat mode were selected
Resolves https://kolaente.dev/vikunja/frontend/issues/3585
2023-06-11 09:48:54 +02:00
77bedbd1cf chore(deps): update dependency rollup to v3.25.0 2023-06-11 06:05:08 +00:00
2773612420 chore(deps): update dependency rollup-plugin-visualizer to v5.9.2 2023-06-10 19:05:24 +00:00
4a4ba041e0 chore: remove reminderDates after frontend is migrated to reminders (#1448)
Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1448
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
2023-06-10 17:21:36 +00:00
48cfdddff7 chore(reminders): remove reminderDates property 2023-06-10 19:05:22 +02:00
3f8e457d52 feat: edit relative reminders (#3248)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00:00
098b5fa2b1 fix(reminders): properly parse relative reminders which don't have an amount 2023-06-10 18:54:39 +02:00
5e4eb4a728 fix(reminders): custom relative highlight now only when a custom relative reminder was actually selected 2023-06-10 18:54:10 +02:00
8930f61548 fix(reminders): flatpickr styling improvements 2023-06-10 18:46:15 +02:00
9a736cf65f fix(reminders): style flatpickr so that it blends in more 2023-06-10 18:39:33 +02:00