1
0

5878 Commits

Author SHA1 Message Date
renovate
9114a86813 chore(deps): update dependency postcss-preset-env to v8.5.0 2023-06-14 21:21:31 +00:00
renovate
bae9a5c9be fix(deps): update sentry-javascript monorepo to v7.55.2 2023-06-14 15:05:21 +00:00
renovate
fe2d6d4467 chore(deps): update dependency sass to v1.63.4 2023-06-14 01:05:12 +00:00
Frederick [Bot]
96acea90ed [skip ci] Updated translations via Crowdin 2023-06-14 00:29:44 +00:00
renovate
21c98d5166 chore(deps): update dependency histoire to v0.16.2 2023-06-13 17:14:09 +00:00
renovate
b3cb36c1e1 fix(deps): update sentry-javascript monorepo to v7.55.0 2023-06-13 15:06:33 +00:00
kolaente
79ceaf6a2b
fix(task): repeat mode now saves correctly 2023-06-13 12:33:35 +02:00
kolaente
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
kolaente
32e5f9f757
fix(reminders): don't sync negative relative reminder amounts in ui 2023-06-13 12:10:10 +02:00
kolaente
928b338cf2
fix(reminders): don't assume 30 days are always a month 2023-06-13 12:06:00 +02:00
kolaente
1a792e0667
feat(reminders): only show relative reminders when there's a date to relate them to 2023-06-13 12:03:28 +02:00
renovate
6407644138 chore(deps): update dependency esbuild to v0.18.2 2023-06-13 05:54:06 +00:00
renovate
2db88b583b chore(deps): update dependency @types/node to v18.16.18 2023-06-13 03:05:22 +00:00
kolaente
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
renovate
f01ea20a38 chore(deps): update typescript-eslint monorepo to v5.59.11 2023-06-12 18:06:30 +00:00
kolaente
3c9083b90d
feat: add message to add to home screen on mobile 2023-06-12 19:37:58 +02:00
konrad
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
kolaente
5d59392566
fix: lint 2023-06-12 18:06:07 +02:00
kolaente
6593380013
fix: load the correct language 2023-06-12 18:01:56 +02:00
kolaente
69e94e58c4
fix: tests 2023-06-12 16:35:47 +02:00
kolaente
cd8e497b24
fix(user): lint 2023-06-12 16:22:15 +02:00
kolaente
aab2020e68
chore(user): cleanup 2023-06-12 16:20:46 +02:00
kolaente
a050419fdf
fix(user): set the language when saving 2023-06-12 16:19:47 +02:00
kolaente
f0c3980700
fix(user): fix flickering of default settings 2023-06-12 16:18:01 +02:00
kolaente
68597c9709
feat(user): use user language from store after logging in 2023-06-12 16:08:31 +02:00
kolaente
5325f6d7d9
feat(user): migrate color scheme settings to persistance in db 2023-06-12 15:57:18 +02:00
renovate
8c687350a0 chore(deps): update dependency esbuild to v0.18.1 2023-06-12 06:45:04 +00:00
renovate
bac679caf7 chore(deps): update dependency rollup to v3.25.1 2023-06-12 06:42:03 +00:00
renovate
4f8ff17138 chore(deps): update dependency caniuse-lite to v1.0.30001500 2023-06-12 06:05:17 +00:00
Frederick [Bot]
83e7138a18 [skip ci] Updated translations via Crowdin 2023-06-12 00:28:51 +00:00
renovate
8e44b87d07 chore(deps): update pnpm to v8.6.2 2023-06-11 20:04:39 +00:00
kolaente
4b0022664a
feat(user): set default settings when loading persisted 2023-06-11 17:43:55 +02:00
kolaente
d8ad934643
feat(user): save quick add magic mode in api 2023-06-11 17:37:49 +02:00
kolaente
77ee1bfc3e
feat(user): migrate pop sound setting to store in api 2023-06-11 17:31:04 +02:00
renovate
8728647f00 chore(deps): update dependency vite-plugin-pwa to v0.16.4 2023-06-11 12:05:13 +00:00
kolaente
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
renovate
77bedbd1cf chore(deps): update dependency rollup to v3.25.0 2023-06-11 06:05:08 +00:00
renovate
2773612420 chore(deps): update dependency rollup-plugin-visualizer to v5.9.2 2023-06-10 19:05:24 +00:00
kolaente
48cfdddff7
chore(reminders): remove reminderDates property 2023-06-10 19:05:22 +02:00
konrad
3f8e457d52 feat: edit relative reminders (#3248)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3248
2023-06-10 17:04:09 +00:00
kolaente
098b5fa2b1
fix(reminders): properly parse relative reminders which don't have an amount 2023-06-10 18:54:39 +02:00
kolaente
5e4eb4a728
fix(reminders): custom relative highlight now only when a custom relative reminder was actually selected 2023-06-10 18:54:10 +02:00
kolaente
8930f61548
fix(reminders): flatpickr styling improvements 2023-06-10 18:46:15 +02:00
kolaente
9a736cf65f
fix(reminders): style flatpickr so that it blends in more 2023-06-10 18:39:33 +02:00
kolaente
2677f6254d
feat(reminders): highlight which preset or custom date is selected 2023-06-10 17:35:50 +02:00
kolaente
bfcb36e093
fix(reminders): align remove icon with the rest 2023-06-10 17:29:30 +02:00
kolaente
9ec29cad30
fix: lint 2023-06-10 17:26:06 +02:00
renovate
c4f609a0c8 chore(deps): update dependency esbuild to v0.18.0 2023-06-10 15:00:24 +00:00
renovate
7e7535b860 chore(deps): update dependency @types/node to v18.16.17 2023-06-10 15:00:05 +00:00
renovate
df9181b34e chore(deps): update dependency rollup to v3.24.1 2023-06-10 14:59:45 +00:00