[PR #1] [MERGED] Authentification #49

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

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/1
Author: @dd060606
Created: 12/11/2024
Status: Merged
Merged: 12/11/2024
Merged by: @BreizhHardware

Base: mainHead: feat/auth


📝 Commits (10+)

📊 Changes

30 files changed (+16742 additions, -14928 deletions)

View changed files

📝 README.md (+10 -3)
📝 app.json (+35 -32)
app/(modals)/login-help.tsx (+78 -0)
📝 app/(tabs)/_layout.tsx (+2 -0)
📝 app/(tabs)/index.tsx (+27 -1)
📝 app/(tabs)/two.tsx (+2 -1)
📝 app/+not-found.tsx (+5 -4)
📝 app/_layout.tsx (+18 -6)
app/index.tsx (+8 -0)
app/login.tsx (+308 -0)
assets/fonts/OpenSans.ttf (+0 -0)
assets/fonts/SpaceMono-Regular.ttf (+0 -0)
assets/images/error.png (+0 -0)
components/Buttons.tsx (+72 -0)
📝 components/EditScreenInfo.tsx (+2 -1)
components/Inputs.tsx (+119 -0)
components/Modals.tsx (+179 -0)
components/Texts.tsx (+18 -0)
📝 constants/Colors.ts (+7 -16)
📝 package-lock.json (+15300 -14823)

...and 10 more files

📄 Description

Page de connexion

🚀Fonctionnalités

  • Gestion de la session
  • Connexion automatique (Sauvegarde de la session)
  • Page de login
  • Page "J'ai besoin d'aide"
  • Sélecteur de campus
  • Modal d'erreur

📷Screenshots

image_2024-12-11_155556397
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/1 **Author:** [@dd060606](https://github.com/dd060606) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `feat/auth` --- ### 📝 Commits (10+) - [`c126ba3`](https://github.com/appen-isen/studysen/commit/c126ba3ab7391ddf38be11f9e10464914a394184) add custom components - [`0b330b6`](https://github.com/appen-isen/studysen/commit/0b330b6efa99c07d4b1411252677d7f78e6eecdb) work on login page - [`73d30e4`](https://github.com/appen-isen/studysen/commit/73d30e4d6e77fb64e384173dc857b7067a3fda9b) update readme - [`91a372c`](https://github.com/appen-isen/studysen/commit/91a372c653a4b12371fd107ff8d54d4c5a6ae60d) Update README.MD - [`89f3325`](https://github.com/appen-isen/studysen/commit/89f3325de01f257319826fb0995f0b3c96ba329b) update scheme - [`9a55369`](https://github.com/appen-isen/studysen/commit/9a55369ba715511db0d7f6eda41d3fd0092b87c4) feat: login-help modal - [`c775eac`](https://github.com/appen-isen/studysen/commit/c775eac105d58a4da261fad4062b1f896af900a0) work on login page design - [`0e7ed8d`](https://github.com/appen-isen/studysen/commit/0e7ed8d66e8660b75b2386054e2e240c15385db7) feat: campus select - [`d3797f7`](https://github.com/appen-isen/studysen/commit/d3797f7a28b0ebb8c2522c723ecc46afde19bd3b) work on login - [`955db03`](https://github.com/appen-isen/studysen/commit/955db0313e7e6a1efaac45f28d463035d1a8b2c2) feat: session ### 📊 Changes **30 files changed** (+16742 additions, -14928 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -3) 📝 `app.json` (+35 -32) ➕ `app/(modals)/login-help.tsx` (+78 -0) 📝 `app/(tabs)/_layout.tsx` (+2 -0) 📝 `app/(tabs)/index.tsx` (+27 -1) 📝 `app/(tabs)/two.tsx` (+2 -1) 📝 `app/+not-found.tsx` (+5 -4) 📝 `app/_layout.tsx` (+18 -6) ➕ `app/index.tsx` (+8 -0) ➕ `app/login.tsx` (+308 -0) ➕ `assets/fonts/OpenSans.ttf` (+0 -0) ➖ `assets/fonts/SpaceMono-Regular.ttf` (+0 -0) ➕ `assets/images/error.png` (+0 -0) ➕ `components/Buttons.tsx` (+72 -0) 📝 `components/EditScreenInfo.tsx` (+2 -1) ➕ `components/Inputs.tsx` (+119 -0) ➕ `components/Modals.tsx` (+179 -0) ➕ `components/Texts.tsx` (+18 -0) 📝 `constants/Colors.ts` (+7 -16) 📝 `package-lock.json` (+15300 -14823) _...and 10 more files_ </details> ### 📄 Description # Page de connexion ## 🚀Fonctionnalités - Gestion de la session - Connexion automatique (Sauvegarde de la session) - Page de login - Page "J'ai besoin d'aide" - Sélecteur de campus - Modal d'erreur ## 📷Screenshots ![image_2024-12-11_155556397](https://github.com/user-attachments/assets/da8ce032-5a7b-411c-b76f-d0bbf0c003c1) ![image](https://github.com/user-attachments/assets/423f86e4-8012-43e7-bac3-adedc7321064) ![image](https://github.com/user-attachments/assets/957302c1-ab54-436c-9cbc-66f292f27f25) --- <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:35 +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#49
No description provided.