Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e8c202d
calendario draft
DiegoZaff Jul 11, 2023
36b2323
new approach for borders period
DiegoZaff Jul 15, 2023
e71619b
adjustaments
DiegoZaff Jul 15, 2023
fbb6cd6
icons
DiegoZaff Jul 16, 2023
b7680e7
Calendar bottomSheet Flow
DiegoZaff Aug 4, 2023
c177fce
Add and remove event
DiegoZaff Aug 5, 2023
154d14c
polimi events in calendar
DiegoZaff Aug 26, 2023
adfb3a1
calendar event details and notes
DiegoZaff Aug 26, 2023
13822e7
Merge branch 'main' into feature/CU-863h2w3kv
DiegoZaff Aug 26, 2023
de16c25
Daily Events Progress Flow
DiegoZaff Sep 16, 2023
9969c01
notification reminder in calendar events
DiegoZaff Sep 16, 2023
446eef1
bug fix
DiegoZaff Sep 21, 2023
30252a1
dark mode and a months page
DiegoZaff Sep 30, 2023
3420553
improve ux and optimizations
DiegoZaff Oct 26, 2023
e32e29c
datesOnlyPeriods removed
DiegoZaff Oct 27, 2023
37625f9
all months bug fix
DiegoZaff Oct 27, 2023
0bb0a86
bug fixes
DiegoZaff Oct 27, 2023
197ab54
i18n
DiegoZaff Oct 27, 2023
9560109
added some calendar periods t.t
DiegoZaff Oct 27, 2023
52789ca
Merge branch 'main' into feature/CU-863h2w3kv
DiegoZaff Oct 29, 2023
a712a38
import eslint rule and interface-class merging fix
DiegoZaff Oct 29, 2023
68a7a7f
probabilmente è questo che fa fallire i test
toto04 Dec 9, 2023
1b3d379
kind of improved rendering?
toto04 Jan 30, 2024
3b1951d
Merge remote-tracking branch 'origin/main' into feature/CU-863h2w3kv
toto04 Jan 30, 2024
280a5de
update a bunch of stuff
toto04 Mar 2, 2024
2732e92
linciato tanta di quella roba mamma mia
toto04 Mar 2, 2024
f3f0b05
streamlined marked dates
toto04 Mar 2, 2024
9df89de
lint temp fix
toto04 Mar 2, 2024
05b4436
bottom sheet proof of concept
toto04 Mar 2, 2024
027e3da
aren't full colors just beautiful
toto04 Mar 2, 2024
5dda2bf
a different take on design
toto04 Mar 5, 2024
a0526b3
correct markings for selected day and today
toto04 May 4, 2024
8cdcff5
formatDateOnlyString function
toto04 May 4, 2024
58fdd07
dynamic call poc
toto04 May 7, 2024
57dc5cc
Merge remote-tracking branch 'origin/main' into feature/CU-863h2w3kv
toto04 Aug 9, 2024
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ npm-debug.*
*.orig.*
web-build/
.env
%ProgramData%

# macOS
.DS_Store
Expand Down
9 changes: 4 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug in Exponent",
"cwd": "${workspaceFolder}",
"type": "reactnative",
"request": "launch",
"platform": "exponent"
"name": "Attach to Hermes application - Experimental",
"request": "attach",
"type": "reactnativedirect",
"cwd": "${workspaceFolder}"
}
]
}
4 changes: 1 addition & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/3279e65d-78fe-4db0-9d4f-368a501f4912"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"googleServicesFile": "./config/GoogleService-Info.plist",
"supportsTablet": true,
Expand Down
17 changes: 17 additions & 0 deletions assets/calendar/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/calendar/cape_calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/calendar/emoticons/boom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/calendar/emoticons/broken_heart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/calendar/emoticons/cry_face.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/calendar/emoticons/desperate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/calendar/emoticons/fall_in_love.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/calendar/emoticons/grinning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading