1
0

104 Commits

Author SHA1 Message Date
kolaente
b8533d2bfc
fix(gantt): use color variables for gantt header so that it works in dark mode 2024-02-27 15:55:07 +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
fc4676315d
chore: move frontend files 2024-02-07 14:56:56 +01:00