api/frontend/src/components
kolaente 3969f6ae66
fix(editor): ensure task list clicks are only fired once
Before this fix, clicking on a task list item with the same name as another one, both would get marked as done. This was due to the mechanism which walks the dom tree to look for the node to update used its content for comparison. To prevent this, this fix first added unique ids to all task list items and then compared the nodes based on their id instead of the content.

Resolves vikunja/vikunja#2091
2024-02-14 14:13:03 +01:00
..
base chore: move frontend files 2024-02-07 14:56:56 +01:00
date chore: move frontend files 2024-02-07 14:56:56 +01:00
home feat(navigation): persist project open state in navigation 2024-02-12 22:22:55 +01:00
input fix(editor): ensure task list clicks are only fired once 2024-02-14 14:13:03 +01:00
misc chore: remove unused import 2024-02-10 13:31:19 +01:00
notifications chore: move frontend files 2024-02-07 14:56:56 +01:00
project chore: move frontend files 2024-02-07 14:56:56 +01:00
quick-actions chore: move frontend files 2024-02-07 14:56:56 +01:00
sharing chore: move frontend files 2024-02-07 14:56:56 +01:00
tasks fix(tasks): correctly show different project in related tasks 2024-02-12 22:05:33 +01:00