aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/FormPage (follow)
Commit message (Collapse)AuthorAgeLines
* Eslint on new changesGravatar Joe Banks2025-08-08-3/+2
|
* Pass precheck data down tree for submissionGravatar Joe Banks2025-08-08-10/+7
|
* Update FormPage to show PrecheckDataGravatar Joe Banks2025-08-08-24/+8
|
* Remove unused linting ignoresGravatar Joe Banks2024-07-10-1/+0
|
* Add 404 PageGravatar Hassan Abouelela2022-07-19-8/+33
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Simplify Navigation ComponentGravatar Hassan Abouelela2022-07-19-111/+39
| | | | | | | Extract the styles from the navigation component to common styles, and convert it to a function component. Signed-off-by: Hassan Abouelela <[email protected]>
* Clear Authorization On ErrorGravatar Hassan Abouelela2022-07-14-0/+3
| | | | | | | Deletes the OAuth cookies when an error happens during submit. This is a stopgap till we fix the authorization issues. Signed-off-by: Hassan Abouelela <[email protected]>
* Codify Question State TypeGravatar Hassan Abouelela2022-07-01-27/+32
| | | | | | | | Uses an interface to define the RenderedQuestion component state, to reduce the required type and existence checks in the rest of the codebase. Signed-off-by: Hassan Abouelela <[email protected]>
* Remove Unused Prop From ErrorPageGravatar Hassan Abouelela2022-07-01-3/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Restructure FormPageGravatar Hassan Abouelela2022-07-01-0/+537
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]>