From ab2029384b7087c9dd43e17fd736baaefb08cc16 Mon Sep 17 00:00:00 2001 From: johannes-hernehult Date: Tue, 30 Jun 2026 11:49:10 +0200 Subject: [PATCH] feat(guides): add navigation after save and update UI styling - Add programmatic navigation to the guide view after successful form submission. - Add class names and layout styling for header, navigation sidebar, and action buttons. - Update Guide view print layout. --- src/App.tsx | 10 +++-- src/features/guides/hooks/useGuideForm.ts | 11 +++--- src/features/guides/routes/Guide.css | 22 ++++++++++- src/features/guides/routes/Guide.tsx | 14 +++++-- src/styles/App.css | 46 ++++++++++++++++++++++- 5 files changed, 89 insertions(+), 14 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index acd1830..50303c2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,12 +10,16 @@ function App() { return ( <>
-

+

SnapSteps