mirror of
https://github.com/appen-isen/studysen.git
synced 2026-05-09 08:25:23 +02:00
[PR #3] [MERGED] Accueil et Notes #48
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#48
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/3
Author: @dd060606
Created: 12/29/2024
Status: ✅ Merged
Merged: 1/7/2025
Merged by: @dd060606
Base:
main← Head:feat/home📝 Commits (6)
3c771ddfeat: add interval to update time indication in planning event6184219feat: current event and upcoming event in home screen70cb499feat: refresh session when app is inactive38aeaaffeat: home screen note average9e57492feat: notes screen83260d7feat: note info modal + note average help modal📊 Changes
17 files changed (+1459 additions, -365 deletions)
View changed files
📝
app/(modals)/login-help.tsx(+0 -1)➕
app/(modals)/notes-help.tsx(+65 -0)📝
app/(tabs)/_layout.tsx(+62 -2)📝
app/(tabs)/index.tsx(+327 -9)➕
app/(tabs)/notes.tsx(+315 -0)📝
app/(tabs)/planning.tsx(+18 -54)📝
app/_layout.tsx(+9 -0)📝
components/Buttons.tsx(+84 -7)📝
components/Modals.tsx(+106 -2)➕
components/modals/EventModal.tsx(+188 -0)➕
components/modals/NoteModal.tsx(+127 -0)➖
components/planning/EventModal.tsx(+0 -265)📝
components/planning/PlanningList.tsx(+28 -19)📝
store/webaurionStore.ts(+28 -6)📝
utils/date.ts(+14 -0)➕
utils/notes.ts(+51 -0)📝
utils/planning.ts(+37 -0)📄 Description
Page d'accueil
🚀Fonctionnalités
📷Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.