1
0

9 Commits

Author SHA1 Message Date
kolaente
a5c51d4b1e feat: emoji reactions for tasks and comments (#2196)
This PR adds reactions for tasks and comments, similar to what you can do on Gitea, GitHub, Slack and plenty of other tools.

Reviewed-on: https://kolaente.dev/vikunja/vikunja/pulls/2196
Co-authored-by: kolaente <k@knt.li>
Co-committed-by: kolaente <k@knt.li>
2024-03-12 19:25:58 +00:00
kolaente
c162a5a457
feat(filter): add auto resize for filter query input 2024-03-09 19:06:52 +01:00
kolaente
1275dfc260
fix: lint 2024-02-27 16:38:20 +01:00
kolaente
b2e5de88ff
fix(labels): make sure labels are aligned in the middle 2024-02-27 16:29:27 +01:00
kolaente
baa5d14ca6
fix(assignees): spacing of users 2024-02-27 16:15:35 +01:00
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