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

Move frame bar on ACE to the top of the window #12590

Merged
merged 6 commits into from May 31, 2022
Merged

Move frame bar on ACE to the top of the window #12590

merged 6 commits into from May 31, 2022

Conversation

carolhmj
Copy link
Contributor

Previous:
image
With the PR:
image

@azure-pipelines
Copy link

Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.

@azure-pipelines
Copy link

@azure-pipelines
Copy link

Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.

@azure-pipelines
Copy link

@deltakosh deltakosh requested a review from RaananW May 26, 2022 18:08
Copy link
Member

@RaananW RaananW left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only comment is asking about the isMounted flag, which is usually not needed. You can register observers once the component mounted, and remove them when unmounted. This way there is no need to check for the component's state.

It would also seem (unrelated to that PR!) that some observers are not cleared (for example onGraphMoved, onGraphScaled and so on) so removing them when the component isn't mounted anymore is anyhow needed.

@carolhmj carolhmj requested a review from RaananW May 30, 2022 16:08
@azure-pipelines
Copy link

Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.

@azure-pipelines
Copy link

@RaananW RaananW merged commit 27e6423 into BabylonJS:master May 31, 2022
@carolhmj carolhmj deleted the ACE-move-x-axis branch June 15, 2022 10:38
alvov-evo pushed a commit to alvov-evo/Babylon.js that referenced this pull request Jun 16, 2022
* WIP moving X axis to top

* Positioning bar according to range

* Add active frame indicator to range frame bar

* Linting

* Add proper observers to avoid ismounted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants