1
0

11 Commits

Author SHA1 Message Date
kolaente
403db6adbf
fix(reminder): do not close the popup directly after changing the value
Fixes https://github.com/go-vikunja/vikunja/issues/225
2024-03-20 11:58:29 +01:00
kolaente
8f85af07ca
fix(task): clear timeout for description save when closing the task detail 2024-03-20 11:26:54 +01:00
kolaente
2dfb3a6379
fix(views): make no initial view work in the frontend 2024-03-19 00:47:49 +01:00
kolaente
07e84f2abf
fix(reminders): make debounce logic actually work 2024-03-13 20:11:00 +01:00
kolaente
ccb708a56f
fix(reminders): emit reminder changes at the correct time (and make sure they are actually emitted)
Resolves https://github.com/go-vikunja/vikunja/issues/225
2024-03-13 18:42:55 +01:00
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
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
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