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
Commit message (
Expand
)
Author
Age
Lines
*
Mock react-markdown to fix jest issue
HEAD
main
Joe Banks
2025-08-08
-0
/
+13
*
Checkout code in CI
Joe Banks
2025-08-08
-0
/
+12
*
Remove crap yarn cache stage
Joe Banks
2025-08-08
-12
/
+0
*
Remove unused tests
Joe Banks
2025-08-08
-7
/
+0
*
Eslint on new changes
Joe Banks
2025-08-08
-7
/
+6
*
Pass precheck data down tree for submission
Joe Banks
2025-08-08
-12
/
+10
*
Update FormPage to show PrecheckData
Joe Banks
2025-08-08
-24
/
+8
*
Add new PrecheckBox component
Joe Banks
2025-08-08
-0
/
+42
*
Update getForm to return form with ancillary data
Joe Banks
2025-08-08
-1
/
+15
*
Add @emotion/styled
Joe Banks
2025-08-08
-12644
/
+9189
*
Ignore ASDF files
Joe Banks
2025-08-08
-0
/
+3
*
Add some font weights back where they make sense
Joe Banks
2025-07-22
-1
/
+5
*
Render section content with markdown renderer
Joe Banks
2025-07-22
-20
/
+9
*
include more font weights
Joe Banks
2025-07-22
-1
/
+1
*
Add react-markdown and remove corepack
Joe Banks
2025-07-22
-5
/
+645
*
Migrate yarn versions
Joe Banks
2025-07-22
-8530
/
+12008
*
Support left alignment in section headers
Joe Banks
2025-06-01
-2
/
+13
*
Simplify the docker compose build config
Chris Lovering
2024-07-16
-3
/
+1
*
Add redis to docker-compose for backend cache
Chris Lovering
2024-07-16
-0
/
+7
*
Only bind to loop back address, rather than all interfaces
Chris Lovering
2024-07-16
-2
/
+2
*
Merge pull request #640 from python-discord/dependabot/npm_and_yarn/eslint/co...
Joe Banks
2024-07-12
-5
/
+5
|
\
|
*
Bump @eslint/compat from 1.1.0 to 1.1.1
dependabot[bot]
2024-07-12
-5
/
+5
|
/
*
Merge pull request #639 from python-discord/dependabot/npm_and_yarn/webpack-5...
Joe Banks
2024-07-12
-5
/
+5
|
\
|
*
Bump webpack from 5.92.1 to 5.93.0
dependabot[bot]
2024-07-12
-5
/
+5
|
/
*
Merge pull request #638 from python-discord/jb3/components/vote-field
Joe Banks
2024-07-11
-21
/
+383
|
\
|
*
Re-map slugged vote options to human form when upstreaming to form
Joe Banks
2024-07-11
-1
/
+16
|
*
Add voteReducer to rootReducer Redux configuration
Joe Banks
2024-07-11
-1
/
+3
|
*
Disable StrictMode for React
Joe Banks
2024-07-11
-17
/
+15
|
*
Handle voting component callbacks
Joe Banks
2024-07-11
-3
/
+21
|
*
Add new vote component and voting redux store
Joe Banks
2024-07-11
-0
/
+323
|
*
Add new package for animated list reorders
Joe Banks
2024-07-11
-0
/
+6
|
/
*
Merge pull request #637 from python-discord/dependabot/npm_and_yarn/sentry/re...
Joe Banks
2024-07-10
-78
/
+78
|
\
|
*
Bump @sentry/react from 8.16.0 to 8.17.0
dependabot[bot]
2024-07-10
-78
/
+78
|
/
*
Prevent flash of huge loading bar on suspense loaded routes
Joe Banks
2024-07-10
-6
/
+95
*
Improve the styles on the radio component to make it easier to use
Joe Banks
2024-07-10
-22
/
+46
*
fix url to `Getting Started` Notion page
Vibhakar Solanki
2024-07-10
-1
/
+1
*
Unit tests for Navigation component
Joe Banks
2024-07-10
-1
/
+49
*
Set Sentry user data when authenticating
Joe Banks
2024-07-10
-0
/
+11
*
Merge pull request #634 from python-discord/jb3/auth/popup-and-improvements
Joe Banks
2024-07-10
-1894
/
+657
|
\
|
*
Add new test suite for testing authorization splash
Joe Banks
2024-07-10
-0
/
+62
|
*
Update App test to render with Redux store
Joe Banks
2024-07-10
-2
/
+3
|
*
Add new testing utility for rendering with Redux stores
Joe Banks
2024-07-10
-0
/
+36
|
*
Gracefully handle user cancelled authorization
Joe Banks
2024-07-10
-3
/
+12
|
*
Add AuthorizationSplash to display above content when auth in progress
Joe Banks
2024-07-10
-0
/
+45
|
*
Send dispatches to store on authorization state attempt changes
Joe Banks
2024-07-10
-2
/
+23
|
*
Wrap application in Redux Provider with new store
Joe Banks
2024-07-10
-1
/
+6
|
*
Add new redux stores and slices for authorization state
Joe Banks
2024-07-10
-0
/
+41
|
*
Add @reduxjs/toolkit and react-redux packages
Joe Banks
2024-07-10
-1886
/
+429
|
/
*
Merge pull request #635 from python-discord/jb3/deps/dep-bumps
Joe Banks
2024-07-10
-2371
/
+4394
|
\
|
*
Reconfigure Sentry with new features
Joe Banks
2024-07-10
-4
/
+24
[next]