Open
Description
-> enhancement
Description
change js and backend so changes on issue list like:
- open, close, add/remove labels, add/change/remove milestones, change assignee
will update the ui without page reload
The task will be updating the ui with js instead of the go template engine.
Tasklist:
- remove items on
open
/delete
- remove labels
- add labels -> color and name is there, but description is missing on current ui -> need to be added inside template first
- remove milestones
- update/add milestones
- assignee -> all nessesary information should be accessible via js
- may it is nessesary to update/sync current label and milestone list from server from time to time