Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add new unittestsFailed public_state field | 2022-03-14 | -1/+12 | |
| | | | | | New field to determine if a unittest failed and provide feedback to the user. | |||
* | Merge pull request #224 from python-discord/codemirror | 2021-06-19 | -2/+20 | |
|\ | | | | | Implement code field using CodeMirror 6 beta | |||
| * | Update HTML Element handler comment | 2021-06-07 | -1/+1 | |
| | | ||||
| * | Implement code field | 2021-05-07 | -1/+19 | |
| | | ||||
* | | Adds Support For Linebreaks In Content | 2021-06-10 | -7/+16 | |
|/ | | | | | Adds support for inserting line breaks in question names, and in the case of sections, question data. | |||
* | Mark range and radio valid after change | 2021-02-18 | -0/+5 | |
| | ||||
* | Remove trailing whitespaces | 2021-02-08 | -3/+3 | |
| | ||||
* | Implement focusing text fields if empty on submit | 2021-02-08 | -2/+4 | |
| | ||||
* | Use public state instead of event value for compability | 2021-02-08 | -19/+3 | |
| | ||||
* | Remove unnecessary ESLint disable | 2021-01-21 | -1/+0 | |
| | ||||
* | Merge switch's cases | 2021-01-19 | -22/+2 | |
| | ||||
* | Implement before-submit validation (broken, crashing) | 2021-01-19 | -1/+62 | |
| | ||||
* | Implement validation for checkboxes | 2021-01-19 | -0/+18 | |
| | ||||
* | Simplify required checking onBlur function | 2021-01-18 | -15/+13 | |
| | ||||
* | Merge on blur functions to one | 2021-01-18 | -43/+37 | |
| | ||||
* | Implement Select field required check | 2021-01-18 | -2/+17 | |
| | ||||
* | Add required validator for ShortText | 2021-01-18 | -1/+16 | |
| | ||||
* | Move ErrorMessage from TextArea component to Question | 2021-01-18 | -4/+32 | |
| | ||||
* | Add valid and error to public state and required check for textarea | 2021-01-18 | -0/+9 | |
| | ||||
* | Removes Leading Underscore From Variables | 2021-01-17 | -9/+9 | |
| | | | | | Co-authored-by: Joe Banks <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Updates Switch Statement Indent | 2021-01-17 | -32/+32 | |
| | | | | | | | Changes the switch statement indentation level to 1 in the eslint config, and updates files accordingly. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Rewrites Components For Accessibility | 2021-01-16 | -7/+4 | |
| | | | | | | | Makes major changes to the structuring of checkboxes, and ranges to be more accessible to all users. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Minor Style Adjustments | 2021-01-16 | -1/+1 | |
| | | | | | | Minor adjustments following the first round of open feedback. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Breaks Up CSS Into Components | 2021-01-06 | -10/+51 | |
| | | | | | | | | Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds Question Rendering | 2021-01-06 | -0/+128 | |
Adds a question component, and calls it on form page. Adds styling for input types and form page. Lays foundation for validation and submission. Signed-off-by: Hassan Abouelela <[email protected]> |