mirror of
https://github.com/appen-isen/studysen.git
synced 2026-05-09 08:25:23 +02:00
[PR #2] [MERGED] Emploi du temps #50
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#50
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/2
Author: @dd060606
Created: 12/21/2024
Status: ✅ Merged
Merged: 12/27/2024
Merged by: @dd060606
Base:
main← Head:feat/planning📝 Commits (10+)
cfb1406feat: planning view selector + Planning List Event component9084c8fUpdate README.mdb89e31aUpdate README.md3bf9c38work on planning list view754b48bfeat: week selector + day selector (list mode)aa7d000feat: pressable animationsffb838efeat: planning list mode + work on week view017092ffix: date and hour bug1053550work on week planning1b7916ffix: "En cours" bug📊 Changes
15 files changed (+1761 additions, -29 deletions)
View changed files
📝
README.md(+2 -2)📝
app/(tabs)/index.tsx(+2 -8)📝
app/(tabs)/planning.tsx(+332 -11)📝
app/login.tsx(+3 -4)📝
components/Buttons.tsx(+49 -1)➕
components/Sync.tsx(+75 -0)➕
components/planning/EventModal.tsx(+265 -0)➕
components/planning/PlanningList.tsx(+389 -0)➕
components/planning/PlanningWeek.tsx(+352 -0)📝
constants/Colors.ts(+1 -0)📝
package.json(+3 -3)➕
store/webaurionStore.ts(+37 -0)➕
utils/date.ts(+72 -0)➕
utils/planning.ts(+173 -0)📝
webAurion/utils/PlanningUtils.ts(+6 -0)📄 Description
Page de l'emploi du temps
🚀Fonctionnalités
📷Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.