remove reload on issue list batch processing #3529

Open
opened 2025-11-02 05:15:57 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @Cherrg on GitHub (Jun 29, 2019).

-> 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
Originally created by @Cherrg on GitHub (Jun 29, 2019). -> 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
GiteaMirror added the topic/uiissue/confirmedtype/enhancement labels 2025-11-02 05:15:57 -06:00
Author
Owner

@silverwind commented on GitHub (Jun 30, 2019):

We currently have 8 occurences of calling the reload function in JS. Ideally, we should get rid of all of them. It does seem like a lot of work and I'd say the issue is generally low-priority and nice-to-have.

@silverwind commented on GitHub (Jun 30, 2019): We currently have 8 occurences of calling the `reload` function in JS. Ideally, we should get rid of all of them. It does seem like a lot of work and I'd say the issue is generally low-priority and nice-to-have.
Author
Owner

@Cherrg commented on GitHub (Jun 30, 2019):

the tasklist mentioned above was for issue list only, so if the other occurrences of reload should be replaced too it seems to be much more work, as you say.

@Cherrg commented on GitHub (Jun 30, 2019): the tasklist mentioned above was for issue list only, so if the other occurrences of `reload` should be replaced too it seems to be much more work, as you say.
Author
Owner

@stale[bot] commented on GitHub (Aug 29, 2019):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale[bot] commented on GitHub (Aug 29, 2019): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Author
Owner

@wxiaoguang commented on GitHub (Jul 5, 2022):

Related to

@wxiaoguang commented on GitHub (Jul 5, 2022): Related to * https://github.com/go-gitea/gitea/issues/17705
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#3529