inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Core: Allow sidebar collapse #48

Closed aparajita closed 11 months ago

aparajita commented 3 years ago

The sidebar takes up quite a bit of horizontal space, and most of the time is not useful, as most of the time is spent in the actual devtools.

There are two possible solutions to this:

Widget You could add a collapse widget to the sidebar. I would suggest something like a << icon at the right edge of the sidebar, to the right of the user's email address. Clicking that would collapse the sidebar down to the width of the icon, which would change to a >> icon.

Different interface Even better, eliminate the sidebar entirely and replace it with other interface elements. This would allow us to focus on the devtools, which is Inspect's raison d'être.