1
0

30 Commits

Author SHA1 Message Date
renovate
77feae47d6 fix(deps): update sentry-javascript monorepo to v7.101.0 2024-02-13 15:05:51 +00:00
renovate
2fb263a109 fix(deps): update dependency vue to v3.4.19 2024-02-13 11:06:25 +00:00
renovate
9921551f96 chore(deps): update pnpm to v8.15.2 2024-02-13 08:24:39 +00:00
renovate
b26c359ce6 chore(deps): update dev-dependencies to v7 2024-02-13 00:06:22 +00:00
kolaente
d7d3ffeebd
feat(navigation): persist project open state in navigation
With this change, the project's collapsed open/closed state in the navigation survives a browser reload. Previously, all state would be lost after reloading.

Resolves https://kolaente.dev/vikunja/vikunja/issues/2067
2024-02-12 22:22:55 +01:00
kolaente
0b61885e89
fix(tasks): correctly show different project in related tasks 2024-02-12 22:05:33 +01:00
kolaente
8d5cb335bd
fix(tasks): sort done tasks last in relations
When adding a new task relation, the task search input would previously show all tasks in a seemingly random order, including done tasks. Usually, you don't care about these done tasks when adding relations. This change modifies the sort order so that done tasks show up last in the search results.
2024-02-12 22:00:33 +01:00
kolaente
ee065d9238
feat(tasks): make done at column available for selection in table view
This change adds the done at column of tasks to the table view. It also ensures it is possible to sort the tasks by that column.

https://community.vikunja.io/t/is-it-possible-to-list-done-tasks-with-their-completion-date/1922
2024-02-12 17:56:24 +01:00
kolaente
390f71b0c6
feat(registration): improve username and password validation
Username and password are validated in the api for length and whitespaces. Previously, the api would tell the user "hey you got it wrong" but the error was not reflected properly in the UI. This change implements a client-side validation which mirrors the one from the api, allowing instant validation and better error UX.
2024-02-12 17:32:24 +01:00
kolaente
8c6d98bb02
feat(kanban): debounce bucket limit setting 2024-02-12 17:05:48 +01:00
renovate
3a65324a7d fix(deps): update tiptap to v2.2.2 2024-02-11 09:37:38 +00:00
renovate
7cefb86a78 fix(deps): update dependency vue to v3.4.18 2024-02-11 08:05:32 +00:00
kolaente
2e57b6e409
chore: release preparation 2024-02-10 14:46:33 +01:00
kolaente
25a03d1789
chore: remove unused import 2024-02-10 13:31:19 +01:00
kolaente
d36b1608cf
fix: lint 2024-02-09 15:32:12 +01:00
kolaente
60006aeac5
chore: remove old frontend docker files 2024-02-09 14:45:17 +01:00
kolaente
db2ec45378
feat: move custom logo setting to api 2024-02-09 14:33:21 +01:00
kolaente
d7dc209f15
feat: move allow icon changes setting to api 2024-02-09 14:30:21 +01:00
kolaente
0f28767acc
feat: enable infinite nesting always, remove setting 2024-02-09 14:26:42 +01:00
kolaente
a0e770438d
feat: move sentry configuration from frontend to api 2024-02-09 14:24:29 +01:00
kolaente
4a66c2202f
chore: only use api version as it is coming from the same codebase 2024-02-09 13:42:03 +01:00
kolaente
aab36eb89c
chore: add pnpm run dev alias 2024-02-09 13:41:51 +01:00
kolaente
6c5194b892
feat: bundle frontend files with api in one static bundle 2024-02-09 13:41:50 +01:00
kolaente
9633a705cd
fix(ci): update shasum 2024-02-08 21:41:13 +01:00
kolaente
9f940f6ad8
docs: update vscode config 2024-02-08 14:31:03 +01:00
kolaente
8da44ecb58
docs: update issue template 2024-02-08 14:31:02 +01:00
kolaente
fceb638e75
docs: remove mention of vikunja/api and vikunja/frontend repos 2024-02-08 14:31:02 +01:00
kolaente
5d7826a9b7
chore(ci): combine api and frontend drone configs 2024-02-07 21:46:19 +01:00
kolaente
d7e9c1a393
chore(deps): move renovate config 2024-02-07 15:08:01 +01:00
kolaente
fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00