-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/enhancementAn improvement of existing functionalityAn improvement of existing functionality
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
silverwind
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/uiChange the appearance of the Gitea UIChange the appearance of the Gitea UItype/enhancementAn improvement of existing functionalityAn improvement of existing functionality