From 1a6befe7475e2b157102218cdfb62f680493a872 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 24 Jan 2026 15:19:21 +0100 Subject: [PATCH] feat: add comprehensive About page Explain Fail Well's purpose, its origins from Toyota Production System's standardized work, and how it differs from micromanagement. Include author attribution and footer navigation link. --- src/App.vue | 7 ++ src/views/AboutView.vue | 218 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 216 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index eecbcef..1b04cb4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,6 +17,8 @@ import { RouterLink, RouterView } from 'vue-router'