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

Update/analysis improvements #148

Merged
merged 3 commits into from
Jan 29, 2025
Merged

Update/analysis improvements #148

merged 3 commits into from
Jan 29, 2025

Conversation

LTDakin
Copy link
Contributor

@LTDakin LTDakin commented Jan 29, 2025

A Couple of bug fixes, changes, and imrpovements I've been wanting to add to the analysis page.

Changes

  • The analysis image auto fits as best it can to the map viewing square. Previously Datalab outputs would be much bigger and you couldn't zoom out to see the whole thing.
  • Fits Header info table is now searchable
  • Can no longer accidentally close the analysis by spam clicking (hits the v-overlay component thats part of v-dialog, closing the analysis view) so clicking to open an image is more reliable
  • file download buttons are now a different color than the background

Example of previous image fitting

Screen.Recording.2025-01-28.at.4.06.46.PM.mov

Example of new image fitting

Screen.Recording.2025-01-28.at.4.03.01.PM.mov

Searchable fits headers
Screenshot 2025-01-28 at 4 10 09 PM

Copy link

@markBowman markBowman left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@jnation3406 jnation3406 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. I actually just noticed the min zoom bug and was going to mention it but you already fixed it!

@@ -207,26 +211,10 @@ function showHeaderDialog() {
</v-dialog>
<v-dialog
v-model="headerDialog"
width="auto"
width="600px"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this specific width gonna work okay on different sized screens vs auto? I do this too by the way since I don't know how to make things work without fixed sizes sometimes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah this was just so it wouldn't keep resizing all over the place. Iphone dimensions are generally ~1200px wide by ~2600 pixels tall, so it should still be able to fit well

@LTDakin LTDakin merged commit bb8e1b4 into main Jan 29, 2025
@LTDakin LTDakin deleted the update/analysis-improvements branch January 29, 2025 17:39
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.

Clicking multiple times to open Analysis prevents further opens
3 participants