aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/OAuth2Button.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Gracefully handle user cancelled authorizationGravatar Joe Banks2024-07-10-2/+4
|
* Simplify Navigation ComponentGravatar Hassan Abouelela2022-07-19-3/+3
| | | | | | | Extract the styles from the navigation component to common styles, and convert it to a function component. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Return Home Button CenteringGravatar Hassan Abouelela2021-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]>
* Removes Path From AuthGravatar Hassan Abouelela2021-02-17-3/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Cleans Up OAuth Error LoggingGravatar Hassan Abouelela2021-02-17-14/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Cleans Up Error DisplayGravatar Hassan Abouelela2021-02-16-2/+6
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Adds Error Handler For OAuth ButtonGravatar Hassan Abouelela2021-02-16-11/+53
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Dynamically Show Discord OAuth ButtonGravatar Hassan Abouelela2021-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 ButtonGravatar Hassan Abouelela2021-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]>
* Fixes Preexisting Linting IssuesGravatar Hassan Abouelela2021-01-03-33/+33
| | | | | | | Fixes all errors, and most warnings generated by eslint. Most were fixed by eslint automatically such as indentation and quotes. Signed-off-by: Hassan Abouelela <[email protected]>
* replace @emotion/core with @emotion/reactGravatar Joe Banks2020-12-16-1/+1
|
* Better handle other messages from the React DevTools extensionGravatar Joe Banks2020-10-06-1/+1
|
* Add a setInterval to check if the child window is manually closedGravatar Joe Banks2020-10-06-0/+8
|
* On OAuth2 button click pop open Discord authorize windowGravatar Joe Banks2020-10-06-2/+40
|
* Add click action to buttonGravatar Joe Banks2020-09-28-1/+1
|
* Initial commitGravatar Joe Banks2020-09-28-0/+42