mirror of
https://github.com/appen-isen/studysen.git
synced 2026-05-09 08:25:23 +02:00
[PR #82] [MERGED] Feat/new sync #87
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#87
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/82
Author: @dd060606
Created: 10/4/2025
Status: ✅ Merged
Merged: 10/4/2025
Merged by: @dd060606
Base:
main← Head:feat/new-sync📝 Commits (6)
4d7ba78feat(sync): improve sync service + instant login755755cfix(sync): auto sync bug266f396fix(planning): optimize sync + improve planning date calculationsd44cd69fix(session): remove unnecessary cache control headers4911651chore: update dependencies to latest versions75760f7fix(sync): update sync functions to accept weekOffset parameter for better error handling📊 Changes
19 files changed (+662 additions, -663 deletions)
View changed files
📝
app.json(+1 -1)📝
app/(settings)/credits.tsx(+0 -1)📝
app/(tabs)/_layout.tsx(+12 -33)📝
app/(tabs)/clubs.tsx(+0 -1)📝
app/(tabs)/index.tsx(+56 -197)📝
app/(tabs)/planning.tsx(+24 -129)📝
app/(tabs)/settings.tsx(+5 -11)📝
app/_layout.tsx(+2 -0)📝
app/login.tsx(+7 -35)📝
components/Sync.tsx(+61 -30)📝
components/planning/PlanningWeek.tsx(+0 -4)📝
package-lock.json(+151 -134)📝
package.json(+62 -62)➕
services/syncService.ts(+221 -0)➕
stores/syncStore.ts(+50 -0)📝
stores/webaurionStore.ts(+4 -15)📝
utils/colors.ts(+3 -3)📝
utils/planning.ts(+2 -2)📝
webAurion/api/Session.ts(+1 -5)📄 Description
Nouveautés
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.