mirror of
https://github.com/BreizhHardware/projet-web-cipa4.git
synced 2026-05-09 00:07:27 +02:00
[PR #14] [MERGED] feat: add booking modal #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/projet-web-cipa4#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/projet-web-cipa4/pull/14
Author: @BreizhHardware
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @BreizhHardware
Base:
main← Head:feat/book-trip📝 Commits (1)
12c1b06feat: add booking modal📊 Changes
2 files changed (+191 additions, -14 deletions)
View changed files
📝
css/result-list.css(+102 -0)📝
js/trip-list.js(+89 -14)📄 Description
This pull request introduces a modal-based booking flow to improve the user experience when reserving a trip. Instead of using browser prompts and alerts, the booking process is now handled via a styled modal dialog, providing clearer validation, feedback, and interaction.
User Interface Enhancements:
css/result-list.cssfor the booking dialog, including layout, buttons, and success/error message styles.Booking Flow Refactor:
js/trip-list.js, allowing users to enter the number of seats and confirm their booking in a more user-friendly way.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.