index
:
forms-frontend
beforeunload-warning
dependabot/npm_and_yarn/eslint-plugin-react-7.37.1
dependabot/npm_and_yarn/eslint/js-9.12.0
dependabot/npm_and_yarn/express-4.21.0
dependabot/npm_and_yarn/micromatch-4.0.8
dependabot/npm_and_yarn/rollup-2.79.2
dependabot/npm_and_yarn/testing-library/dom-10.4.0
dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.18.0
dependabot/npm_and_yarn/typescript-eslint/parser-7.18.0
dependabot/npm_and_yarn/webpack-5.94.0
dependabot/npm_and_yarn/webpack-5.95.0
form-metadata
hcaptcha
main
prism-code-demo
redux-hcaptcha
remove-return-home
renovate/configure
sebastiaan/ci/status-embed
A mirrored copy of the python-discord/forms-frontend repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Opens OAuth In New Tab
Hassan Abouelela
2021-03-08
-2
/
+1
*
Renables OAuth Button On Failure
Hassan Abouelela
2021-03-07
-2
/
+3
*
Revert "Removes Unused OAuth Cleaning"
Hassan Abouelela
2021-03-07
-0
/
+9
*
Merge pull request #141 from python-discord/discord-oauth
Joe Banks
2021-03-07
-120
/
+376
|
\
|
*
Removes Unused OAuth Cleaning
Hassan Abouelela
2021-03-07
-9
/
+0
|
*
Remove Unused OAuth Scopes
Hassan Abouelela
2021-03-07
-18
/
+1
|
*
Merge branch 'main' into discord-oauth
Hassan Abouelela
2021-03-07
-1
/
+1
|
|
\
|
*
|
Fixes Return Home Button Centering
Hassan Abouelela
2021-03-07
-6
/
+8
|
*
|
Set Username Expiry To Permanent
Hassan Abouelela
2021-03-06
-2
/
+2
|
*
|
Saves Username & Scopes On `/` Path
Hassan Abouelela
2021-02-21
-2
/
+2
|
*
|
Adds Token Refresh
Hassan Abouelela
2021-02-20
-32
/
+55
|
*
|
Merge branch 'main' into discord-oauth
Hassan Abouelela
2021-02-20
-44
/
+319
|
|
\
\
|
*
|
|
Removes Path From Auth
Hassan Abouelela
2021-02-17
-19
/
+15
|
*
|
|
Cleans Up OAuth Error Logging
Hassan Abouelela
2021-02-17
-14
/
+2
|
*
|
|
Cleans Up Error Display
Hassan Abouelela
2021-02-16
-2
/
+6
|
*
|
|
Adds Error Handler For OAuth Button
Hassan Abouelela
2021-02-16
-11
/
+53
|
*
|
|
Adds Error Handling To Auth Helpers
Hassan Abouelela
2021-02-16
-18
/
+57
|
*
|
|
Dynamically Show Discord OAuth Button
Hassan Abouelela
2021-02-13
-37
/
+74
|
*
|
|
Makes Authorize Helper Async
Hassan Abouelela
2021-02-13
-3
/
+5
|
*
|
|
Cleans Up OAuth Button
Hassan Abouelela
2021-02-13
-81
/
+23
|
*
|
|
Adds Basic Auth Functionality
Hassan Abouelela
2021-02-13
-10
/
+218
*
|
|
|
Makes Code Inputs TextAreas
Hassan Abouelela
2021-03-07
-6
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Fixes Radio Button Rounding
Hassan Abouelela
2021-03-07
-1
/
+1
|
|
/
|
/
|
*
|
Adds Missing Fields To Test Models
Hassan Abouelela
2021-02-19
-3
/
+6
*
|
Merge pull request #91 from python-discord/forms-submitting
Hassan Abouelela
2021-02-19
-38
/
+311
|
\
\
|
|
/
|
/
|
|
*
Remove TODO
ks129
2021-02-18
-1
/
+1
|
*
Don't overwrite user selection
ks129
2021-02-18
-3
/
+5
|
*
Add focus handler for select (thanks Scaleios)
ks129
2021-02-18
-1
/
+7
|
*
Remove unnecessary parameters from blur handler type annotations
ks129
2021-02-18
-5
/
+5
|
*
Mark range and radio valid after change
ks129
2021-02-18
-0
/
+5
|
*
Revert change of gathering checkbox values
ks129
2021-02-18
-9
/
+12
|
*
Add blur handler to Radio and Range
ks129
2021-02-17
-6
/
+8
|
*
Move CSS back under navigation class to avoid messy diff
ks129
2021-02-17
-52
/
+52
|
*
Unfocus currently focused element before scrolling to invalid question
ks129
2021-02-17
-0
/
+5
|
*
Make all blur handler names matching
ks129
2021-02-08
-5
/
+5
|
*
Change blur handler name in Select
ks129
2021-02-08
-2
/
+2
|
*
Change ShortText blur handler name
ks129
2021-02-08
-2
/
+2
|
*
Set z-index and position for error message CSS
ks129
2021-02-08
-0
/
+2
|
*
Fix CSS visibilty attribute
ks129
2021-02-08
-1
/
+1
|
*
Remove trailing whitespaces
ks129
2021-02-08
-4
/
+4
|
*
Create refMap to avoid errors on direct ref access
ks129
2021-02-08
-3
/
+9
|
*
Implement focusing text fields if empty on submit
ks129
2021-02-08
-11
/
+22
|
*
Rename invalid field IDs variable
ks129
2021-02-08
-4
/
+4
|
*
Improve submit data gathering
ks129
2021-02-08
-10
/
+6
|
*
Add nullability check for ref
ks129
2021-02-08
-1
/
+1
|
*
Simplify if check
ks129
2021-02-08
-1
/
+1
|
*
Improve and simplify checkboxes gathering
ks129
2021-02-08
-12
/
+11
|
*
Use public state instead of event value for compability
ks129
2021-02-08
-21
/
+5
|
*
Toggle visibility instead returning null when no error should be shown
ks129
2021-02-05
-10
/
+7
|
*
Use border-color: transparent instead border: none
ks129
2021-02-05
-1
/
+1
[next]