Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Codify Question State Type | 2022-07-01 | -26/+31 | |
| | | | | | | | | 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]> | |||
* | Restructure FormPage | 2022-07-01 | -0/+190 | |
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]> |