Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #266 from LeGeek01/fixissue-118
Browse files Browse the repository at this point in the history
Ajout des devoirs custom sur android + fix du local id non défini
  • Loading branch information
LeGeek01 authored Jun 10, 2024
2 parents 59b87f3 + 07e0341 commit 8445182
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 8 deletions.
1 change: 1 addition & 0 deletions stacks/AppStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const AppStack = ({ navigation }) => {
component: require('../views/Devoirs/CreateHomeworkScreen').default,
options: {
presentation: 'modal',
headerTitle: "Créer un devoir"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion utils/cours/ColorCoursName.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ function getRandomColor() {
}

export default getClosestColor;
export { getClosestCourseColor, getSavedCourseColor, forceSavedCourseColor, getRandomColor };
export { getClosestCourseColor, getSavedCourseColor, forceSavedCourseColor, getRandomColor, normalizeCoursName };
Loading

0 comments on commit 8445182

Please sign in to comment.