-
Notifications
You must be signed in to change notification settings - Fork 323
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
Record control tweaks #10509
Record control tweaks #10509
Conversation
@@ -29,6 +29,8 @@ import { exponentialBackoff } from 'shared/util/net' | |||
import type { ExternalId } from 'shared/yjsModel' | |||
import { reactive } from 'vue' | |||
|
|||
const DEFAULT_ENVIRONMENT: ExecutionEnvironment = 'Design' |
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.
Is there a place where we should look to keep this synced with Java?
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.
I'm not aware of any "GUI-Engine common constants" place in new GUI. There was something of sort in the old GUI, but didn't feel practical.
Maybe with Bazel we design a place/library like that.
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.
I'm not saying that this should be automatically kept as a shared constant. Just a path to a Java file in the comment would be enough.
…/record-control-tweaks
Pull Request Description
Fixes #10388
Screencast.from.2024-07-10.13-55-46.webm
Important Notes
Also, removed unnecessary setExecutionEnvironment call on startup
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
TypeScript,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.