From 01e194e767e44ffb3fdab38244d36eee71d43a7a Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Wed, 9 Jul 2025 08:03:19 +0200 Subject: [PATCH] Add link to planning from tablos --- ui/src/App.tsx | 8 ++++++++ ui/src/pages/tablo.tsx | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 9fd87e4..ed645c1 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -71,6 +71,14 @@ export const App = () => { } /> + + + + } + /> { }, { name: "Planning", - action: (tabloId: string) => navigate(`/tablo/${tabloId}/planning`), + action: (tabloId: string) => navigate(`/planning/${tabloId}`), }, { name: "Notes",