Skip to content
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

Merged
merged 8 commits into from
Jul 10, 2024
Merged

Record control tweaks #10509

merged 8 commits into from
Jul 10, 2024

Conversation

farmaazon
Copy link
Contributor

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:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.

@@ -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'
Copy link
Contributor

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?

Copy link
Contributor Author

@farmaazon farmaazon Jul 10, 2024

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.

Copy link
Contributor

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.

@farmaazon farmaazon added the CI: Ready to merge This PR is eligible for automatic merge label Jul 10, 2024
@mergify mergify bot merged commit 60c1a0e into develop Jul 10, 2024
41 checks passed
@mergify mergify bot deleted the wip/farmaazon/record-control-tweaks branch July 10, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Record/Record Once button updates
5 participants