Skip to content

Commit

Permalink
fix: loading probally and modal loader things
Browse files Browse the repository at this point in the history
  • Loading branch information
thewander02 committed Nov 3, 2024
1 parent 4a97959 commit 8c63dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/pages/servers/manage/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ watch(
startPolling();
} else {
stopPolling();
server.refresh();
}
},
);
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/components/billing/PurchaseModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
:options="['Vanilla', 'Fabric', 'Forge']"
placeholder="Select mod loader..."
/> -->
<div class="flex flex-wrap justify-between gap-4">
<div class="grid lg:grid-cols-5 grid-cols-3 gap-4">
<button
v-for="loader in ['Vanilla', 'Fabric', 'Forge', 'Quilt', 'NeoForge']"
:key="loader"
class="!h-24 btn flex !flex-col !items-center !justify-between !pt-4 !pb-3 grow"
class="!h-24 btn flex !flex-col !items-center !justify-between !pt-4 !pb-3 !w-full"
:style="{
filter: serverLoader === loader ? 'brightness(1.5)' : '',
}"
Expand Down

0 comments on commit 8c63dff

Please sign in to comment.