fix: preserve AM/PM when dragging reservation; add drag & drop car reordering

Agent-Logs-Url: https://github.com/h/CarReservation/sessions/c5f8f1a2-8a8b-4951-8442-76ce37d906ae

Co-authored-by: h <57948770+h@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-06 07:47:08 +00:00
committed by GitHub
parent 8542d092fb
commit 85b26ca04e
3 changed files with 56 additions and 2 deletions

View File

@@ -224,6 +224,8 @@ export default function ScheduleView({ reloadKey = 0 }) {
end_date: newEndDate,
customer_name: reservation.customer_name,
notes: reservation.notes,
start_period: reservation.start_period,
end_period: reservation.end_period,
});
await loadData();
} catch (err) {