From a08164e914aa951bf3058a6c5e8c711b5dba2b14 Mon Sep 17 00:00:00 2001 From: hzhang Date: Mon, 23 Jun 2025 12:18:26 +0100 Subject: [PATCH] add: route to stand along page --- src/App.js | 54 ++++++++++--------- .../MarkdownTemplate/ParametersManager.js | 6 ++- src/components/MarkdownTemplate/TypeEditor.js | 3 +- src/components/Markdowns/MarkdownContent.js | 25 +++++++-- src/utils/queries/markdown-queries.js | 1 + 5 files changed, 56 insertions(+), 33 deletions(-) diff --git a/src/App.js b/src/App.js index ad1ca89..96d9ca8 100644 --- a/src/App.js +++ b/src/App.js @@ -6,6 +6,7 @@ import MainNavigation from "./components/Navigations/MainNavigation"; import SideNavigation from "./components/Navigations/SideNavigation"; import MarkdownContent from "./components/Markdowns/MarkdownContent"; import MarkdownEditor from "./components/Markdowns/MarkdownEditor"; +import StandaloneMarkdownPage from "./components/Markdowns/StandaloneMarkdownPage"; import "./App.css"; import Callback from "./components/KeycloakCallbacks/Callback"; import Footer from "./components/Footer"; @@ -18,30 +19,35 @@ const App = () => { return ( -
- -
- -
- - } - /> - test2}/> - } /> - } /> - TEST}> - } /> - } /> - } /> - } /> - } /> - } /> - -
-
-
+ + } /> + + +
+ +
+ + } + /> + test2}/> + } /> + } /> + TEST}> + } /> + } /> + } /> + } /> + } /> + } /> + +
+
+ + } /> +