[PR #63] [MERGED] New design/home #80

Closed
opened 2026-05-07 00:17:47 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/63
Author: @dd060606
Created: 4/7/2025
Status: Merged
Merged: 4/8/2025
Merged by: @dd060606

Base: mainHead: new-design/home


📝 Commits (7)

  • 3193b7b fix(login): input size bug
  • a5b2c09 wip(home): home screen new design
  • fd23469 fix(ios): fonts weight + status bar
  • 3676f3f fix: ios fonts + splash screen + update style
  • 7967e3a feat(notes): note modal
  • 640bd0e feat: dynamic colors for events and notes
  • 7a3c6f5 feat(notes): new design

📊 Changes

21 files changed (+1132 additions, -603 deletions)

View changed files

📝 app.json (+22 -2)
app/(modals)/notes-help.tsx (+0 -66)
📝 app/(tabs)/index.tsx (+130 -110)
📝 app/(tabs)/notes.tsx (+319 -139)
📝 app/(tabs)/planning.tsx (+9 -7)
📝 app/_layout.tsx (+4 -13)
📝 app/login.tsx (+28 -27)
📝 components/Buttons.tsx (+123 -14)
📝 components/Inputs.tsx (+12 -12)
components/Note.tsx (+95 -0)
📝 components/Page.tsx (+66 -8)
📝 components/Texts.tsx (+63 -13)
📝 components/modals/EventModal.tsx (+15 -15)
📝 components/modals/NoteModal.tsx (+86 -100)
📝 components/planning/PlanningList.tsx (+2 -6)
📝 components/planning/PlanningWeek.tsx (+1 -1)
utils/colors.ts (+100 -0)
📝 utils/date.ts (+12 -6)
📝 utils/notes.ts (+19 -2)
📝 utils/notificationConfig.ts (+25 -2)

...and 1 more files

📄 Description

Nouveautés

Implémentation du design de Titouan depuis Figma sur:

  • la page d'accueil: affichage des notes et des cours proches
  • la page des notes

Correctifs

  • Divers correctifs sur le design

Je sais que c'est vraiment pas le meilleur moment à cause des refus de la DSI mais bon... Au moins ça pourra servir à certains d'entre nous en attendant.
Je peux pas ajouter deux reviewers mais j'attend votre retour sur cette pull request @BreizhHardware et @TitiLaPierre
image
image


🔄 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/appen-isen/studysen/pull/63 **Author:** [@dd060606](https://github.com/dd060606) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@dd060606](https://github.com/dd060606) **Base:** `main` ← **Head:** `new-design/home` --- ### 📝 Commits (7) - [`3193b7b`](https://github.com/appen-isen/studysen/commit/3193b7babab51f6f0a28d94b6ad78d9e940bbd09) fix(login): input size bug - [`a5b2c09`](https://github.com/appen-isen/studysen/commit/a5b2c09e21588b106a4b2649d595e36d70536df1) wip(home): home screen new design - [`fd23469`](https://github.com/appen-isen/studysen/commit/fd23469532af16dc1c87aecf5be1fb4754d920f2) fix(ios): fonts weight + status bar - [`3676f3f`](https://github.com/appen-isen/studysen/commit/3676f3f0bdea40caedfac8a99d54728e83856d16) fix: ios fonts + splash screen + update style - [`7967e3a`](https://github.com/appen-isen/studysen/commit/7967e3a19037df1418864945d43d7b8abccd9e70) feat(notes): note modal - [`640bd0e`](https://github.com/appen-isen/studysen/commit/640bd0e9e20f53885e2603f8819f5206cc02a78f) feat: dynamic colors for events and notes - [`7a3c6f5`](https://github.com/appen-isen/studysen/commit/7a3c6f5b9fca2b4a56445374d163353c1e8db6a7) feat(notes): new design ### 📊 Changes **21 files changed** (+1132 additions, -603 deletions) <details> <summary>View changed files</summary> 📝 `app.json` (+22 -2) ➖ `app/(modals)/notes-help.tsx` (+0 -66) 📝 `app/(tabs)/index.tsx` (+130 -110) 📝 `app/(tabs)/notes.tsx` (+319 -139) 📝 `app/(tabs)/planning.tsx` (+9 -7) 📝 `app/_layout.tsx` (+4 -13) 📝 `app/login.tsx` (+28 -27) 📝 `components/Buttons.tsx` (+123 -14) 📝 `components/Inputs.tsx` (+12 -12) ➕ `components/Note.tsx` (+95 -0) 📝 `components/Page.tsx` (+66 -8) 📝 `components/Texts.tsx` (+63 -13) 📝 `components/modals/EventModal.tsx` (+15 -15) 📝 `components/modals/NoteModal.tsx` (+86 -100) 📝 `components/planning/PlanningList.tsx` (+2 -6) 📝 `components/planning/PlanningWeek.tsx` (+1 -1) ➕ `utils/colors.ts` (+100 -0) 📝 `utils/date.ts` (+12 -6) 📝 `utils/notes.ts` (+19 -2) 📝 `utils/notificationConfig.ts` (+25 -2) _...and 1 more files_ </details> ### 📄 Description # Nouveautés Implémentation du design de Titouan depuis Figma sur: - la page d'accueil: affichage des notes et des cours proches - la page des notes # Correctifs - Divers correctifs sur le design Je sais que c'est vraiment pas le meilleur moment à cause des refus de la DSI mais bon... Au moins ça pourra servir à certains d'entre nous en attendant. Je peux pas ajouter deux reviewers mais j'attend votre retour sur cette pull request @BreizhHardware et @TitiLaPierre ![image](https://github.com/user-attachments/assets/d13da3b6-9f39-42cf-b85c-1849feceaee0) ![image](https://github.com/user-attachments/assets/e37ead99-5974-48c1-8893-558c75e14775) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:17:47 +02:00
Sign in to join this conversation.
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
starred/studysen#80
No description provided.