feat: mrpack upload progress in modal (#3867)

* feat: mrpack upload progress in modal

* fix: remove min progress
This commit is contained in:
IMB11
2025-06-30 22:52:03 +01:00
committed by GitHub
parent f549560e47
commit e5030a8fbe
4 changed files with 329 additions and 141 deletions

View File

@@ -43,6 +43,7 @@ import _YouTubeIcon from './external/youtube.svg?component'
import _AlignLeftIcon from './icons/align-left.svg?component'
import _ArchiveIcon from './icons/archive.svg?component'
import _ArrowBigUpDashIcon from './icons/arrow-big-up-dash.svg?component'
import _ArrowBigRightDashIcon from './icons/arrow-big-right-dash.svg?component'
import _AsteriskIcon from './icons/asterisk.svg?component'
import _BadgeCheckIcon from './icons/badge-check.svg?component'
import _BanIcon from './icons/ban.svg?component'
@@ -445,3 +446,4 @@ export const LoaderIcon = _LoaderIcon
export const ImportIcon = _ImportIcon
export const CardIcon = _CardIcon
export const TimerIcon = _TimerIcon
export const ArrowBigRightDashIcon = _ArrowBigRightDashIcon