mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-25 02:56:55 +08:00
Remove fomantic progress module (#19760)
Replace it with HTML `<progress>` element. The bar won't go green at 100% anymore but I think it's not something that fits stylistically anyways.
This commit is contained in:
@ -116,9 +116,6 @@ export function initGlobalCommon() {
|
||||
fullTextSearch: 'exact'
|
||||
});
|
||||
$('.ui.checkbox').checkbox();
|
||||
$('.ui.progress').progress({
|
||||
showActivity: false
|
||||
});
|
||||
|
||||
// init popups
|
||||
$('.tooltip').each((_, el) => {
|
||||
|
Reference in New Issue
Block a user