The HTML in the /progress page is quite long and rather unnecessarily set up. Change the data from ProgressType to a dictionary of sorts, so we only need to loop through the dict, and not have to write all the info down in one long document.
The HTML in the /progress page is quite long and rather unnecessarily set up. Change the data from ProgressType to a dictionary of sorts, so we only need to loop through the dict, and not have to write all the info down in one long document.
owner
added this to the Frontend milestone 2024-12-17 10:13:50 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The HTML in the /progress page is quite long and rather unnecessarily set up. Change the data from ProgressType to a dictionary of sorts, so we only need to loop through the dict, and not have to write all the info down in one long document.