ipfs / ipfs-webui

A frontend for an IPFS Kubo and IPFS Desktop
https://webui.ipfs.io
MIT License
1.56k stars 489 forks source link

React Joyride bug: Minimizing the app resets the help text to page 1 #1462

Open davenes8148 opened 4 years ago

davenes8148 commented 4 years ago

Describe the bug Whenever you are on page 2-5 of the help text and minimize the app, when you maximize the app again it always resorts back to page 1 of the help text and doesn’t remember where you were.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Status page
  2. Click on the help text icon and move to any page that's not page 1
  3. Minimize the whole app
  4. Maximize the app and view the page of the help text that's now displayed

Expected behavior Could the help text stay on the same page when you maximize the app again? would make for a better user experience

Desktop (please complete the following information):

jessicaschilling commented 4 years ago

This is a React Joyride issue, but the visual impact is significant enough that we should see if it's something we can work around on our end. Marking for later prioritization, but if anyone wants to take a bash in the meantime, more than welcome!

NOTE: There are also related issues in https://github.com/ipfs-shipyard/ipfs-desktop/issues/1444 and https://github.com/ipfs-shipyard/ipfs-desktop/issues/1445.