move radio and add to homepage
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled

This commit is contained in:
2026-02-18 21:42:37 +00:00
parent a3d73b12f4
commit 7bcb485fc6
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
<script setup> <script setup>
import Timer from "@/components/util/Timer.vue"; import Timer from "@/components/util/Timer.vue";
import Time from "@/components/util/Time.vue"; import Time from "@/components/util/Time.vue";
import Radio from "@/components/util/Radio.vue";
import Elle from "@/components/elle/Elle.vue"; import Elle from "@/components/elle/Elle.vue";
import Chat from "@/components/util/Chat.vue"; import Chat from "@/components/util/Chat.vue";
import MusicPlayer from "@/components/util/MusicPlayer.vue"; import MusicPlayer from "@/components/util/MusicPlayer.vue";
@@ -37,9 +38,12 @@ import Consumption from "./Consumption.vue";
<div <div
class="sidebar border-quaternary place-content-between flex-1 flex flex-col m-10 w-60" class="sidebar border-quaternary place-content-between flex-1 flex flex-col m-10 w-60"
> >
<div class="flex flex-col flex-1"> <div class="flex flex-col flex-1 gap-2">
<Time class="bg-bg_primary border-primary border" /> <Time
class="bg-bg_primary border-primary border text-center"
/>
<Timer class="border-primary border bg-bg_primary" /> <Timer class="border-primary border bg-bg_primary" />
<Radio class="border-primary border bg-bg_primary" />
<!-- <Elle class="flex-1" /> --> <!-- <Elle class="flex-1" /> -->
<!-- <Chat class="bdr-2 bg-bg_primary" /> --> <!-- <Chat class="bdr-2 bg-bg_primary" /> -->
<!-- <MusicPlayer /> --> <!-- <MusicPlayer /> -->