refactor: enhance bulk metadata refresh functionality and update UI components

This commit is contained in:
Will Miao
2025-07-26 23:45:57 +08:00
parent 08ba0c9f42
commit 836a64e728
6 changed files with 177 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
opacity: 0.8;
}
.progress-bar {
.update-progress-bar {
width: 100%;
height: 8px;
background-color: rgba(0, 0, 0, 0.1);
@@ -53,7 +53,7 @@
overflow: hidden;
}
[data-theme="dark"] .progress-bar {
[data-theme="dark"] .update-progress-bar {
background-color: rgba(255, 255, 255, 0.1);
}