Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | Bump @types/node from 14.14.25 to 14.14.30 | 2021-02-19 | -5/+5 | ||
| | |/ | |/| | | | | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.25 to 14.14.30. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | | | Adds Missing Fields To Test Models | 2021-02-19 | -3/+6 | ||
| | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | | | Merge pull request #91 from python-discord/forms-submitting | 2021-02-19 | -38/+311 | ||
|\ \ \ | |/ / |/| | | Form submission validation and submitting | ||||
| * | | Remove TODO | 2021-02-18 | -1/+1 | ||
| | | | |||||
| * | | 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 | ||
| | | | |||||
| * | | Revert change of gathering checkbox values | 2021-02-18 | -9/+12 | ||
| | | | |||||
| * | | Add blur handler to Radio and Range | 2021-02-17 | -6/+8 | ||
| | | | |||||
| * | | Move CSS back under navigation class to avoid messy diff | 2021-02-17 | -52/+52 | ||
| | | | |||||
| * | | Unfocus currently focused element before scrolling to invalid question | 2021-02-17 | -0/+5 | ||
| | | | |||||
| * | | 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 | -4/+4 | ||
| | | | |||||
| * | | Create refMap to avoid errors on direct ref access | 2021-02-08 | -3/+9 | ||
| | | | |||||
| * | | Implement focusing text fields if empty on submit | 2021-02-08 | -11/+22 | ||
| | | | |||||
| * | | Rename invalid field IDs variable | 2021-02-08 | -4/+4 | ||
| | | | |||||
| * | | Improve submit data gathering | 2021-02-08 | -10/+6 | ||
| | | | |||||
| * | | Add nullability check for ref | 2021-02-08 | -1/+1 | ||
| | | | |||||
| * | | Simplify if check | 2021-02-08 | -1/+1 | ||
| | | | |||||
| * | | Improve and simplify checkboxes gathering | 2021-02-08 | -12/+11 | ||
| | | | | | | | | | Co-authored-by: Hassan Abouelela <[email protected]> | ||||
| * | | 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 | ||
| | | | |||||
| * | | Use border-color: transparent instead border: none | 2021-02-05 | -1/+1 | ||
| | | | |||||
| * | | Move container and return styles back to FormPage | 2021-01-28 | -54/+51 | ||
| | | | |||||
| * | | Remove unnecessary separator from sent form return home button | 2021-01-28 | -12/+10 | ||
| | | | |||||
| * | | Remove debugging setSent | 2021-01-23 | -1/+0 | ||
| | | | |||||
| * | | 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 | -6/+7 | ||
| |/ / | |||||
| * | | Implement dynamic showing of form submitted text | 2021-01-21 | -4/+6 | ||
| | | | |||||
| * | | Add submitted_text field to form | 2021-01-21 | -1/+2 | ||
| | | | |||||
| * | | Add state for displaying thanks for submitting showing | 2021-01-20 | -65/+101 | ||
| | | | |||||
| * | | Merge switch's cases | 2021-01-19 | -22/+2 | ||
| | | | |||||
| * | | Add webkit CSS to invalidStyle to support Safari | 2021-01-19 | -0/+2 | ||
| | | | |||||
| * | | Un-refactor map to array for questions | 2021-01-19 | -11/+7 | ||
| | | | |||||
| * | | Implement form submitting | 2021-01-19 | -3/+30 | ||
| | | | |||||
| * | | Remove preventDefault from end | 2021-01-19 | -2/+0 | ||
| | | | |||||
| * | | Add preventDefault to avoid reloading of page | 2021-01-19 | -0/+1 | ||
| | | | |||||
| * | | Implement before-submit validation (broken, crashing) | 2021-01-19 | -5/+94 | ||
| | | | |||||
| * | | 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 | ||
| | | |