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

Fix: New Pronote ✨ response format ✨ #633

Merged
merged 45 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
d0f0681
feat(Grades/Document): show `??` instead of `-1.00`
Gabriel29306 Jan 11, 2025
da1caf1
chore(deps): Pawnote to 1.3.6
Gabriel29306 Jan 11, 2025
bc45569
fix: Pressable import
Gabriel29306 Jan 11, 2025
ad5509c
chore(dev): remove dev logs
Gabriel29306 Jan 11, 2025
4a57dd3
lint: correct type for `AnimatedNumber`
Gabriel29306 Jan 11, 2025
f4ec494
fix: grade reaction in dev menu
Gabriel29306 Jan 11, 2025
7def8aa
feat(errors): better description for `evaluation.ts`, `grades.ts`, `h…
Gabriel29306 Jan 11, 2025
914b419
lint
Gabriel29306 Jan 11, 2025
bbf9b32
feat(Grades/Subject): Show `N.Not` instead of `N/A`
Gabriel29306 Jan 12, 2025
e19689f
fix(Grade/Graph): ignore -1 in grade history
Gabriel29306 Jan 12, 2025
a3fbe49
fix(Grades/SubjectDocument): Show `N.Not` instead of `-1.00`
Gabriel29306 Jan 12, 2025
e0dfcc2
lint: code simplification
Gabriel29306 Jan 12, 2025
75f455f
Merge branch 'main' into repair-pronote
Gabriel29306 Jan 12, 2025
ba4fa2d
Merge branch 'main' into repair-pronote
Gabriel29306 Jan 12, 2025
f525b0d
Merge branch 'main' of https://github.com/PapillonApp/Papillon into r…
Gabriel29306 Jan 17, 2025
fafdd79
fix: bad comparaison
Gabriel29306 Jan 17, 2025
a41fd1c
lint: wrong indentation
Gabriel29306 Jan 17, 2025
242496d
chore(deps): update pawnote to 1.4.0
Gabriel29306 Jan 17, 2025
a37092c
Merge branch 'main' into repair-pronote
Gabriel29306 Jan 18, 2025
880c3ec
fix(merge): error during merge
Gabriel29306 Jan 18, 2025
6e9f305
fix(lint): incompatble type
Gabriel29306 Jan 18, 2025
37cdf17
lint: unused imports
Gabriel29306 Jan 18, 2025
8eaeee7
fix(average): enhance overall avarage calcul
Gabriel29306 Jan 18, 2025
8426b91
Merge branch 'main' into repair-pronote
Gabriel29306 Jan 21, 2025
ceb7da6
fix(DevMenu): add status to grades for GradeReaction screen
Gabriel29306 Jan 24, 2025
2cb4c05
fix(Subject): PickerDataItem => PickerData
Gabriel29306 Jan 24, 2025
df869f6
fix: PickerData type is already a array
Gabriel29306 Jan 24, 2025
c4ddf67
fix: is it going to work this way ?
Gabriel29306 Jan 24, 2025
8119ac4
fix(missing import): MissingItem
Gabriel29306 Jan 24, 2025
8c09208
chore: revert `src/components/Global/PapillonPicker.tsx` to `8426b918`
Gabriel29306 Jan 24, 2025
6f75754
lint: the final show
Gabriel29306 Jan 24, 2025
884fbc0
lint: unused import
Gabriel29306 Jan 24, 2025
a88b935
feat(grade): Don't show category if there is no value (keep value wit…
Gabriel29306 Jan 24, 2025
cd914ad
feat(Grades/Subject): simplify logic
Gabriel29306 Jan 24, 2025
4f4520d
Merge branch 'main' into repair-pronote
Gabriel29306 Jan 25, 2025
a888eb6
Merge remote-tracking branch 'origin' into repair-pronote
Gabriel29306 Jan 25, 2025
4ad231e
chore: update `Pawote` to v1.4.1
Gabriel29306 Jan 25, 2025
7722256
lint
Gabriel29306 Jan 25, 2025
f22cfc1
lint: missing `Maximize2`
Gabriel29306 Jan 25, 2025
47529e4
fix: don't import anything from `react-native-share`
Gabriel29306 Jan 26, 2025
bb74c74
Merge remote-tracking branch 'origin/main' into better-logs
Gabriel29306 Jan 26, 2025
5db139f
feat(PapiReal): Show warning when no authorization
godetremy Jan 26, 2025
7fc314f
Merge branch 'main' into repair-pronote
Gabriel29306 Jan 26, 2025
5752e5b
fix(GradesAverageGraph): filter out NaN values from grades history
ecnivtwelve Jan 28, 2025
1b40e76
Merge branch 'main' into repair-pronote
ecnivtwelve Jan 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): Pawnote to 1.3.6
Signed-off-by: Gabriel29306 <[email protected]>
Gabriel29306 committed Jan 11, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit da1caf1564fe871043b1e01a174b7ac8e1428816
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@
"openid-client": "^5.7.0",
"pawdirecte": "^1.7.1",
"pawnilim": "^0.2.0",
"pawnote": "^1.3.4",
"pawnote": "^1.3.6",
"pawrd": "^0.6.1",
"react": "18.2.0",
"react-native": "^0.74.3",