From ac61d84bf15287a102d6f5e0aa9d75532a4b99a3 Mon Sep 17 00:00:00 2001 From: Claas Date: Thu, 23 May 2024 23:47:48 +0200 Subject: [PATCH] Simplify list --- src/routes/index.tsx | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index ff1a30a..ee43d92 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -81,29 +81,37 @@ const data = [ export default function Home() { const [isLocation, setIsLocation] = createSignal(true); return ( -
-
    +
    +
      {/* TODO add next departure line icon and time */} {/* TODO add map and A/B tests */} {/* TODO add that ticket sale, management and information is out of scope. That's why the navigation options are limited and focus is on public transport not long distance travel */} {(item) => ( -
    1. -

      {item.name}

      -

      - {/* +

      + {item.name} +

      + + {/* TODO how to align text with SVG without flex */} +

      + - {" "} */} - {""} - {item.distance} + +

      + + {item.distance} + {/*