feat: add analyze page with dataflow visualization

This commit is contained in:
2026-05-14 08:12:12 +02:00
parent bd033a5d84
commit 503a1c8bde
2 changed files with 211 additions and 0 deletions
+6
View File
@@ -19,6 +19,12 @@ export default function Navbar() {
>
Stocks
</Link>
<Link
to="/analyze"
className="text-gray-600 hover:text-blue-600 font-medium transition-colors relative after:absolute after:bottom-[-4px] after:left-0 after:w-0 after:h-0.5 after:bg-blue-600 after:transition-all hover:after:w-full"
>
Analyze
</Link>
</div>
</div>
</nav>