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 | -8/+62 | |
|\ | | | | | Implement code field using CodeMirror 6 beta | |||
| * | Update HTML Element handler comment | 2021-06-07 | -1/+1 | |
| | | ||||
| * | Update code field styling after pulling upstream | 2021-05-30 | -5/+11 | |
| | | ||||
| * | Implement code field | 2021-05-07 | -6/+54 | |
| | | ||||
* | | 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. | |||
* | Updates Home Page Form Entry Expansion | 2021-04-24 | -1/+1 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merge pull request #141 from python-discord/discord-oauth | 2021-03-07 | -64/+56 | |
|\ | ||||
| * | Merge branch 'main' into discord-oauth | 2021-03-07 | -1/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # package.json # yarn.lock | |||
| * | | Fixes Return Home Button Centering | 2021-03-07 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes the centering of the return home button on closed forms, by removing the style wrapper. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | Merge branch 'main' into discord-oauth | 2021-02-20 | -23/+189 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # package.json # src/commonStyles.tsx # src/pages/FormPage.tsx | |||
| * | | | Removes Path From Auth | 2021-02-17 | -3/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | | Cleans Up OAuth Error Logging | 2021-02-17 | -14/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | | Cleans Up Error Display | 2021-02-16 | -2/+6 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | | Adds Error Handler For OAuth Button | 2021-02-16 | -11/+53 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | | Dynamically Show Discord OAuth Button | 2021-02-13 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]> | |||
| * | | | Cleans Up OAuth Button | 2021-02-13 | -70/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes OAuth button from home page, and redesigns it. Uses new authorization functionality in auth. 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]> | |||
* | | 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 | |
| | |