-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make the App Fully Responsive #9
Comments
@amalnanavati Same page renders differently in different browsers. ipad mini rendering plate locator screen in Safari: |
Amal's comment about handling magic numbers linked here. |
Since both @Raidakarim and @atharva-kashyap had questions about the There were a few issues:
To address this, I did the following, first focusing on
See these images of how the LiveVideoModal renders now, and take a look at the commit here: Note that I'm not convinced that this is the best solution, since using the entire window seems a bit suspect when only a small portion of the window is actually available for the image. Perhaps we should instead compute the window width/height in the component and pass that in as a parameter. But for now, this is a functional solution. |
BTW @Raidakarim, re. responsiveness of the PlateLocator, I think you should make it so that the entire UI (image, arrow buttons, and Done) fills the whole screen, as opposed to the image expanding to fill the whole width. In other words, in the second image below, the buttons should still appear on the same screen IMO, as opposed to requiring scrolling. |
Here is a spreadsheet and a google doc with some initial thoughts of mine. The comments on this spreadsheet include feedback for improvement from Amal @amalnanavati. I currently don't have the time to actively work on this issue. So, if anyone in the web app team wants to assign it to themselves, please feel free to. Otherwise, I can self-assign this issue to myself in the future when I am done with my current issues. |
Currently, there are places in the app where we hardcore margins to center buttons/components on the screen. For example, see this, this, and this.
This issue encompasses the following:
The text was updated successfully, but these errors were encountered: