You've already forked AstralRinth
forked from didirus/AstralRinth
pyro: multipart mrpack uploads (#2917)
* chore: impl in pyroservers Signed-off-by: Evan Song <theevansong@gmail.com> * chore: disable install btn if loading Signed-off-by: Evan Song <theevansong@gmail.com> --------- Signed-off-by: Evan Song <theevansong@gmail.com>
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
/>
|
||||
<div class="mt-4 flex justify-start gap-4">
|
||||
<ButtonStyled :color="isDangerous ? 'red' : 'brand'">
|
||||
<button :disabled="!mrpackFile" @click="reinstallMrpack">
|
||||
<button :disabled="!mrpackFile || isLoading" @click="reinstallMrpack">
|
||||
<RightArrowIcon />
|
||||
{{
|
||||
isSecondPhase
|
||||
|
||||
Reference in New Issue
Block a user