tajo / ladle

🥄 Develop, test and document your React story components faster.
https://www.ladle.dev
MIT License
2.61k stars 87 forks source link

Toggling view should retail the filter query #555

Open phaistonian opened 6 months ago

phaistonian commented 6 months ago

When pressing f to toggle full-screen, retain the filter string (query) so that the filtering will remain there upon returning to the standard view.

The lack of carrying the query makes the experience painful when dealing with many stories.

Also, restoring the scroll position in the stories container will improve UX.

Ps: apologies for ignoring the issue template.