From 10b0e0a1e3cdc9e8fe10b9a117c9bdf320c5607d Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 9 Nov 2025 17:44:29 +0100 Subject: [PATCH] refactor: move border to screen itself, and use withDefaults --- app/app.vue | 18 ++++-------------- app/components/Screen.vue | 10 +++++++++- app/components/Stats.vue | 12 +++--------- 3 files changed, 16 insertions(+), 24 deletions(-) diff --git a/app/app.vue b/app/app.vue index 07788ad..f320a7a 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,16 +1,6 @@ - - diff --git a/app/components/Screen.vue b/app/components/Screen.vue index f4ed836..06bf8b8 100644 --- a/app/components/Screen.vue +++ b/app/components/Screen.vue @@ -64,7 +64,15 @@ onUnmounted(() => { diff --git a/app/components/Stats.vue b/app/components/Stats.vue index 72702e3..def8f9b 100644 --- a/app/components/Stats.vue +++ b/app/components/Stats.vue @@ -1,13 +1,7 @@