From 962acdc6ae5f1220719e38863ac0128bbd240394 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Fri, 20 Mar 2026 15:20:49 +0100 Subject: [PATCH] 15 - Clean up frontend for single-scenario page --- resources/js/pages/Scenarios/Show.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/resources/js/pages/Scenarios/Show.tsx b/resources/js/pages/Scenarios/Show.tsx index cd15e10..7ec88fd 100644 --- a/resources/js/pages/Scenarios/Show.tsx +++ b/resources/js/pages/Scenarios/Show.tsx @@ -1,4 +1,4 @@ -import { Head, Link, router } from '@inertiajs/react'; +import { Head, router } from '@inertiajs/react'; import { useState } from 'react'; import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from '@/components/ui/card'; import { Button } from '@/components/ui/button'; @@ -222,22 +222,11 @@ export default function Show({ scenario, buckets, streams = { data: [] }, stream
{/* Header */}
-
-
- - - - - Back to Scenarios - -

{scenario.name}

-

- Water flows through the pipeline into prioritized buckets -

-
+
+

{scenario.name}

+

+ Water flows through the pipeline into prioritized buckets +