Misc client bug fixes#386
Merged
Merged
Conversation
BryonLewis
requested changes
May 15, 2026
Collaborator
BryonLewis
left a comment
There was a problem hiding this comment.
The main thing is that the sentry error, I think removing the attempt to access the endpoint before logging in would be the proper fix instead of the optional chaining on the request results.
The other comment is more a question and can be ignored mostly because it's a niche feature I don't think mainly people would be using too often.
Deploying geodatalytics with
|
| Latest commit: |
ce506f1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b5180a41.geodatalytics.pages.dev |
| Branch Preview URL: | https://client-bug-fixes.geodatalytics.pages.dev |
BryonLewis
approved these changes
May 15, 2026
Collaborator
BryonLewis
left a comment
There was a problem hiding this comment.
works now, if you really want a background map before logging in, you can add it here before merging
Collaborator
Author
|
Thanks, I added a default map (with a dark and a light mode) that shows when not authenticated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses various client bugs (some of which were caught by Sentry in production, some of which I found during the process).
Fixed Bugs
.data.resultsinrest.tshtml2canvasforhtml2canvas-pro, which is a fork of the original with advanced color support. Again, I don't know what changed since I implemented screenshots, but the dependency swap fixes it.Other Improvements