kolaente
80a54ecb82
chore: do not set default for required value in Attachments
2025-05-13 22:01:54 +02:00
kolaente
b6435ad23f
chore: do not set default for required value in ProjectCardGrid
2025-05-13 22:01:54 +02:00
kolaente
15530fcb0a
chore: set default prop value for Filters
2025-05-13 22:01:54 +02:00
kolaente
18306956ae
chore: allow v-html in FilterInput
2025-05-13 22:01:54 +02:00
kolaente
4e6a272a0f
chore: do not set default for required value in Subscription
2025-05-13 22:01:54 +02:00
kolaente
c71084d64a
chore: do not set default for required value in PriorityLabel
2025-05-13 22:01:54 +02:00
kolaente
3f4bf59283
fix: correctly set default props in UserTeam
2025-05-13 22:01:54 +02:00
kolaente
22c1fa2be1
chore: make prop optional in Flatpickr
2025-05-13 22:01:54 +02:00
kolaente
359b75feac
chore: make prop optional in PaginationEmit
2025-05-13 22:01:54 +02:00
kolaente
5539591d97
chore: remove unused component
2025-05-13 22:01:54 +02:00
kolaente
ae0e8939ed
chore: set default values for optional props in Password
2025-05-13 22:01:54 +02:00
kolaente
10161c033a
chore: do not set default for required value in Datepicker
2025-05-13 22:01:54 +02:00
kolaente
fcaf5abbf4
chore: make prop optional in Datepicker
2025-05-13 22:01:54 +02:00
kolaente
de26f32758
chore: set default values for optional props in Multiselect
2025-05-13 22:01:54 +02:00
kolaente
9edabb800f
chore: do not set default for required value in Multiselect
2025-05-13 22:01:54 +02:00
kolaente
886ab6b1d7
chore: do not set default for required value in FancyCheckbox
2025-05-13 22:01:54 +02:00
kolaente
9d1750f1db
chore: do not set default for required value in DatepickerInline
2025-05-13 22:01:54 +02:00
kolaente
a50fa13d7e
chore: do not set default for required value in DatePickerWithValues
2025-05-13 22:01:54 +02:00
kolaente
6c85d12ee0
chore: remove SelectProject component since it is not used
2025-05-13 22:01:54 +02:00
Dominik Pschenitschni
a62ac800c4
fix: taskCollection types ( #754 )
2025-05-13 10:52:20 +00:00
kolaente
0bb287023e
feat(home): correctly check if tasks exist before showing import hint
...
Resolves https://community.vikunja.io/t/import-your-data-button-is-shown-unnecessarily/3681/5
2025-05-12 12:10:26 +02:00
Frederick [Bot]
3e02604317
chore(i18n): update translations via Crowdin
2025-05-12 00:57:57 +00:00
Frederick [Bot]
48814867b4
chore(i18n): update translations via Crowdin
2025-05-11 00:58:59 +00:00
Finn Weigand
fbec58a50b
feat: allow to write date via Quick Add Magic in DMY format with dots ( #744 )
...
Co-authored-by: Hudint Finn Weigand <dev@hudint.de>
2025-05-09 13:08:17 +00:00
Dominik Pschenitschni
a21430d88a
feat: add team member with enter ( #711 )
2025-05-07 15:00:39 +00:00
Frederick [Bot]
acf4e3cf79
chore(i18n): update translations via Crowdin
2025-05-06 00:55:05 +00:00
Frederick [Bot]
7b693f055f
chore(i18n): update translations via Crowdin
2025-04-28 00:56:09 +00:00
Frederick [Bot]
15d1f069c1
chore(i18n): update translations via Crowdin
2025-04-20 00:57:19 +00:00
Frederick [Bot]
ad8a17571c
chore(i18n): update translations via Crowdin
2025-04-12 00:52:09 +00:00
Frederick [Bot]
8e6b059634
chore(i18n): update translations via Crowdin
2025-04-11 00:52:53 +00:00
Frederick [Bot]
9fe2caa251
chore(i18n): update translations via Crowdin
2025-04-10 00:52:35 +00:00
Mitsuki Tanoue
a77175d5b5
fix(auth): jwt token decoding
...
Resolves #388
2025-04-08 18:25:50 +02:00
kolaente
53cc520161
fix(auth): do not load login an openid auth components async
...
Regression introduced in a8999336f7
2025-04-08 17:08:02 +02:00
Frederick [Bot]
61ba6424a1
chore(i18n): update translations via Crowdin
2025-04-02 00:53:02 +00:00
kolaente
5de0e84afa
fix(datepickr): reset styles
...
It seems like the input order changed and now the flatpickr core styles override our overrides. Since we plan to migrate away from flatpickr, the simplest solution is to just override this again with !important.
2025-03-31 19:30:07 +02:00
kolaente
3e7c2966ab
fix(quick actions): always allow creating a new project or task, regardless of context
...
Resolves https://community.vikunja.io/t/ui-hotkeys-shortcuts/1096/29
2025-03-31 18:13:58 +02:00
kolaente
d6bac2578b
fix(auth): size of password reset request button
...
Resolves https://kolaente.dev/vikunja/vikunja/issues/1892
2025-03-31 17:56:49 +02:00
Frederick [Bot]
c381e47720
chore(i18n): update translations via Crowdin
2025-03-31 00:55:09 +00:00
Dominik Pschenitschni
a8999336f7
feat: inline dynamic component definitions in routes ( #2812 )
...
Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2812
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Co-committed-by: Dominik Pschenitschni <mail@celement.de>
2025-03-29 15:06:06 +00:00
kolaente
303dbec78a
feat(i18n): add Hebrew translation for selection
2025-03-27 11:58:23 +01:00
kolaente
cfc7f17352
feat(i18n): add Finnish translation for selection
2025-03-27 11:54:17 +01:00
kolaente
d615e2038b
fix(user): show medium priority by default
2025-03-25 11:24:40 +01:00
Frederick [Bot]
04a7cabbcb
chore(i18n): update translations via Crowdin
2025-03-25 00:23:17 +00:00
kolaente
216b2d7180
fix(settings): move time zone selection to dropdown
2025-03-24 18:14:27 +01:00
Frederick [Bot]
f188762b86
chore(i18n): update translations via Crowdin
2025-03-24 00:22:33 +00:00
kolaente
4e504c288e
fix(auth): hide two factor authentication when using non-local user
...
Resolves https://github.com/go-vikunja/vikunja/issues/431
2025-03-23 17:43:36 +01:00
Frederick [Bot]
c33acb5356
chore(i18n): update translations via Crowdin
2025-03-23 00:21:58 +00:00
Frederick [Bot]
2e2f82bc44
chore(i18n): update translations via Crowdin
2025-03-22 00:21:30 +00:00
kolaente
6c08ce814b
fix(i18n): add translation for favorite project description
...
Resolves https://community.vikunja.io/t/missing-strings-in-language-files/3532
2025-03-21 12:58:04 +01:00
Frederick [Bot]
c4ef566a42
chore(i18n): update translations via Crowdin
2025-03-21 00:21:23 +00:00