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

Nathan/new time picker #273

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5086bb2
Enable preview per PR
Jan 22, 2023
3753ea3
Merge branch 'main' into bog-changes-s23
Jan 22, 2023
383152c
Migrate schedule data schema to version 3; fix deploy preview bugs
Jan 22, 2023
28fdaba
Add yarn secrets
Jan 25, 2023
76d2a2d
Create PR template
Jan 25, 2023
c4d5702
Fix deploy preview bugs
Jan 29, 2023
8109464
Update Course Combination Algorithm (#155)
samarth52 Feb 5, 2023
06c2ae9
Emily/148-seperate-course-reccuring (#156)
EmilyAL001 Feb 7, 2023
6b7db7c
Create Event component (#157)
sophiazlin Feb 7, 2023
8808a65
Recurring Event Input Form (#158)
nathangong Feb 7, 2023
8fee760
Yatharth/152 conflict algo update (#159)
yatharth-b Feb 7, 2023
cdbc873
Integrate event components (#166)
nhatnghiho Feb 13, 2023
a6a84e6
Display custom blocks (#165)
sophiazlin Feb 23, 2023
efac436
Update sort algorithm for "most compact" (#167)
nathangong Feb 23, 2023
0fa5e8f
Add Initial Friends Schema (#168)
yatharth-b Feb 24, 2023
97c5ae9
Emily/162 send invitation modal (#169)
EmilyAL001 Feb 24, 2023
75d4eea
Send Email Invitation to Friends (#170)
samarth52 Feb 24, 2023
20c58a2
Merge branch 'main' into bog-changes-s23
Mar 31, 2023
adfc241
Merge branch 'main' into bog-changes-s23
Mar 31, 2023
f0c3319
Merge branch 'main' into bog-changes-s23
Apr 21, 2023
0aadccb
Create custom time picker (broken)
nathangong Apr 25, 2023
501ee4b
Fix bugs (still broken)
nathangong Apr 26, 2023
ac24199
Address eslint warnings
nathangong Apr 26, 2023
a007afa
More eslint
nathangong Apr 26, 2023
331ee25
fix nathan bug
yatharth-b Apr 27, 2023
2466946
Finalize new time picker (#271)
iphonecats Feb 4, 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
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
/tests/fixtures/**
/tests/performance/**
/tmp/**
/src/vendor/**
/src/vendor/**
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"react-map-gl": "5.2.11",
"react-overlays": "^5.1.1",
"react-resize-panel": "^0.3.5",
"react-router-dom": "^6.8.1",
"react-scripts": "5.0.1",
"react-tooltip": "^5.5.1",
"react-transition-group": "^4.4.2",
Expand Down Expand Up @@ -84,7 +85,7 @@
"secrets:linux": "echo Enter Bitwarden Password: && read BW_PASSWORD && (bw logout || exit 0) && export BW_SESSION=`bw login [email protected] $BW_PASSWORD --raw` && npm run secrets:get",
"secrets:windows": "set /p BW_PASSWORD=Enter Bitwarden Password:&& (bw logout || VER>NUL) && npm run secrets:login",
"secrets:login": "FOR /F %a IN ('bw login [email protected] %BW_PASSWORD% --raw') DO SET BW_SESSION=%a && npm run secrets:get",
"secrets:get": "bw sync && bw get item gt-scheduler/.env.development.local | fx .notes > \".env\""
"secrets:get": "bw sync && bw get item gt-scheduler/website/.env.development.local | fx .notes > \".env\""
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Loading
Loading