From 5d76d25eb78f10c5699017a63cd4065625289136 Mon Sep 17 00:00:00 2001 From: Replit Agent 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. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: ec325dd2-ed6f-4785-8de9-93ec3207af08 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/9SfnFMU Replit-Helium-Checkpoint-Created: true --- 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 && (