From 5b7b203619e35b7f535f9c53b46236850b3270f9 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:32:10 -0400 Subject: [PATCH] Refactor add ride modal to utilize Alpine.js for state management. Improved modal open/close functionality and enhanced event handling for better user experience. --- templates/rides/partials/add_ride_modal.html | 114 ++++++++++++------- 1 file changed, 73 insertions(+), 41 deletions(-) diff --git a/templates/rides/partials/add_ride_modal.html b/templates/rides/partials/add_ride_modal.html index 18b2da7d..6dddc242 100644 --- a/templates/rides/partials/add_ride_modal.html +++ b/templates/rides/partials/add_ride_modal.html @@ -1,47 +1,79 @@ - -