You've already forked AstralRinth
forked from didirus/AstralRinth
Handle server upgrades (suspensions) in frontend (#3049)
* chore: make serverlisting handle upgrading server state Signed-off-by: Evan Song <theevansong@gmail.com> * feat: more prominent suspension status bar in server listing Signed-off-by: Evan Song <theevansong@gmail.com> * feat: handle upgrading in root server page Signed-off-by: Evan Song <theevansong@gmail.com> --------- Signed-off-by: Evan Song <theevansong@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
data-pyro-server-list-root
|
||||
class="experimental-styles-within relative mx-auto flex min-h-screen w-full max-w-[1280px] flex-col px-3"
|
||||
class="experimental-styles-within relative mx-auto flex min-h-screen w-full max-w-[1280px] flex-col px-6"
|
||||
>
|
||||
<div
|
||||
v-if="serverList.length > 0 || isPollingForNewServers"
|
||||
|
||||
Reference in New Issue
Block a user