aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Prevent flash of huge loading bar on suspense loaded routesGravatar Joe Banks2024-07-10-6/+17
|
* Add AuthorizationSplash to display above content when auth in progressGravatar Joe Banks2024-07-10-0/+3
|
* Add 404 PageGravatar Hassan Abouelela2022-07-19-0/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Restructure FormPageGravatar Hassan Abouelela2022-07-01-1/+1
| | | | | | | | | | | | | The main FormPage component had gotten very out of hand, with many moving parts that were hard to parse, understand, or modify. This refactors breaks things up into separate files with better defined goals. Most changes are just straight copies without much change, however some structural changes have been introduced as a foundation for improving the app. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump React To 18.2.0Gravatar Hassan Abouelela2022-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 IssuesGravatar Hassan Abouelela2021-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 loaderGravatar Joe Banks2021-01-02-2/+2
|
* Update App.tsxGravatar Joe Banks2020-12-16-2/+2
|
* replace @emotion/core with @emotion/reactGravatar Joe Banks2020-12-16-1/+1
|
* Improve loader styleGravatar Joe Banks2020-10-12-2/+12
|
* Lazy load componentsGravatar Joe Banks2020-10-12-5/+12
|
* Add new callback routeGravatar Joe Banks2020-10-06-1/+3
|
* Add a key to the dynamic routerGravatar Joe Banks2020-10-05-1/+1
|
* Update the form pathGravatar Joe Banks2020-10-05-39/+3
|
* Reduce scale effect even moreGravatar Joe Banks2020-09-29-1/+1
|
* Reduce scale effectGravatar Joe Banks2020-09-29-1/+1
|
* Alter scale percentageGravatar Joe Banks2020-09-29-1/+1
|
* Scale the page slightly when loading new pagesGravatar Joe Banks2020-09-29-1/+3
|
* Add routing to the App, with CSS transitions for fading between pagesGravatar Joe Banks2020-09-29-1/+51
|
* Use Uni Sans font for headerGravatar Joe Banks2020-09-28-0/+5
|
* Initial commitGravatar Joe Banks2020-09-28-19/+20
|
* Initialize project using Create React AppGravatar Joe Banks2020-09-27-0/+26