tomayac / opfs-explorer

OPFS Explorer is a Chrome DevTools extension that allows you to explore the Origin Private File System (OPFS) of a web application.
https://tomayac.github.io/opfs-explorer/
Apache License 2.0
99 stars 11 forks source link

Retain folder toggle state when files change #9

Closed schickling closed 1 year ago

schickling commented 1 year ago

Currently whenever a file changes, the OPFS explorer resets the view state and collapses all folders - which can be very frustrating.

It would be great if the toggle UI state was retained when files change.

tomayac commented 1 year ago

There will be proper DevTools support soon where this feature will be added. The extension is an intermediate "good enough, not great" solution, so I will close this (very legitimate) feature request as "not planned".

tomayac commented 1 year ago

The Chromium bug to track for native OPFS support in DevTools is https://crbug.com/1284595.