aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/FormPage/Navigation.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Eslint on new changesGravatar Joe Banks2025-08-08-1/+1
|
* Pass precheck data down tree for submissionGravatar Joe Banks2025-08-08-10/+7
|
* Simplify Navigation ComponentGravatar Hassan Abouelela2022-07-19-89/+22
| | | | | | | Extract the styles from the navigation component to common styles, and convert it to a function component. Signed-off-by: Hassan Abouelela <[email protected]>
* Restructure FormPageGravatar Hassan Abouelela2022-07-01-0/+107
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]>