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

Detangle Scene and Overview #348

Merged
merged 9 commits into from
Jan 7, 2025
Merged

Detangle Scene and Overview #348

merged 9 commits into from
Jan 7, 2025

Conversation

FlorianK13
Copy link
Member

@FlorianK13 FlorianK13 commented Oct 18, 2024

The actual problem of #332 was not resolved here. However the detangling of Scene and Overview are worth merging anyway.

Now the Overlay is a subcomponent of the Scene. By this we can declare all the relevant scene react states within the Scene component and do not need them in the Simulation.jsx anymore.

  • Reduced size of Simulation.jsx
  • Reduced amount of parameters for Scene

@FlorianK13 FlorianK13 linked an issue Oct 18, 2024 that may be closed by this pull request
@FlorianK13 FlorianK13 changed the title 332 stop camera jumping Detangle Scene and Overview Dec 19, 2024
@FlorianK13 FlorianK13 marked this pull request as ready for review December 19, 2024 10:50
@FlorianK13 FlorianK13 requested a review from khdlr December 19, 2024 11:02
Copy link
Member

@khdlr khdlr left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@FlorianK13 FlorianK13 merged commit e15f5de into main Jan 7, 2025
@FlorianK13 FlorianK13 deleted the 332-stop-camera-jumping branch January 7, 2025 11:18
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.

Camera jumps when starting to draw a PV system
2 participants