Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | Adds Error Handling To Auth Helpers | 2021-02-16 | -18/+57 | ||
| | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | Dynamically Show Discord OAuth Button | 2021-02-13 | -37/+74 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dynamically displays an auth button in place of the submit button if needed, and adds full authorization flow. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | Makes Authorize Helper Async | 2021-02-13 | -3/+5 | ||
| | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | Cleans Up OAuth Button | 2021-02-13 | -81/+23 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes OAuth button from home page, and redesigns it. Uses new authorization functionality in auth. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | Adds Basic Auth Functionality | 2021-02-13 | -10/+218 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves all authorization functionality to a new file, and adds a helper to send discord OAuth code to the backend, and set JWT. Adds a library to read and set cookies. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | | | | Makes Code Inputs TextAreas | 2021-03-07 | -6/+1 | ||
| |_|/ |/| | | | | | | | | | | | | | | | | | Changes the display of code to textareas until a proper solution is implemented. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
* | | | Fixes Radio Button Rounding | 2021-03-07 | -1/+1 | ||
| |/ |/| | | | | | | | | | Makes radio buttons spheres instead of ovals. Signed-off-by: Hassan Abouelela <[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 | ||
| | |