From ec7b1b7af29567479e1a6ba62fda4850b844c43e Mon Sep 17 00:00:00 2001 From: Riyadh Date: Mon, 6 Jul 2026 10:13:41 +0000 Subject: [PATCH] Move navigation to a vertical sidebar on the right for better layout Restructures the page layout to move the navigation tabs from a horizontal bar to a vertical sidebar on the right, enhancing RTL support. --- artifacts/tx-os/src/pages/protocol.tsx | 45 ++++++++++++++------------ 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/artifacts/tx-os/src/pages/protocol.tsx b/artifacts/tx-os/src/pages/protocol.tsx index 03cf3f50..929f7bc1 100644 --- a/artifacts/tx-os/src/pages/protocol.tsx +++ b/artifacts/tx-os/src/pages/protocol.tsx @@ -553,7 +553,7 @@ export default function ProtocolPage() { return (
-
+
@@ -566,26 +566,30 @@ export default function ProtocolPage() {
-
-
+
+ + +
{tab === "dashboard" && ( )} @@ -1005,7 +1009,8 @@ export default function ProtocolPage() {
)} -
+ +
{/* Dialogs */} {bookingDialog.open && (