Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b84e84f
Remove createRow from ApplyPage
subhankar-panda Jan 22, 2020
b5f2773
Remove createCol from ApplyPage
subhankar-panda Jan 22, 2020
6903090
Remove createLabel from ApplyPage
subhankar-panda Jan 22, 2020
66671a6
Removed createInput from ApplyPage
subhankar-panda Jan 22, 2020
8f0fca3
removed createTextArea and linter
subhankar-panda Jan 22, 2020
0eb94c3
Removed createRadio and createTextArea from codebase
subhankar-panda Jan 22, 2020
8d7c809
Added Preview Application Feature When Application Is Closed
subhankar-panda Jan 24, 2020
da8eab4
Made Apply Button Disabled On Preview Mode
subhankar-panda Jan 24, 2020
ef266cf
Added Help Tooltip To Preview
subhankar-panda Jan 24, 2020
017bc13
Merge pull request #170 from UCSDTESC/preview-application
subhankar-panda Jan 25, 2020
23c16f3
added button to export only emails
lisalluo Jan 27, 2020
cbf5f12
small fixes
lisalluo Jan 27, 2020
453cff1
Merge pull request #171 from UCSDTESC/emails-export
subhankar-panda Jan 27, 2020
e5e1690
Remove createRow from ApplyPage
subhankar-panda Jan 22, 2020
9eeed7f
Remove createCol from ApplyPage
subhankar-panda Jan 22, 2020
2e630f0
Remove createLabel from ApplyPage
subhankar-panda Jan 22, 2020
c232547
Removed createInput from ApplyPage
subhankar-panda Jan 22, 2020
1a9fb46
removed createTextArea and linter
subhankar-panda Jan 22, 2020
e386cfb
Removed createRadio and createTextArea from codebase
subhankar-panda Jan 22, 2020
34a54e4
Completed UserSection Refactor
subhankar-panda Jan 30, 2020
b20140b
Migrated away from Fields.createError()
subhankar-panda Jan 30, 2020
78dc357
Migrated Display Components
subhankar-panda Jan 30, 2020
6472f0c
Complete Fields Refactor
subhankar-panda Jan 30, 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"migrate": "./node_modules/.bin/mm migrate",
"rollback": "./node_modules/.bin/mm down",
"heroku-postbuild": "npm run migrate && ./node_modules/.bin/gulp prod --production",
"test-server": "tsc -P ./src/server/tsconfig.json --outDir /tmp"
"test-server": "tsc -P ./src/server/tsconfig.json --outDir /tmp",
"lint": "npx tslint --project ."
},
"homepage": "https://github.com/UCSDTESC/Check-in#readme",
"dependencies": {
Expand Down
Loading