[PR #43] [MERGED] Feat/screen rotation #66

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

📋 Pull Request Information

Original PR: https://github.com/appen-isen/studysen/pull/43
Author: @BreizhHardware
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @BreizhHardware

Base: mainHead: feat/screen-rotation


📝 Commits (3)

  • 1a71db9 feat(planning): add scroll view for better event planning display and update app configuration for screen rotation and background start
  • c65297d style: format code for consistency and readability across multiple files
  • ae70e96 Merge branch 'main' into feat/screen-rotation

📊 Changes

29 files changed (+255 additions, -173 deletions)

View changed files

📝 app.json (+77 -65)
📝 app/(settings)/credits.tsx (+3 -1)
📝 app/(settings)/notifications.tsx (+9 -5)
📝 app/(tabs)/_layout.tsx (+2 -2)
📝 app/(tabs)/index.tsx (+13 -13)
📝 app/(tabs)/notes.tsx (+2 -2)
📝 app/(tabs)/planning.tsx (+34 -19)
📝 app/(tabs)/settings.tsx (+2 -2)
📝 app/login.tsx (+4 -3)
📝 components/ExternalLink.tsx (+1 -1)
📝 components/Inputs.tsx (+3 -3)
📝 components/modals/ContactModal.tsx (+1 -1)
📝 components/modals/EventModal.tsx (+1 -1)
📝 components/modals/IssueModal.tsx (+1 -1)
📝 components/planning/PlanningList.tsx (+4 -4)
📝 components/planning/PlanningWeek.tsx (+3 -3)
📝 constants/Colors.ts (+1 -1)
📝 package-lock.json (+26 -0)
📝 package.json (+2 -0)
📝 store/secureStore.ts (+1 -1)

...and 9 more files

📄 Description

No description provided


🔄 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/43 **Author:** [@BreizhHardware](https://github.com/BreizhHardware) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `main` ← **Head:** `feat/screen-rotation` --- ### 📝 Commits (3) - [`1a71db9`](https://github.com/appen-isen/studysen/commit/1a71db95d15022ca2f6d18a8c36e275326ffd763) feat(planning): add scroll view for better event planning display and update app configuration for screen rotation and background start - [`c65297d`](https://github.com/appen-isen/studysen/commit/c65297d99773ccfd0798933287bd5dc4800cc441) style: format code for consistency and readability across multiple files - [`ae70e96`](https://github.com/appen-isen/studysen/commit/ae70e96992732554f9c25dc1e266577135ef43cb) Merge branch 'main' into feat/screen-rotation ### 📊 Changes **29 files changed** (+255 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `app.json` (+77 -65) 📝 `app/(settings)/credits.tsx` (+3 -1) 📝 `app/(settings)/notifications.tsx` (+9 -5) 📝 `app/(tabs)/_layout.tsx` (+2 -2) 📝 `app/(tabs)/index.tsx` (+13 -13) 📝 `app/(tabs)/notes.tsx` (+2 -2) 📝 `app/(tabs)/planning.tsx` (+34 -19) 📝 `app/(tabs)/settings.tsx` (+2 -2) 📝 `app/login.tsx` (+4 -3) 📝 `components/ExternalLink.tsx` (+1 -1) 📝 `components/Inputs.tsx` (+3 -3) 📝 `components/modals/ContactModal.tsx` (+1 -1) 📝 `components/modals/EventModal.tsx` (+1 -1) 📝 `components/modals/IssueModal.tsx` (+1 -1) 📝 `components/planning/PlanningList.tsx` (+4 -4) 📝 `components/planning/PlanningWeek.tsx` (+3 -3) 📝 `constants/Colors.ts` (+1 -1) 📝 `package-lock.json` (+26 -0) 📝 `package.json` (+2 -0) 📝 `store/secureStore.ts` (+1 -1) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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:41 +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#66
No description provided.