1
0
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 https://kolaente.dev/vikunja/vikunja/issues/2091
2024-02-14 14:13:03 +01:00
2024-02-08 14:31:02 +01:00
2024-02-08 14:31:03 +01:00
2024-02-11 09:05:38 +00:00
2024-02-14 10:21:51 +01:00
2024-02-13 22:24:46 +01:00
2021-06-02 21:20:22 +00:00
2024-02-10 14:46:33 +01:00
2022-08-03 20:06:35 +02:00
2024-02-09 19:44:52 +01:00
2020-12-23 16:41:52 +01:00
2024-02-10 14:46:33 +01:00

Build Status License: AGPL v3 Download Docker Pulls Swagger Docs Go Report Card

Vikunja

The Todo-app to organize your life.

Table of contents

Security Reports

If you find any security-related issues you don't want to disclose publicly, please use the contact information on our website.

Features

See the features page on our website for a more exaustive list or try it on try.vikunja.io!

Docs

All docs can be found on the Vikunja home page.

Roadmap

See the roadmap (hosted on Vikunja!) for more!

Contributing

Please check out the contribuition guidelines on the website.

License

This project is licensed under the AGPLv3 License. See the LICENSE file for the full license text.

Description
No description provided
Readme 63 MiB
Languages
Go 73.2%
Vue 15%
TypeScript 10.1%
SCSS 0.9%
Smarty 0.4%
Other 0.3%