-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BADGER-223][WIP] Redux-based refactor of Desktop #739
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 65 out of 80 changed files in this pull request and generated no comments.
Files not reviewed (15)
- .mise-tasks/build/desktop: Language not supported
- .mise-tasks/test/desktop/e2e/standalone: Language not supported
- desktop/.gitignore: Language not supported
- desktop/package.json: Language not supported
- desktop/src/main/base/serverApiClient.ts: Evaluated as low risk
- desktop/src/main/base/reduxHelpers.ts: Evaluated as low risk
- desktop/src/main/base/serverDataState.ts: Evaluated as low risk
- desktop/src/main/base/serverConnectionState.ts: Evaluated as low risk
- desktop/src/main/base/integrations.ts: Evaluated as low risk
- desktop/src/main/base/selectedShow.ts: Evaluated as low risk
- desktop/src/common/preload.ts: Evaluated as low risk
- desktop/src/main/base/logging.ts: Evaluated as low risk
- desktop/e2e/standalone/obs.spec.ts: Evaluated as low risk
- desktop/e2e/standalone/base.ts: Evaluated as low risk
- Dangerfile.ts: Evaluated as low risk
Comments suppressed due to low confidence (2)
desktop/playwright.config.ts:74
- The environment variable name 'ENABLE_REDUX_DEVTOOLS' should be consistent with other environment variables, which are usually in uppercase.
ENABLE_REDUX_DEVTOOLS: "true",
desktop/electron.vite.config.mjs:6
- The removal of the
sentryVitePlugin
configuration might be unintentional. If Sentry is still required for error tracking, please re-add thesentryVitePlugin
configuration.
const { base } = require("./vite.config.mjs");
No description provided.