mirror of
https://github.com/appen-isen/studysen.git
synced 2026-05-09 08:25:23 +02:00
[PR #59] [MERGED] Refactor/dsi approuved #75
Labels
No labels
bug
bug
bug
enhancement
pull-request
suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/studysen#75
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/appen-isen/studysen/pull/59
Author: @BreizhHardware
Created: 3/7/2025
Status: ✅ Merged
Merged: 3/7/2025
Merged by: @BreizhHardware
Base:
dev← Head:refactor/dsi-approuved📝 Commits (3)
ec0e0befeat(auth): implement user registration and login with JWT tokenca1e8c2feat(settings): add email handling in settings and update note viewing behaviorc42d644Merge 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.