mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
- Flat purple-gradient nav bar with POSTERG/RÉPERTOIRE/À PROPOS links - Full-width search bar with icon, bottom-border only, below nav - Home: white bg, media card grid (thumbnail + author/title label below) - Répertoire: 4-column index (Années/Catégories/Étudiantes/Mots-clés) - TFE: 2-column layout (large text left, media right) - À Propos: 2-column, large monospace text, new apropos.php page - Admin: dark theme (#1a1a1a), purple gradient nav, bottom-border inputs - New shared partials: templates/nav.php, templates/search-bar.php - Rewrote all CSS: common, main, search, tfe, apropos, admin
32 lines
1.7 KiB
Markdown
32 lines
1.7 KiB
Markdown
# TODO
|
|
|
|
## Styling Redesign (matching design images)
|
|
|
|
- [x] Redesign shared nav bar (purple gradient top, flat, POSTERG / RÉPERTOIRE / À PROPOS)
|
|
- [x] Redesign shared search bar (full-width, icon, bottom border only, white bg)
|
|
- [x] Rewrite `common.css` (nav + search bar components)
|
|
- [x] Rewrite `main.css` (home page — white bg, media card grid, label below)
|
|
- [x] Rewrite `search.css` (répertoire index — 4-col ANNÉES/CATÉGORIES/ÉTUDIANTES/MOTS-CLÉS)
|
|
- [x] Rewrite `tfe.css` (TFE page — 2-col, large author/title left, media right)
|
|
- [x] Add `apropos.css` (À Propos — 2-col, large monospace text)
|
|
- [x] Rewrite `admin.css` (dark bg, purple gradient nav, bottom-border-only form inputs)
|
|
- [x] Update `templates/nav.php` (new shared nav partial)
|
|
- [x] Update `templates/search-bar.php` (new shared search bar partial)
|
|
- [x] Rewrite `public/index.php` (home page with new layout)
|
|
- [x] Rewrite `public/search.php` (répertoire index view + search results view)
|
|
- [x] Rewrite `public/tfe.php` (individual TFE page)
|
|
- [x] Create `public/apropos.php` (À Propos page)
|
|
- [x] Rewrite `templates/admin/head.php` (admin nav)
|
|
- [x] Rewrite `templates/admin/footer.php` (clean close)
|
|
- [x] Rewrite `public/admin/add.php` (form with row layout)
|
|
- [x] Rewrite `public/admin/index.php` (dark table)
|
|
- [x] Rewrite `public/admin/edit.php` (form with row layout)
|
|
- [x] Rewrite `public/admin/login.php` (centered dark login box)
|
|
- [x] Rewrite `public/admin/thanks.php` (dark info cards)
|
|
- [x] Rewrite `public/admin/import.php` (clean dark form)
|
|
|
|
## Pending
|
|
|
|
- [ ] Add pagination to répertoire student index (currently capped at 100)
|
|
- [ ] Thumbnail generation / cover image support for home grid cards
|