From cca589461042d67d443331c05b83d95772228262 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sat, 16 Mar 2024 10:41:17 -0500 Subject: [PATCH] feat(app.tsx): adds/updates buttons and styles adds a refresh button, and changes the back buttons to be left chevrons. Changes styles of buttons and removes some styling on the view station page --- src/App.tsx | 55 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 69c7504..4be92ac 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -72,17 +72,28 @@ export function App() { ) } return ( -
- {stations.map((s) => ( - -
+
+
+ - ))} - +
+ + +
+ {stations.map((s) => ( + +
+ + ))} + +
) @@ -90,9 +101,13 @@ export function App() { if (nav === Navs.ADD) { return ( -
- -
+
+ +
@@ -109,12 +124,16 @@ export function App() { if (nav === Navs.PLAYER) { return ( -
- -
-
+
+ +
+
{/**/} - {selectedStation?.title} + {selectedStation?.title} {/**/}

{selectedStation?.title}

{/**/}