From f9c33b875c52b29caebfb9e8bc805ec799f4529a Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Mon, 10 Nov 2025 16:03:19 +0100 Subject: [PATCH] feat: top screen implement clock --- app/components/TopScreen/Clock.vue | 78 ++++++++++++++++++++++++++ app/components/TopScreen/TopScreen.vue | 1 + 2 files changed, 79 insertions(+) create mode 100644 app/components/TopScreen/Clock.vue diff --git a/app/components/TopScreen/Clock.vue b/app/components/TopScreen/Clock.vue new file mode 100644 index 0000000..e1266bd --- /dev/null +++ b/app/components/TopScreen/Clock.vue @@ -0,0 +1,78 @@ + diff --git a/app/components/TopScreen/TopScreen.vue b/app/components/TopScreen/TopScreen.vue index c1415bf..0bee18c 100644 --- a/app/components/TopScreen/TopScreen.vue +++ b/app/components/TopScreen/TopScreen.vue @@ -2,6 +2,7 @@ +