Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Breaks Up CSS Into Components | 2021-01-06 | -42/+315 | ||
| | | | | | | | | 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 | -0/+128 | ||
| | | | | | | | | 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 Input Types | 2021-01-06 | -0/+256 | ||
| | | | | | | | Adds functionality and JSX for all input types. Adds a dispatcher that can pick and return the needed element. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Implements Scroll Button | 2021-01-06 | -0/+87 | ||
| | | | | | | | 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]> | ||||
* | Updates HeaderBar | 2021-01-04 | -40/+94 | ||
| | | | | | | | | Changes header bar component to accept a description, and render it properly on different screens. Additionally adds a button to return to the home page. Updates tests. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Fixes Preexisting Linting Issues | 2021-01-03 | -62/+62 | ||
| | | | | | | | 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]> | ||||
* | Implement new loader | 2021-01-02 | -3/+3 | ||
| | |||||
* | Update Loading component | 2020-12-16 | -2/+2 | ||
| | |||||
* | replace @emotion/core with @emotion/react | 2020-12-16 | -5/+5 | ||
| | |||||
* | Update FormListing component to match with new forms interface | 2020-12-14 | -5/+5 | ||
| | |||||
* | Move loading to different component | 2020-12-14 | -0/+17 | ||
| | |||||
* | Fix the SVG scaling with new SVG loader | 2020-10-12 | -6/+2 | ||
| | |||||
* | Fix tests | 2020-10-12 | -5/+4 | ||
| | |||||
* | Better handle other messages from the React DevTools extension | 2020-10-06 | -1/+1 | ||
| | |||||
* | Add a setInterval to check if the child window is manually closed | 2020-10-06 | -0/+8 | ||
| | |||||
* | On OAuth2 button click pop open Discord authorize window | 2020-10-06 | -2/+40 | ||
| | |||||
* | Update headerbar to be more responsive and take custom text | 2020-10-05 | -18/+18 | ||
| | |||||
* | Link to the form page instead of generic form URL | 2020-10-05 | -3/+3 | ||
| | |||||
* | Add dummy form data for fetching form listings | 2020-09-30 | -8/+8 | ||
| | |||||
* | Update header responsiveness | 2020-09-29 | -2/+6 | ||
| | |||||
* | Update styling and scaling and add links to FormListing | 2020-09-29 | -4/+9 | ||
| | |||||
* | Fix responsive scaling for mobile devices | 2020-09-28 | -1/+12 | ||
| | |||||
* | Add backup fonts to header and scale header at smaller scale | 2020-09-28 | -1/+5 | ||
| | |||||
* | Change opacity of header SVG | 2020-09-28 | -1/+1 | ||
| | |||||
* | Change form listing styles | 2020-09-28 | -3/+3 | ||
| | |||||
* | Use Uni Sans font for header | 2020-09-28 | -6/+7 | ||
| | |||||
* | Add initial tests | 2020-09-28 | -1/+1 | ||
| | |||||
* | Add click action to button | 2020-09-28 | -1/+1 | ||
| | |||||
* | Refactor tag to separate component | 2020-09-28 | -10/+28 | ||
| | |||||
* | Initial commit | 2020-09-28 | -0/+148 | ||