Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Cleans Up Some Warnings | 2021-01-26 | -1/+1 | |
| | | | | | | Makes slight modifications to handle some minor warnings. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Updates Switch Statement Indent | 2021-01-17 | -2/+2 | |
| | | | | | | | Changes the switch statement indentation level to 1 in the eslint config, and updates files accordingly. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Minor Style Adjustments | 2021-01-16 | -0/+4 | |
| | | | | | | Minor adjustments following the first round of open feedback. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Breaks Up CSS Into Components | 2021-01-06 | -479/+141 | |
| | | | | | | | | Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds Question Rendering | 2021-01-06 | -10/+518 | |
| | | | | | | | | Adds a question component, and calls it on form page. Adds styling for input types and form page. Lays foundation for validation and submission. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Implements Scroll Button | 2021-01-06 | -3/+4 | |
| | | | | | | | Adds a scroll to top button to the landing page, and form pages to make navigation easier on long pages. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Fixes Preexisting Linting Issues | 2021-01-03 | -30/+30 | |
| | | | | | | | Fixes all errors, and most warnings generated by eslint. Most were fixed by eslint automatically such as indentation and quotes. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Fetch forms only once in discovery | 2020-12-16 | -1/+1 | |
| | ||||
* | replace @emotion/core with @emotion/react | 2020-12-16 | -3/+3 | |
| | ||||
* | Update LandingPage to use forms from API | 2020-12-14 | -2/+17 | |
| | ||||
* | Move loading to different component | 2020-12-14 | -12/+2 | |
| | ||||
* | Use location instead of document.location in callback | 2020-10-12 | -1/+1 | |
| | ||||
* | Re-add the OAuth2 button to the home page | 2020-10-06 | -1/+4 | |
| | ||||
* | When a code is received post it back to the opener | 2020-10-06 | -0/+17 | |
| | ||||
* | Add a key to the form listings | 2020-10-05 | -1/+1 | |
| | ||||
* | Experiment concluded that hash the best choice | 2020-10-05 | -9/+2 | |
| | ||||
* | Add experiment for loading pages | 2020-10-05 | -2/+9 | |
| | ||||
* | Major rewrite of forms page to render specific form | 2020-10-05 | -3/+40 | |
| | ||||
* | Add dummy form data for fetching form listings | 2020-09-30 | -2/+7 | |
| | ||||
* | Add a dummy page for form information | 2020-09-29 | -0/+12 | |
| | ||||
* | Change landing page structure to be centered | 2020-09-28 | -7/+11 | |
| | ||||
* | Use Uni Sans font for header | 2020-09-28 | -3/+0 | |
| | ||||
* | Initial commit | 2020-09-28 | -0/+24 | |