-
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
Jason seagoing client- gallery mode involves all available images #11
Comments
I investigated this a little more. The actual behavior is that when we load the first page of the gallery, it loads 16 images per page (configurable with the UI popup), but it loads them for all 3 cameras, even though we may initially only be looking at, say, SubSea1. So it downloads 16x3 images when we only need 16. When we advance to the next page, it only loads them for the currently selected camera. |
Try updating this line in ./src/components/lowering_gallery.js: per react-bootstrap docs: https://react-bootstrap.github.io/components/tabs/#tabs-api |
Tina says "the images might be getting downloaded on each gallery reload rather than being cached" Scotty says this might not be happening anymore |
Passed to me by Ryan so I may be describing too broadly. A symptom is that gallery mode is unusable when the client is ashore and talking to the seagoing server is on ship.
The text was updated successfully, but these errors were encountered: