mirror of
https://github.com/BreizhHardware/projet-web-cipa4.git
synced 2026-05-09 08:15:44 +02:00
[PR #3] [MERGED] Feat/footer and header #3
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#3
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/3
Author: @BreizhHardware
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @BreizhHardware
Base:
main← Head:feat/footer-and-header📝 Commits (6)
563e07cfix(db): remove unnecessary fields from vehicles and ratings tables43b46c3feat(header): Create the header like in figma7638d4bfeat(footer): Add footer with links and logo for improved navigationa0eef82feat(security): Update Content Security Policy to allow Google Fonts and improve image sources31e7247feat(menu): Implement mobile menu toggle functionality and stylesc60556dfeat(security): Add security workflow📊 Changes
7 files changed (+342 additions, -22 deletions)
View changed files
➕
.github/CODEOWNERS(+11 -0)➕
.github/workflows/pr-security.yml(+55 -0)📝
css/style.css(+212 -6)📝
js/app.js(+38 -4)📝
php/classes/Security.php(+1 -1)📝
php/utils/init_db.php(+5 -5)📝
views/trip/list.html(+20 -6)📄 Description
This pull request introduces significant improvements to the application's frontend styling and user experience, particularly in navigation and layout, along with some updates to the database schema for better trip and user data handling. The main themes are enhanced UI/UX through modernized CSS and navigation, and expanded trip attributes in the database.
Frontend UI/UX Improvements:
js/app.jsto show user avatar, name, and a "Publier un trajet" button when logged in, and to use consistent controls and styling for both authenticated and unauthenticated users.Database Schema Updates:
tripstable forsmoking_allowed,pets_allowed, andluggage_allowedto support richer trip filtering and information.carsandreviewstables for cleaner, more relevant data storage. [1] [2]Other Enhancements:
These changes collectively modernize the look and feel of the application, improve usability across devices, and lay the groundwork for more detailed trip features.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.