aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Remove unused testsGravatar Joe Banks2025-08-08-7/+0
|
* Eslint on new changesGravatar Joe Banks2025-08-08-7/+6
|
* Pass precheck data down tree for submissionGravatar Joe Banks2025-08-08-12/+10
|
* Update FormPage to show PrecheckDataGravatar Joe Banks2025-08-08-24/+8
|
* Add new PrecheckBox componentGravatar Joe Banks2025-08-08-0/+42
|
* Update getForm to return form with ancillary dataGravatar Joe Banks2025-08-08-1/+15
|
* Add @emotion/styledGravatar Joe Banks2025-08-08-12644/+9189
|
* Ignore ASDF filesGravatar Joe Banks2025-08-08-0/+3
|
* Add some font weights back where they make senseGravatar Joe Banks2025-07-22-1/+5
|
* Render section content with markdown rendererGravatar Joe Banks2025-07-22-20/+9
|
* include more font weightsGravatar Joe Banks2025-07-22-1/+1
|
* Add react-markdown and remove corepackGravatar Joe Banks2025-07-22-5/+645
|
* Migrate yarn versionsGravatar Joe Banks2025-07-22-8530/+12008
|
* Support left alignment in section headersGravatar Joe Banks2025-06-01-2/+13
|
* Simplify the docker compose build configGravatar Chris Lovering2024-07-16-3/+1
|
* Add redis to docker-compose for backend cacheGravatar Chris Lovering2024-07-16-0/+7
|
* Only bind to loop back address, rather than all interfacesGravatar Chris Lovering2024-07-16-2/+2
|
* Merge pull request #640 from ↵Gravatar Joe Banks2024-07-12-5/+5
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/eslint/compat-1.1.1 Bump @eslint/compat from 1.1.0 to 1.1.1
| * Bump @eslint/compat from 1.1.0 to 1.1.1Gravatar dependabot[bot]2024-07-12-5/+5
|/ | | | | | | | | | | | | | | Bumps [@eslint/compat](https://github.com/eslint/rewrite) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/compat-v1.1.0...compat-v1.1.1) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #639 from ↵Gravatar Joe Banks2024-07-12-5/+5
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/webpack-5.93.0 Bump webpack from 5.92.1 to 5.93.0
| * Bump webpack from 5.92.1 to 5.93.0Gravatar dependabot[bot]2024-07-12-5/+5
|/ | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.93.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #638 from python-discord/jb3/components/vote-fieldGravatar Joe Banks2024-07-11-21/+383
|\ | | | | Vote component
| * Re-map slugged vote options to human form when upstreaming to formGravatar Joe Banks2024-07-11-1/+16
| |
| * Add voteReducer to rootReducer Redux configurationGravatar Joe Banks2024-07-11-1/+3
| |
| * Disable StrictMode for ReactGravatar Joe Banks2024-07-11-17/+15
| |
| * Handle voting component callbacksGravatar Joe Banks2024-07-11-3/+21
| |
| * Add new vote component and voting redux storeGravatar Joe Banks2024-07-11-0/+323
| |
| * Add new package for animated list reordersGravatar Joe Banks2024-07-11-0/+6
|/
* Merge pull request #637 from ↵Gravatar Joe Banks2024-07-10-78/+78
|\ | | | | | | | | python-discord/dependabot/npm_and_yarn/sentry/react-8.17.0 Bump @sentry/react from 8.16.0 to 8.17.0
| * Bump @sentry/react from 8.16.0 to 8.17.0Gravatar dependabot[bot]2024-07-10-78/+78
|/ | | | | | | | | | | | | | | Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 8.16.0 to 8.17.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/8.16.0...8.17.0) --- updated-dependencies: - dependency-name: "@sentry/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Prevent flash of huge loading bar on suspense loaded routesGravatar Joe Banks2024-07-10-6/+95
|
* Improve the styles on the radio component to make it easier to useGravatar Joe Banks2024-07-10-22/+46
| | | | | | | | | Increases the click area, the visibility that an option has been selected, and the visibility that an item has been hovered on. Additionally, adds an instruction ahead of the component instructing users to select an option incase it was no longer clear that the field is a radio select.
* fix url to `Getting Started` Notion pageGravatar Vibhakar Solanki2024-07-10-1/+1
|
* Unit tests for Navigation componentGravatar Joe Banks2024-07-10-1/+49
|
* Set Sentry user data when authenticatingGravatar Joe Banks2024-07-10-0/+11
|
* Merge pull request #634 from python-discord/jb3/auth/popup-and-improvementsGravatar Joe Banks2024-07-10-1894/+657
|\ | | | | Authorization pop-up & misc improvements
| * Add new test suite for testing authorization splashGravatar Joe Banks2024-07-10-0/+62
| |
| * Update App test to render with Redux storeGravatar Joe Banks2024-07-10-2/+3
| |
| * Add new testing utility for rendering with Redux storesGravatar Joe Banks2024-07-10-0/+36
| |
| * Gracefully handle user cancelled authorizationGravatar Joe Banks2024-07-10-3/+12
| |
| * Add AuthorizationSplash to display above content when auth in progressGravatar Joe Banks2024-07-10-0/+45
| |
| * Send dispatches to store on authorization state attempt changesGravatar Joe Banks2024-07-10-2/+23
| |
| * Wrap application in Redux Provider with new storeGravatar Joe Banks2024-07-10-1/+6
| |
| * Add new redux stores and slices for authorization stateGravatar Joe Banks2024-07-10-0/+41
| |
| * Add @reduxjs/toolkit and react-redux packagesGravatar Joe Banks2024-07-10-1886/+429
|/
* Merge pull request #635 from python-discord/jb3/deps/dep-bumpsGravatar Joe Banks2024-07-10-2371/+4394
|\ | | | | Dependency bumps
| * Reconfigure Sentry with new featuresGravatar Joe Banks2024-07-10-4/+24
| |
| * Update lint stageGravatar Joe Banks2024-07-10-3/+3
| |
| * Update tests to work with new Jest versionGravatar Joe Banks2024-07-10-12/+66
| |
| * Remove unused linting ignoresGravatar Joe Banks2024-07-10-3/+1
| |