From b2068865e834aea0dda6ec72172a1b351e3e4aa4 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 24 Jan 2026 14:08:18 +0100 Subject: [PATCH] feat: display description hint on empty state Show a welcome message explaining Fail Well's purpose when no tasks exist. This helps new users understand the app's workflow. Fixes #9 --- src/views/HomeView.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 95c965f..b7d7474 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -60,6 +60,17 @@ onUnmounted(() => {
+
+

Welcome to Fail Well

+

Track your feedback loops during tasks.

+
+

+ Plan your steps with time estimates, then record how long they + actually take. Compare planned vs actual to better understand what + went wrong and what can be improved. +

+
+
new task @@ -74,7 +85,7 @@ onUnmounted(() => {
- +