go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.03k stars 5.49k forks source link

remove reload on issue list batch processing #7329

Open Cherrg opened 5 years ago

Cherrg commented 5 years ago

-> enhancement

Description

change js and backend so changes on issue list like:

The task will be updating the ui with js instead of the go template engine.

Tasklist:

silverwind commented 5 years ago

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.

Cherrg commented 5 years ago

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.

stale[bot] commented 5 years ago

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.

wxiaoguang commented 2 years ago

Related to