-
Notifications
You must be signed in to change notification settings - Fork 28
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
Display 2 Lots Side-By-Side #1190
Comments
Notes from email: Two issues to resolve:
|
Hi James, I'm having trouble correcting issue 1, so documenting what I've done in case someone else picks it up. I assume what you mean is this: But if you meant something else, please let me know. An example of this can be found here: https://deploy-preview-1182--labs-zola.netlify.app/l/lot-comparison/1/1026/7501/1/1111/1?layer-groups=%5B%22tax-lots%22%5D&search=true#13.51/40.78241/-73.9414 As for issue 2, will keep that in mind when I work on #1187 |
Hi David, thanks for the update. Yes that is what I was referring to. Is it the case that the browser window needs to hit the mobile breakpoint, or the width of the individual tax lot description window needs to thin down to its respective width on mobile? It’s a bit hacky, but can we force or trick the tax lot window to think it’s mobile sized without the browser having to shrink down? I assume we can’t adjust the mobile breakpoint itself without totally screwing up the actual mobile experience. |
Thanks for the clarification. It is a good thing for us to check how things will look in mobile to ensure we don't break that view. I think functionality wise it is a good idea to hide the button on mobile but am also glad that if someone is linked a comparison the mobile view will load properly. Yes, ideally we can ensure that the text wraps properly on desktop to within its own tax lot pane. My amateur guess is that the wrap limits are still referring to the total pane width (which usually only have 1 tax lot) instead of the smaller half width when in the comparison mode. @TylerMatteo @bmarchena if you have availability this sprint and confidence with CSS this would be great to look into. |
@jpiacentinidcp I've pushed a fix - let me know how it looks for you. |
@dhochbaum-dcp Looks to have resolved the issue. Thanks! |
@dhochbaum-dcp @jpiacentinidcp In the process of code reviewing this I found three bugs that I think we should look into:
multilot-bug-1.mov
multilot-bug-2.mov
multilot-bug-3.movI'm going to move this back to In Progress until we triage. |
@TylerMatteo I believe I've resolved those bugs with my most recent updates to the branch. |
Confirming they all look resolved to me. |
Allow users to select 2 lots to perform a side-by-side comparison of them.
The text was updated successfully, but these errors were encountered: