Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add one and five day timetable layout option #155

Merged
merged 17 commits into from
Dec 25, 2024

Conversation

Robert27
Copy link
Member

This pull request includes several changes to the ios/NeulandNext.xcodeproj/project.pbxproj file and updates to the package.json dependencies. The most important changes include the reorganization of the project file references and the addition of new dependencies.

Project File Reorganization:

  • Replaced references to Pods_NeulandNext.framework and updated the Pods-NeulandNext.debug.xcconfig and Pods-NeulandNext.release.xcconfig file references. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

Dependency Updates:

  • Updated @react-navigation/native from ^7.0.0 to ^7.0.14 and added @react-native-menu/menu version ^1.1.7.
  • Updated expo from ~52.0.20 to ~52.0.21 and expo-alternate-app-icons from ^1.1.0 to ^1.2.0.
  • Updated i18next from ^24.1.2 to ^24.2.0.
  • Added new dependencies: react-native-ios-context-menu version ^2.5.3, react-native-ios-utilities version ^4.5.1, and zeego version ^2.0.4. [1] [2]
  • Updated react-native-reanimated from ~3.16.5 to ~3.16.6.

Resolves #103

@Robert27 Robert27 marked this pull request as ready for review December 24, 2024 18:15
@Copilot Copilot bot review requested due to automatic review settings December 24, 2024 18:15
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 16 out of 31 changed files in this pull request and generated 1 comment.

Files not reviewed (15)
  • android/app/build.gradle: Language not supported
  • android/app/src/main/res/drawable/check.xml: Language not supported
  • android/app/src/main/res/values/styles.xml: Language not supported
  • android/gradle.properties: Language not supported
  • app.config.json: Language not supported
  • ios/NeulandNext.xcodeproj/project.pbxproj: Language not supported
  • ios/Podfile.properties.json: Language not supported
  • ios/ci_scripts/ci_post_clone.sh: Language not supported
  • package.json: Language not supported
  • src/components/Menu/DropdownMenuSubContent.tsx: Evaluated as low risk
  • src/components/Menu/DropdownMenuTrigger.tsx: Evaluated as low risk
  • src/components/Timetable/HeaderButtons.tsx: Evaluated as low risk
  • src/components/Timetable/Menu.ios.tsx: Evaluated as low risk
  • src/components/Dashboard/HeaderRight.tsx: Evaluated as low risk
  • src/components/Cards/BaseCard.tsx: Evaluated as low risk
Comments suppressed due to low confidence (1)

src/components/Menu/DropdownMenuItem.tsx:45

  • The 'outline' property is redundant because 'outlineStyle: 'none'' is already specified.
outline: 'none',

src/components/Menu/DropdownMenuItem.tsx Show resolved Hide resolved
@Robert27 Robert27 merged commit 6b119d7 into develop Dec 25, 2024
4 checks passed
@Robert27 Robert27 deleted the feat/timetable-modes branch December 25, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add layout options for week calendar
1 participant