From f6955d1bd763e335f2bd910f6234d3d306e413f7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 18 Feb 2026 10:46:25 +0200 Subject: [PATCH] feat: enhance floating mini timer with controls and pop-out button MiniTimer shows project color dot, name, elapsed time, stop button, and expand-to-main button. Timer.vue has pop-out button when running. --- src/views/MiniTimer.vue | 60 ++++++++++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 16 deletions(-) diff --git a/src/views/MiniTimer.vue b/src/views/MiniTimer.vue index a51df3c..70ab800 100644 --- a/src/views/MiniTimer.vue +++ b/src/views/MiniTimer.vue @@ -1,27 +1,55 @@ - - + +