[PR #69] [MERGED] Feat/clubs notifs #83

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

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/69
Author: @dd060606
Created: 7/11/2025
Status: Merged
Merged: 7/11/2025
Merged by: @dd060606

Base: mainHead: feat/clubs-notifs


📝 Commits (4)

  • 53b4ea4 feat(notifications): refactor notification settings and add club notifications support
  • 0e333ba refactor: simplify username handling using new utility functions
  • 2183061 feat(notifications): update notification handling
  • 4effa01 feat: improve responsive

📊 Changes

24 files changed (+647 additions, -622 deletions)

View changed files

📝 app.json (+109 -102)
📝 app/(settings)/contact.tsx (+97 -111)
📝 app/(settings)/credits.tsx (+2 -1)
📝 app/(settings)/notifications.tsx (+27 -16)
📝 app/(tabs)/clubs.tsx (+2 -1)
📝 app/(tabs)/index.tsx (+22 -43)
📝 app/(tabs)/notes.tsx (+3 -2)
📝 app/(tabs)/planning.tsx (+2 -1)
📝 app/(tabs)/settings.tsx (+10 -12)
📝 app/login.tsx (+6 -1)
📝 app/post-details.tsx (+3 -1)
📝 components/Modals.tsx (+2 -98)
📝 components/Page.tsx (+2 -1)
📝 components/planning/PlanningList.tsx (+5 -5)
📝 components/planning/PlanningWeek.tsx (+3 -9)
📝 eas.json (+25 -25)
📝 google-services.json (+26 -26)
📝 package-lock.json (+72 -0)
📝 package.json (+59 -58)
📝 stores/settingsStore.ts (+2 -2)

...and 4 more files

📄 Description

Fonctionnalités

  • Notifications lors de l'ajout d'un post / événement
  • Amélioration responsive
  • Optimisation de certaines fonctions

🔄 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/69 **Author:** [@dd060606](https://github.com/dd060606) **Created:** 7/11/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@dd060606](https://github.com/dd060606) **Base:** `main` ← **Head:** `feat/clubs-notifs` --- ### 📝 Commits (4) - [`53b4ea4`](https://github.com/appen-isen/studysen/commit/53b4ea46db3995099362b254e12a772751ff62f3) feat(notifications): refactor notification settings and add club notifications support - [`0e333ba`](https://github.com/appen-isen/studysen/commit/0e333ba64b40cde61e79020de8fb323e3d144de1) refactor: simplify username handling using new utility functions - [`2183061`](https://github.com/appen-isen/studysen/commit/2183061c12766306ccc0f88cf9f6c6546cfa05c7) feat(notifications): update notification handling - [`4effa01`](https://github.com/appen-isen/studysen/commit/4effa01a0b94e30204d9babd1e2294c77a1b07be) feat: improve responsive ### 📊 Changes **24 files changed** (+647 additions, -622 deletions) <details> <summary>View changed files</summary> 📝 `app.json` (+109 -102) 📝 `app/(settings)/contact.tsx` (+97 -111) 📝 `app/(settings)/credits.tsx` (+2 -1) 📝 `app/(settings)/notifications.tsx` (+27 -16) 📝 `app/(tabs)/clubs.tsx` (+2 -1) 📝 `app/(tabs)/index.tsx` (+22 -43) 📝 `app/(tabs)/notes.tsx` (+3 -2) 📝 `app/(tabs)/planning.tsx` (+2 -1) 📝 `app/(tabs)/settings.tsx` (+10 -12) 📝 `app/login.tsx` (+6 -1) 📝 `app/post-details.tsx` (+3 -1) 📝 `components/Modals.tsx` (+2 -98) 📝 `components/Page.tsx` (+2 -1) 📝 `components/planning/PlanningList.tsx` (+5 -5) 📝 `components/planning/PlanningWeek.tsx` (+3 -9) 📝 `eas.json` (+25 -25) 📝 `google-services.json` (+26 -26) 📝 `package-lock.json` (+72 -0) 📝 `package.json` (+59 -58) 📝 `stores/settingsStore.ts` (+2 -2) _...and 4 more files_ </details> ### 📄 Description # Fonctionnalités - Notifications lors de l'ajout d'un post / événement - Amélioration responsive - Optimisation de certaines fonctions --- <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:49 +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#83
No description provided.