| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 6.2.1 to 6.3.1.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v6.2.1...v6.3.1)
---
updated-dependencies:
- dependency-name: "@svgr/webpack"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/jest-watch-typeahead-2.0.0
Bump jest-watch-typeahead from 1.1.0 to 2.0.0
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases)
- [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/jest-watch-typeahead/compare/v1.1.0...v2.0.0)
---
updated-dependencies:
- dependency-name: jest-watch-typeahead
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/terser-5.14.2
Bump terser from 5.14.1 to 5.14.2
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/codemirror/view-6.1.3
Bump @codemirror/view from 6.0.1 to 6.1.3
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.0.1 to 6.1.3.
- [Release notes](https://github.com/codemirror/view/releases)
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/compare/6.0.1...6.1.3)
---
updated-dependencies:
- dependency-name: "@codemirror/view"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| | |
Add 404 Handlers
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|/
|
|
|
|
|
| |
Extract the styles from the navigation component to common styles, and
convert it to a function component.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Deletes the OAuth cookies when an error happens during submit. This is a
stopgap till we fix the authorization issues.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/swc/core-1.2.213
Bump @swc/core from 1.2.204 to 1.2.213
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Version 1.2.206 of swc introduces a breaking change which makes
jest.spyOn not work with our configuration. The response from the swc
maintainer seems like a complete mess, so I won't touch it, and just use
something else.
See issue 5059 on https://github.com/swc-project/swc/issues
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| |
| |
| | |
Wrap the tests that were raising warnings in act statements.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.204 to 1.2.213.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.204...v1.2.213)
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| | |
Base refresh timeout on diff from current time
|
|/
|
|
| |
Previously the logic was using the expiry date's unix timestamp as if it was a number of ms until it expired. This caused the timeout to be far after the actual token expiry.
|
|\
| |
| | |
Display Test Failures & Refactor Formpage
|
| |
| |
| |
| |
| |
| |
| |
| | |
Uses an interface to define the RenderedQuestion component state, to
reduce the required type and existence checks in the rest of the
codebase.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| |
| |
| |
| | |
Unify the string and element types on the interface to clarify they are
mutually exclusive.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The main FormPage component had gotten very out of hand, with many
moving parts that were hard to parse, understand, or modify. This
refactors breaks things up into separate files with better defined
goals.
Most changes are just straight copies without much change, however some
structural changes have been introduced as a foundation for improving
the app.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|/
|
|
|
|
|
|
| |
Add transitions to the error message component, and allow more
flexibility by allowing the caller to specify the inner component of the
message.
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/react-spinners-0.13.2
Bump react-spinners from 0.12.0 to 0.13.2
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [react-spinners](https://github.com/davidhu2000/react-spinners) from 0.12.0 to 0.13.2.
- [Release notes](https://github.com/davidhu2000/react-spinners/releases)
- [Changelog](https://github.com/davidhu2000/react-spinners/blob/main/CHANGELOG.md)
- [Commits](https://github.com/davidhu2000/react-spinners/commits)
---
updated-dependencies:
- dependency-name: react-spinners
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/webpack-dev-server-4.9.3
Bump webpack-dev-server from 4.9.2 to 4.9.3
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3)
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
|
|
|
|
| |
Adds the selectable CSS styles to the code field to fix a bug on safari
that prevented users from clicking into it and writing.
Thanks to Etzeitet & NoodleReaper for discovering this.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/sentry/react-7.3.1
Bump @sentry/react from 7.2.0 to 7.3.1
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 7.2.0 to 7.3.1.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.2.0...7.3.1)
---
updated-dependencies:
- dependency-name: "@sentry/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|\
| |
| | |
Fix Dropdown Overlap Bug
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|
|/
|
|
| |
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/types/react-transition-group-4.4.5
Bump @types/react-transition-group from 4.4.4 to 4.4.5
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group)
---
updated-dependencies:
- dependency-name: "@types/react-transition-group"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.29.0
Bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.29.0
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.28.0 to 5.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/typescript-eslint/parser-5.29.0
Bump @typescript-eslint/parser from 5.28.0 to 5.29.0
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.28.0 to 5.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| |
| |
| | |
python-discord/dependabot/npm_and_yarn/swc/core-1.2.204
Bump @swc/core from 1.2.203 to 1.2.204
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.203 to 1.2.204.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.203...v1.2.204)
---
updated-dependencies:
- dependency-name: "@swc/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
|\
| |
| | |
Bump Dependencies
|
| |
| |
| |
| |
| |
| |
| | |
Migration guide:
https://github.com/webpack/webpack-dev-server/blob/74c928135c7182e08238efb52c044e2d49ce6e9a/migration-v4.md
Signed-off-by: Hassan Abouelela <[email protected]>
|
| |
| |
| |
| | |
Signed-off-by: Hassan Abouelela <[email protected]>
|