From 350de1eea0a8002c194b0a837429e7629439a1a9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 20:31:43 +0200 Subject: [PATCH] Add max speed input field and bunny hopping options in App.tsx --- src/app/App.tsx | 104 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 0cf04419..5d6fb37c 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -10378,6 +10378,47 @@ export function App({ store, initialStatusMessage }: AppProps) { } /> +
@@ -10595,6 +10636,69 @@ export function App({ store, initialStatusMessage }: AppProps) { } /> + +