api/frontend/src/components/input
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
..
editor fix(editor): ensure task list clicks are only fired once 2024-02-14 14:13:03 +01:00
AsyncEditor.ts chore: move frontend files 2024-02-07 14:56:56 +01:00
Button.story.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
button.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
ColorPicker.story.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
ColorPicker.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
datepicker.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
datepickerInline.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
fancycheckbox.story.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
fancycheckbox.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
multiselect.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
password.vue feat(registration): improve username and password validation 2024-02-12 17:32:24 +01:00
SelectProject.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
SelectUser.vue chore: move frontend files 2024-02-07 14:56:56 +01:00
SimpleButton.vue chore: move frontend files 2024-02-07 14:56:56 +01:00