Commit Graph

922 Commits

Author SHA1 Message Date
Frederick [Bot] 314017e6ac chore(i18n): update translations via Crowdin 2025-08-02 00:59:12 +00:00
kolaente e67c035d92
feat(settings): show save button only when something was changed 2025-08-01 14:16:05 +02:00
kolaente 715c28736f
feat(settings): restructure general settings view 2025-08-01 13:51:51 +02:00
Frederick [Bot] 75352a928b chore(i18n): update translations via Crowdin 2025-08-01 01:08:42 +00:00
Frederick [Bot] 78bbadbd25 chore(i18n): update translations via Crowdin 2025-07-31 01:01:45 +00:00
kolaente 4042f66efa
feat: show user export status in settings (#1200) 2025-07-30 15:50:26 +00:00
kolaente b444cf8d43
feat: add display setting for dates (#1192) 2025-07-30 09:43:37 +02:00
kolaente c09be9c4b0
fix(tasks): hide add button text on tablet 2025-07-28 17:08:32 +02:00
kolaente 2fd3046acc chore: rename user_id field to username
The field is actually the username, but it was called user_id for some reason. This change makes this more clear
2025-07-28 10:56:36 +02:00
kolaente adaafafe90
fix: add close button to keyboard shortcut button
Resolves https://community.vikunja.io/t/ios-view-bug-project-info-screen-has-no-way-to-exit/3457/10
2025-07-25 09:53:27 +02:00
kolaente 5a406b2ecc
chore: use bulma sr-only styles instead of tailwind's 2025-07-22 19:40:17 +02:00
renovate[bot] ac2321fa21
fix(deps): update font awesome to v7 (major) (#1160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kolaente <k@knt.li>
2025-07-22 17:37:47 +00:00
kolaente f1641a1847
feat(task): autosave description on route leave (#1140) 2025-07-18 16:18:19 +00:00
kolaente aea2f708d3
fix: add greater unicode range to font subset
Resolves https://github.com/go-vikunja/vikunja/issues/143
2025-07-17 15:21:16 +02:00
kolaente a26fb787f9
fix(labels): correctly fall back to variable colors when no label color is set (#1124) 2025-07-15 21:15:09 +00:00
Frederick [Bot] f981e7087e chore(i18n): update translations via Crowdin 2025-07-15 01:01:23 +00:00
Frederick [Bot] 39f92f70ce chore(i18n): update translations via Crowdin 2025-07-09 00:59:03 +00:00
Frederick [Bot] ca0935980a chore(i18n): update translations via Crowdin 2025-07-04 00:57:27 +00:00
Frederick [Bot] 46bee1b0a4 chore(i18n): update translations via Crowdin 2025-07-03 00:57:51 +00:00
kolaente 9b579d282c fix(tasks): do not return subtasks multiple times when they are related
to multiple tasks

Resolves https://community.vikunja.io/t/tasks-with-parent-tasks-appear-duplicated-in-list-views/3676
2025-07-02 23:16:05 +02:00
Dominik Pschenitschni 495633d112
fix(editor): prevent links from extending after space (#1059) 2025-07-02 17:50:40 +02:00
Dominik Pschenitschni 342bbd6192 fix: correct comments 2025-07-02 17:46:21 +02:00
Frederick [Bot] d04b2213d7 chore(i18n): update translations via Crowdin 2025-07-02 00:58:16 +00:00
Dominik Pschenitschni 4090b13772
fix: remove second notification on undo task update (#1060)
fix: remove undo success toast
2025-07-01 21:00:01 +02:00
kolaente 3b05f7859f
fix(users): refresh initials avatar refresh after name change (#1047) 2025-06-30 16:20:54 +00:00
Frederick [Bot] 465390d23a chore(i18n): update translations via Crowdin 2025-06-30 01:01:16 +00:00
Frederick [Bot] 96b8b8562a chore(i18n): update translations via Crowdin 2025-06-29 01:04:02 +00:00
Frederick [Bot] b2bab3e547 chore(i18n): update translations via Crowdin 2025-06-28 00:56:01 +00:00
kolaente 1f8150b167
feat(list): add j/k keyboard navigation (#1040)
Partially resolves https://community.vikunja.io/t/keyboard-shortcut-next-previous-tasks-in-a-project/1971/7?u=kolaente
2025-06-27 11:46:48 +00:00
kolaente bddba8646d
feat: add logo change toggle setting (#1031) 2025-06-26 15:59:34 +00:00
kolaente 786f3ea321
fix(quick actions): quote label when it contains spaces (#1013)
fix(frontend): quote label search with spaces
2025-06-25 15:46:59 +02:00
kolaente 0724c4b3e7
fix(datepicker): set correct date ranges (#1021) 2025-06-25 13:26:39 +02:00
kolaente 0f3da11bc4
fix: show 404 on task detail page when the task does not exist (#1014) 2025-06-24 21:32:22 +00:00
Dominik Pschenitschni 454418ee63 chore: fix indentation 2025-06-19 10:53:35 +02:00
Frederick [Bot] 549b95a650 chore(i18n): update translations via Crowdin 2025-06-19 00:57:29 +00:00
Frederick [Bot] 6bdb990de5 chore(i18n): update translations via Crowdin 2025-06-18 00:57:29 +00:00
kolaente 16e14490a6
feat: show frontend version separately if different (#974)
feat(frontend): show version info
2025-06-17 13:40:20 +00:00
Dominik Pschenitschni 6e6c93f413
chore(frontend): migrate vue component options (#917) 2025-06-17 11:50:23 +02:00
Dominik Pschenitschni 10c8891e1f
feat(frontend): improve generics in multiselect dropdown (#920) 2025-06-17 11:49:24 +02:00
Dominik Pschenitschni 5b9d4fcc72
chore: add missing eof newlines (#969) 2025-06-17 09:11:32 +00:00
Dominik Pschenitschni a2ac4bdc7f
fix: correct Team.createdBy type (#965) 2025-06-16 21:27:43 +00:00
Dominik Pschenitschni a1655489ab
fix(frontend): mark only clicked task item (#891) 2025-06-16 22:43:54 +02:00
Dominik Pschenitschni 82e4a9d0f4
feat(frontend): balance heading text (#952) 2025-06-16 22:40:28 +02:00
Dominik Pschenitschni b1c200c9aa
feat(frontend): improve route filter generics (#953) 2025-06-16 22:40:09 +02:00
Dominik Pschenitschni 78fa5742c3
fix: guard null access in composables (#951) 2025-06-16 16:02:59 +02:00
Weijie Zhao a214d68a44
feat(auth): sync avatar from OpenID providers (#821) 2025-06-16 15:59:31 +02:00
kolaente 94ba911c0b
feat(table view): require ctrl-click to sort by multiple task properties (#950) 2025-06-16 13:55:29 +00:00
kolaente 9bab44d5de
feat: add keyboard shortcut to open project from task detail (#940) 2025-06-16 12:31:02 +00:00
kolaente 59a0b9c40d
feat(auth): require auth to fetch avatars (#930) 2025-06-14 13:12:41 +00:00
kolaente a9714f6a4a
fix: improve markdown paste detection (#939) 2025-06-13 09:05:08 +00:00