From 9628a3357e815be20bce1dff5844516ccecef75d Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 6 Apr 2026 21:44:27 +0000 Subject: [PATCH] Fix: sync UI section from route path on direct URL access Navigating directly to /bugs, /oils etc. now correctly activates the matching tab and shows the right page content. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/App.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index a6948ab..77df55b 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -68,8 +68,8 @@