[PR #4] [MERGED] Fix/auth #4

Closed
opened 2026-05-06 16:09:05 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/projet-web-cipa4/pull/4
Author: @ThomasRou35
Created: 2/3/2026
Status: Merged
Merged: 2/12/2026
Merged by: @ClementHVT

Base: mainHead: fix/auth


📝 Commits (10+)

📊 Changes

27 files changed (+571 additions, -261 deletions)

View changed files

📝 css/manage.css (+1 -1)
📝 css/profile.css (+2 -1)
📝 css/style.css (+1 -1)
css/thomas.css (+226 -0)
img/Map.png (+0 -0)
img/Trajet.png (+0 -0)
📝 index.html (+2 -51)
📝 index.php (+0 -4)
📝 js/app.js (+87 -83)
📝 js/components/TripCard.js (+5 -3)
js/index.js (+27 -0)
js/login.js (+42 -0)
📝 js/manag.js (+2 -0)
📝 js/profile.js (+2 -0)
📝 js/publish.js (+2 -0)
js/register.js (+28 -0)
📝 js/trip-list.js (+20 -2)
📝 php/controllers/BookingController.php (+3 -1)
📝 php/controllers/TripController.php (+1 -3)
📝 php/models/Trip.php (+2 -2)

...and 7 more files

📄 Description

Add Css for the login page


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/projet-web-cipa4/pull/4 **Author:** [@ThomasRou35](https://github.com/ThomasRou35) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@ClementHVT](https://github.com/ClementHVT) **Base:** `main` ← **Head:** `fix/auth` --- ### 📝 Commits (10+) - [`b86aef3`](https://github.com/BreizhHardware/projet-web-cipa4/commit/b86aef36d0a2753c03cc2d6d008d9229590a4703) add box and css - [`329fc6c`](https://github.com/BreizhHardware/projet-web-cipa4/commit/329fc6cd9a18114481b1dc08cb30ed1da8b99543) add remember and css - [`c211e3b`](https://github.com/BreizhHardware/projet-web-cipa4/commit/c211e3ba820daf13018e3bc3da0252192a04d5a2) add Phone box + - [`27b9fbc`](https://github.com/BreizhHardware/projet-web-cipa4/commit/27b9fbc28a7fb782370029084277277b6f405410) rm div of script - [`16cc24f`](https://github.com/BreizhHardware/projet-web-cipa4/commit/16cc24f91b3141b176df39e44e588e4ad43951fb) fix: phone format & script migration - [`c5f7150`](https://github.com/BreizhHardware/projet-web-cipa4/commit/c5f7150b4b88ed7b8e0beebd8405859982aca6a9) Merge pull request #3 from BreizhHardware/feat/footer-and-header - [`c0947e5`](https://github.com/BreizhHardware/projet-web-cipa4/commit/c0947e59983e27a8bdc03f4d1a058bb38117b06d) Feat/search (#5) - [`de8ed9f`](https://github.com/BreizhHardware/projet-web-cipa4/commit/de8ed9f97bb7ce3c6673e3996ae294271172e907) Feat/publish (#6) - [`0aa16e7`](https://github.com/BreizhHardware/projet-web-cipa4/commit/0aa16e74d998609bc9eee374d9078adfaf6aea56) Feat/home (#7) - [`a0a5bdc`](https://github.com/BreizhHardware/projet-web-cipa4/commit/a0a5bdc1bc194e0f054cf6c0c3e1329d610c93f2) fix: styles on profile page (#10) ### 📊 Changes **27 files changed** (+571 additions, -261 deletions) <details> <summary>View changed files</summary> 📝 `css/manage.css` (+1 -1) 📝 `css/profile.css` (+2 -1) 📝 `css/style.css` (+1 -1) ➕ `css/thomas.css` (+226 -0) ➖ `img/Map.png` (+0 -0) ➖ `img/Trajet.png` (+0 -0) 📝 `index.html` (+2 -51) 📝 `index.php` (+0 -4) 📝 `js/app.js` (+87 -83) 📝 `js/components/TripCard.js` (+5 -3) ➕ `js/index.js` (+27 -0) ➕ `js/login.js` (+42 -0) 📝 `js/manag.js` (+2 -0) 📝 `js/profile.js` (+2 -0) 📝 `js/publish.js` (+2 -0) ➕ `js/register.js` (+28 -0) 📝 `js/trip-list.js` (+20 -2) 📝 `php/controllers/BookingController.php` (+3 -1) 📝 `php/controllers/TripController.php` (+1 -3) 📝 `php/models/Trip.php` (+2 -2) _...and 7 more files_ </details> ### 📄 Description Add Css for the login page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 16:09:05 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/projet-web-cipa4#4
No description provided.