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

fix: Correctly load image underlay when initial layout is spatial #859

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

seve
Copy link
Contributor

@seve seve commented Mar 28, 2024

The spatial underlay was only being enabled on initialization when the initial layout was flickering from one layout to spatial. This sounds like a bug. This PR introduces logic for when the spatial layout is correctly selected during the initial data load.

closes #847

@seve seve requested review from tihuan and kaloster March 28, 2024 19:20
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.57%. Comparing base (73fd692) to head (35dfe7b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #859   +/-   ##
=======================================
  Coverage   76.57%   76.57%           
=======================================
  Files          88       88           
  Lines        6994     6994           
=======================================
  Hits         5356     5356           
  Misses       1638     1638           
Flag Coverage Δ
frontend 76.57% <ø> (ø)
javascript 76.57% <ø> (ø)
unitTest 76.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seve seve enabled auto-merge (squash) March 28, 2024 19:35
Copy link
Contributor

@tihuan tihuan left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the fix, Seve 🚀 !!

@seve seve merged commit 2cace76 into main Mar 29, 2024
6 of 7 checks passed
@seve seve deleted the seve/fix-image-loading branch March 29, 2024 17:26
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.

Image layer doesn't turn on when the image load is slow
2 participants