Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Don't overwrite user selection | 2021-02-18 | -3/+5 | ||
| | | |||||
* | | Add focus handler for select (thanks Scaleios) | 2021-02-18 | -1/+7 | ||
| | | |||||
* | | Remove unnecessary parameters from blur handler type annotations | 2021-02-18 | -5/+5 | ||
| | | |||||
* | | Mark range and radio valid after change | 2021-02-18 | -0/+5 | ||
| | | |||||
* | | Add blur handler to Radio and Range | 2021-02-17 | -6/+8 | ||
| | | |||||
* | | Make all blur handler names matching | 2021-02-08 | -5/+5 | ||
| | | |||||
* | | Change blur handler name in Select | 2021-02-08 | -2/+2 | ||
| | | |||||
* | | Change ShortText blur handler name | 2021-02-08 | -2/+2 | ||
| | | |||||
* | | Set z-index and position for error message CSS | 2021-02-08 | -0/+2 | ||
| | | |||||
* | | Fix CSS visibilty attribute | 2021-02-08 | -1/+1 | ||
| | | | | | | Co-authored-by: Hassan Abouelela <[email protected]> | ||||
* | | Remove trailing whitespaces | 2021-02-08 | -3/+3 | ||
| | | |||||
* | | Implement focusing text fields if empty on submit | 2021-02-08 | -10/+17 | ||
| | | |||||
* | | Use public state instead of event value for compability | 2021-02-08 | -21/+5 | ||
| | | |||||
* | | Toggle visibility instead returning null when no error should be shown | 2021-02-05 | -10/+7 | ||
| | | |||||
* | | Merge branch 'forms-submitting' of ↵ | 2021-01-21 | -2/+1 | ||
|\ \ | | | | | | | | | | https://github.com/python-discord/forms-frontend into forms-submitting | ||||
| * | | Remove unnecessary ESLint disable | 2021-01-21 | -1/+0 | ||
| | | | |||||
| * | | Add space to union both sides | 2021-01-21 | -1/+1 | ||
| | | | | | | | | | Co-authored-by: Hassan Abouelela <[email protected]> | ||||
* | | | Use relative units | 2021-01-21 | -3/+3 | ||
|/ / | |||||
* | | 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 | ||
| | | |||||
* | | Implement shadow for Select | 2021-01-18 | -5/+5 | ||
| | | |||||
* | | 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 | -6/+22 | ||
| | | |||||
* | | Pass blur handler and valid property to ShortText | 2021-01-18 | -1/+1 | ||
| | | |||||
* | | Implement validation to ShortText component | 2021-01-18 | -4/+9 | ||
| | | |||||
* | | Add required validator for ShortText | 2021-01-18 | -1/+16 | ||
| | | |||||
* | | Change ErrorMessage CSS properties | 2021-01-18 | -2/+2 | ||
| | | |||||
* | | Relay blur handler to specific component and cleanup | 2021-01-18 | -9/+4 | ||
| | | |||||
* | | Move ErrorMessage from TextArea component to Question | 2021-01-18 | -11/+36 | ||
| | | |||||
* | | Move invalid styles to common styles | 2021-01-18 | -9/+1 | ||
| | | |||||
* | | Provide valid and error message data to TextArea component | 2021-01-18 | -2/+11 | ||
| | | |||||
* | | Display invalid information for TextArea | 2021-01-18 | -2/+18 | ||
| | | |||||
* | | Add valid and error to public state and required check for textarea | 2021-01-18 | -0/+9 | ||
| | | |||||
* | | Create new ErrorMessage component for showing field error messages | 2021-01-18 | -0/+25 | ||
| | | |||||
* | | Add required props to form field types | 2021-01-17 | -9/+13 | ||
|/ | |||||
* | Centers Title With No Description | 2021-01-17 | -6/+14 | ||
| | | | | | | | | Makes the header bar title take up more space when no title is provided, and stops the page from rendering the description. Co-authored-by: Joe Banks <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Removes Leading Underscore From Variables | 2021-01-17 | -11/+11 | ||
| | | | | | Co-authored-by: Joe Banks <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Updates Switch Statement Indent | 2021-01-17 | -56/+56 | ||
| | | | | | | | Changes the switch statement indentation level to 1 in the eslint config, and updates files accordingly. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Shows Pointer On Scroll Button | 2021-01-17 | -0/+2 | ||
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Closes Select Menu On Click | 2021-01-17 | -2/+23 | ||
| | | | | | | | Adds logic to close the select menu when clicked, if the menu was already open. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Updates Transition Speed | 2021-01-17 | -3/+3 | ||
| | | | | | | | Increases select and deselect transition speeds for checkboxes, radios, and selects. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Rewrites Radios | 2021-01-16 | -2/+23 | ||
| | | | | | | | Rewrites radios to be more fitting with the general theme and style, and to be more consistent across browsers. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Rewrites Select Component | 2021-01-16 | -56/+98 | ||
| | | | | | | | Rewrites select to be more accessible, and to have more predictable behavior across browsers and devices. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Rewrites Components For Accessibility | 2021-01-16 | -69/+35 | ||
| | | | | | | | 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 | -2/+1 | ||
| | | | | | | Minor adjustments following the first round of open feedback. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Polyfills Smooth Scroll | 2021-01-16 | -0/+3 | ||
| | | | | | | Pollyfills smooth scroll on the scroll to top button. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | Lock textarea resizing to vertical | 2021-01-11 | -0/+1 | ||
| | |||||
* | Fixes Subtle Alignment Issues | 2021-01-10 | -1/+1 | ||
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> |