Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Eslint on new changes | 2025-08-08 | -1/+1 | |
| | ||||
* | Pass precheck data down tree for submission | 2025-08-08 | -10/+7 | |
| | ||||
* | Simplify Navigation Component | 2022-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 FormPage | 2022-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]> |