Commit Graph

3 Commits

Author SHA1 Message Date
kolaente 0b61885e89
fix(tasks): correctly show different project in related tasks
continuous-integration/drone/push Build is passing Details
2024-02-12 22:05:33 +01:00
kolaente 8d5cb335bd
fix(tasks): sort done tasks last in relations
continuous-integration/drone/push Build is failing Details
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