| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Bump React To 18.2.0 | 2022-06-18 | -26/+24 | |
| | | | | | | | | | | | | | Bump react to v18, and handle all the breaking changes. This includes bumping a lot of other dependencies to versions which support react 18, and handling the breaking changes for those. Refer to the following documents for migration guides: React: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html Router: https://reactrouter.com/docs/en/v6/upgrading/v5 Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Fixes Preexisting Linting Issues | 2021-01-03 | -38/+38 | |
| | | | | | | | | 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 | -2/+2 | |
| | | ||||
| * | Update App.tsx | 2020-12-16 | -2/+2 | |
| | | ||||
| * | replace @emotion/core with @emotion/react | 2020-12-16 | -1/+1 | |
| | | ||||
| * | Improve loader style | 2020-10-12 | -2/+12 | |
| | | ||||
| * | Lazy load components | 2020-10-12 | -5/+12 | |
| | | ||||
| * | Add new callback route | 2020-10-06 | -1/+3 | |
| | | ||||
| * | Add a key to the dynamic router | 2020-10-05 | -1/+1 | |
| | | ||||
| * | Update the form path | 2020-10-05 | -39/+3 | |
| | | ||||
| * | Reduce scale effect even more | 2020-09-29 | -1/+1 | |
| | | ||||
| * | Reduce scale effect | 2020-09-29 | -1/+1 | |
| | | ||||
| * | Alter scale percentage | 2020-09-29 | -1/+1 | |
| | | ||||
| * | Scale the page slightly when loading new pages | 2020-09-29 | -1/+3 | |
| | | ||||
| * | Add routing to the App, with CSS transitions for fading between pages | 2020-09-29 | -1/+51 | |
| | | ||||
| * | Use Uni Sans font for header | 2020-09-28 | -0/+5 | |
| | | ||||
| * | Initial commit | 2020-09-28 | -19/+20 | |
| | | ||||
| * | Initialize project using Create React App | 2020-09-27 | -0/+26 | |