mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
d996da6bab
* Added progressbar for issues (#1146). * Updated the generated index.css. Signed-off-by: modmew8 <[email protected]> * Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues. Signed-off-by: modmew8 <[email protected]> * Removed unnecessary blanks. Signed-off-by: modmew8 <[email protected]> * Formatted the files correctly, fmt-check terminates now without errors. Signed-off-by: modmew8 <[email protected]> * Removed variables, made computing the tasks on demand with precompiled regexp. Signed-off-by: modmew8 <[email protected]>