From d9935f7e1f83f5bc134511c3ec777621325610dd Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 14 Aug 2024 00:43:51 +0200 Subject: [PATCH] click categories to set timer and show category currentWorkingCategory --- src/App.vue | 20 +++++++++++++++++--- src/components/show_category.vue | 14 ++++++++++++-- src/components/summary.vue | 3 ++- src/components/timer.vue | 8 +++++++- 4 files changed, 38 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index df3fa02..9661b03 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,18 +5,32 @@ import Songs from './components/songs.vue' import Timer from './components/timer.vue' +