Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Eslint on new changes | 2025-08-08 | -7/+6 | |
| | ||||
* | Pass precheck data down tree for submission | 2025-08-08 | -12/+10 | |
| | ||||
* | Update FormPage to show PrecheckData | 2025-08-08 | -24/+8 | |
| | ||||
* | Add new PrecheckBox component | 2025-08-08 | -0/+42 | |
| | ||||
* | Update getForm to return form with ancillary data | 2025-08-08 | -1/+15 | |
| | ||||
* | Add @emotion/styled | 2025-08-08 | -12644/+9189 | |
| | ||||
* | Ignore ASDF files | 2025-08-08 | -0/+3 | |
| | ||||
* | Add some font weights back where they make sense | 2025-07-22 | -1/+5 | |
| | ||||
* | Render section content with markdown renderer | 2025-07-22 | -20/+9 | |
| | ||||
* | include more font weights | 2025-07-22 | -1/+1 | |
| | ||||
* | Add react-markdown and remove corepack | 2025-07-22 | -5/+645 | |
| | ||||
* | Migrate yarn versions | 2025-07-22 | -8530/+12008 | |
| | ||||
* | Support left alignment in section headers | 2025-06-01 | -2/+13 | |
| | ||||
* | Simplify the docker compose build config | 2024-07-16 | -3/+1 | |
| | ||||
* | Add redis to docker-compose for backend cache | 2024-07-16 | -0/+7 | |
| | ||||
* | Only bind to loop back address, rather than all interfaces | 2024-07-16 | -2/+2 | |
| | ||||
* | Merge pull request #640 from ↵ | 2024-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.1 | 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 ↵ | 2024-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.0 | 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-field | 2024-07-11 | -21/+383 | |
|\ | | | | | Vote component | |||
| * | Re-map slugged vote options to human form when upstreaming to form | 2024-07-11 | -1/+16 | |
| | | ||||
| * | Add voteReducer to rootReducer Redux configuration | 2024-07-11 | -1/+3 | |
| | | ||||
| * | Disable StrictMode for React | 2024-07-11 | -17/+15 | |
| | | ||||
| * | Handle voting component callbacks | 2024-07-11 | -3/+21 | |
| | | ||||
| * | Add new vote component and voting redux store | 2024-07-11 | -0/+323 | |
| | | ||||
| * | Add new package for animated list reorders | 2024-07-11 | -0/+6 | |
|/ | ||||
* | Merge pull request #637 from ↵ | 2024-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.0 | 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 routes | 2024-07-10 | -6/+95 | |
| | ||||
* | Improve the styles on the radio component to make it easier to use | 2024-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 page | 2024-07-10 | -1/+1 | |
| | ||||
* | Unit tests for Navigation component | 2024-07-10 | -1/+49 | |
| | ||||
* | Set Sentry user data when authenticating | 2024-07-10 | -0/+11 | |
| | ||||
* | Merge pull request #634 from python-discord/jb3/auth/popup-and-improvements | 2024-07-10 | -1894/+657 | |
|\ | | | | | Authorization pop-up & misc improvements | |||
| * | Add new test suite for testing authorization splash | 2024-07-10 | -0/+62 | |
| | | ||||
| * | Update App test to render with Redux store | 2024-07-10 | -2/+3 | |
| | | ||||
| * | Add new testing utility for rendering with Redux stores | 2024-07-10 | -0/+36 | |
| | | ||||
| * | Gracefully handle user cancelled authorization | 2024-07-10 | -3/+12 | |
| | | ||||
| * | Add AuthorizationSplash to display above content when auth in progress | 2024-07-10 | -0/+45 | |
| | | ||||
| * | Send dispatches to store on authorization state attempt changes | 2024-07-10 | -2/+23 | |
| | | ||||
| * | Wrap application in Redux Provider with new store | 2024-07-10 | -1/+6 | |
| | | ||||
| * | Add new redux stores and slices for authorization state | 2024-07-10 | -0/+41 | |
| | | ||||
| * | Add @reduxjs/toolkit and react-redux packages | 2024-07-10 | -1886/+429 | |
|/ | ||||
* | Merge pull request #635 from python-discord/jb3/deps/dep-bumps | 2024-07-10 | -2371/+4394 | |
|\ | | | | | Dependency bumps | |||
| * | Reconfigure Sentry with new features | 2024-07-10 | -4/+24 | |
| | | ||||
| * | Update lint stage | 2024-07-10 | -3/+3 | |
| | | ||||
| * | Update tests to work with new Jest version | 2024-07-10 | -12/+66 | |
| | | ||||
| * | Remove unused linting ignores | 2024-07-10 | -3/+1 | |
| | | ||||
| * | Add new linting config | 2024-07-10 | -59/+86 | |
| | |