Skip to content

Commit

Permalink
chore: simplify overview loading skeleton
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Song <[email protected]>
  • Loading branch information
ferothefox committed Oct 15, 2024
1 parent 59194aa commit d5ee5d1
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions apps/frontend/src/components/ui/servers/PanelOverviewLoading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,10 @@
<div
class="fade-in-up relative flex h-full w-full flex-col gap-3 overflow-hidden rounded-2xl bg-bg-raised p-8"
>
<div class="experimental-styles-within flex flex-row items-center justify-between">
<div class="experimental-styles-within flex flex-row items-center">
<div class="flex flex-row items-center gap-4">
<h2 class="m-0 text-3xl font-extrabold text-[var(--color-contrast)]">Console</h2>
</div>
<div class="btn btn-secondary color-accent-contrast opacity-0">
<div class="contents">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
>
<path d="m5 3 14 9-14 9z"></path>
</svg>
Start
</div>
</div>
</div>
<div
class="console relative h-full min-h-[488px] w-full overflow-hidden rounded-xl bg-bg text-sm"
Expand Down

0 comments on commit d5ee5d1

Please sign in to comment.