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

Development #173

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0aa61eb
show user/pass when in development environment
Oct 21, 2020
7ffd8e1
adding .idea to gitignore
Oct 21, 2020
7b86ad4
Revert "adding .idea to gitignore"
Oct 21, 2020
d948fc2
adding .idea to gitignore
shankj3 Oct 21, 2020
95727e5
1-eliminated side navbar scrollbars
jebeni777 Oct 27, 2020
03af54d
fix errors in main/index.js
shankj3 Oct 27, 2020
0110f9b
Merge branch 'master' of github.com:un-loop/participant-portal into d…
shankj3 Oct 27, 2020
bc9744c
Merge branch 'development' of github.com:un-loop/participant-portal i…
shankj3 Oct 27, 2020
35db232
1-eliminated side navbar scrollbars
jebeni777 Oct 27, 2020
427f7a3
Merge branch 'development' of github.com:un-loop/participant-portal i…
shankj3 Oct 27, 2020
df05802
1-eliminated side navbar scrollbar
jebeni777 Oct 27, 2020
6c0fa55
Merge pull request #5 from un-loop/development
shankj3 Oct 27, 2020
0407616
Fixed Fonts in Bulk Assignments #6
jebeni777 Oct 27, 2020
050fed0
Added Typography to unstyled text
jebeni777 Oct 28, 2020
9778ed2
undid font fix from styles files
jebeni777 Oct 28, 2020
aed3582
Merge pull request #7 from un-loop/fix-fonts-in-bulk-assignments
shankj3 Oct 29, 2020
e29212e
Save Button in Bulk Assignment
jebeni777 Oct 29, 2020
10984c8
Merge branch 'development' of https://github.com/un-loop/participant-…
jebeni777 Oct 29, 2020
61333b9
Conditionally Enable Save Button
jebeni777 Oct 30, 2020
0383bcb
Refactored forwardButtonEnabled logic
jebeni777 Nov 2, 2020
4e68726
Merge pull request #10 from un-loop/Bulk-Assign-Conditional-Save
shankj3 Nov 2, 2020
1134197
Fixed Console Errors Throughout
jebeni777 Nov 2, 2020
2f7b3fe
Edited more PropType errors found
jebeni777 Nov 3, 2020
10519e6
add participant and staff types back into rails admin view
shankj3 Nov 3, 2020
029da87
Merge branch 'development' of github.com:un-loop/participant-portal i…
shankj3 Nov 3, 2020
4af9c57
Merge branch 'master' of github.com:un-loop/participant-portal into d…
shankj3 Nov 5, 2020
fa43625
Merge pull request #15 from un-loop/Cleanup-console-errors
shankj3 Nov 13, 2020
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 @@ -44,3 +44,4 @@ yarn-debug.log*

#Ignore AWS env vars
/aws.env
.idea/
Loading