Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | 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 | ||
| | | |||||
| * | 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/+9 | ||
| | | |||||
| * | 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 | ||
| | | |||||
* | | Removes Cross Env | 2021-02-03 | -4/+4 | ||
| | | | | | | | | | | | | | | | | Webpack released support for passing node-env as an argument, meaning we no longer need cross-env to define environment variables. Other usages of cross-env were also removed. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | | Cleans Up Some Warnings | 2021-01-26 | -6/+13 | ||
| | | | | | | | | | | | | Makes slight modifications to handle some minor warnings. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | | Removes Unused Resources | 2021-01-26 | -7/+0 | ||
| | | | | | | | | | | | | Removes renovate config, and react logo. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | | Adds Sentry Release Tags | 2021-01-21 | -0/+5 | ||
|/ | | | | | | | Adds tags for sentry release, either containing the PR number or branch name. Signed-off-by: Hassan Abouelela <[email protected]> |