1
0
Commit Graph

12 Commits

Author SHA1 Message Date
2dfb3a6379 fix(views): make no initial view work in the frontend 2024-03-19 00:47:49 +01:00
07e84f2abf fix(reminders): make debounce logic actually work 2024-03-13 20:11:00 +01:00
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
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
c162a5a457 feat(filter): add auto resize for filter query input 2024-03-09 19:06:52 +01:00
1275dfc260 fix: lint 2024-02-27 16:38:20 +01:00
b2e5de88ff fix(labels): make sure labels are aligned in the middle 2024-02-27 16:29:27 +01:00
baa5d14ca6 fix(assignees): spacing of users 2024-02-27 16:15:35 +01:00
b8533d2bfc fix(gantt): use color variables for gantt header so that it works in dark mode 2024-02-27 15:55:07 +01:00
0b61885e89 fix(tasks): correctly show different project in related tasks 2024-02-12 22:05:33 +01:00
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
fc4676315d chore: move frontend files 2024-02-07 14:56:56 +01:00