[PR #59] [MERGED] Refactor/dsi approuved #75

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

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/59
Author: @BreizhHardware
Created: 3/7/2025
Status: Merged
Merged: 3/7/2025
Merged by: @BreizhHardware

Base: devHead: refactor/dsi-approuved


📝 Commits (3)

  • ec0e0be feat(auth): implement user registration and login with JWT token
  • ca1e8c2 feat(settings): add email handling in settings and update note viewing behavior
  • c42d644 Merge branch 'dev' into refactor/dsi-approuved

📊 Changes

22 files changed (+16031 additions, -14649 deletions)

View changed files

📝 app/(tabs)/index.tsx (+10 -29)
📝 app/(tabs)/settings.tsx (+3 -11)
📝 app/_layout.tsx (+12 -2)
📝 app/index.tsx (+1 -0)
📝 app/login.tsx (+65 -94)
app/register.tsx (+308 -0)
components/Tooltip.tsx (+45 -0)
📝 components/modals/EventModal.tsx (+5 -2)
📝 constants/Colors.ts (+2 -2)
metro.config.js (+11 -0)
📝 package-lock.json (+15110 -14119)
📝 package.json (+69 -60)
📝 stores/settingsStore.ts (+15 -0)
utils/crypto-polyfill.ts (+11 -0)
📝 utils/notificationConfig.ts (+93 -35)
utils/password.ts (+12 -0)
utils/ping.tsx (+63 -0)
webAurion/api/NotesApi.ts (+0 -37)
📝 webAurion/api/PlanningApi.ts (+93 -39)
📝 webAurion/api/Session.ts (+102 -152)

...and 2 more files

📄 Description

No description provided


🔄 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/59 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `refactor/dsi-approuved` --- ### 📝 Commits (3) - [`ec0e0be`](https://github.com/appen-isen/studysen/commit/ec0e0be4be17857d9d41c9c96fd212d9472e5b59) feat(auth): implement user registration and login with JWT token - [`ca1e8c2`](https://github.com/appen-isen/studysen/commit/ca1e8c2b6feac361761e3c1795c4fc0f2e74317e) feat(settings): add email handling in settings and update note viewing behavior - [`c42d644`](https://github.com/appen-isen/studysen/commit/c42d6445caf82a71ad5143012bc30eebc869e1e1) Merge branch 'dev' into refactor/dsi-approuved ### 📊 Changes **22 files changed** (+16031 additions, -14649 deletions) <details> <summary>View changed files</summary> 📝 `app/(tabs)/index.tsx` (+10 -29) 📝 `app/(tabs)/settings.tsx` (+3 -11) 📝 `app/_layout.tsx` (+12 -2) 📝 `app/index.tsx` (+1 -0) 📝 `app/login.tsx` (+65 -94) ➕ `app/register.tsx` (+308 -0) ➕ `components/Tooltip.tsx` (+45 -0) 📝 `components/modals/EventModal.tsx` (+5 -2) 📝 `constants/Colors.ts` (+2 -2) ➕ `metro.config.js` (+11 -0) 📝 `package-lock.json` (+15110 -14119) 📝 `package.json` (+69 -60) 📝 `stores/settingsStore.ts` (+15 -0) ➕ `utils/crypto-polyfill.ts` (+11 -0) 📝 `utils/notificationConfig.ts` (+93 -35) ➕ `utils/password.ts` (+12 -0) ➕ `utils/ping.tsx` (+63 -0) ➖ `webAurion/api/NotesApi.ts` (+0 -37) 📝 `webAurion/api/PlanningApi.ts` (+93 -39) 📝 `webAurion/api/Session.ts` (+102 -152) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:45 +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#75
No description provided.