Skip to content
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

Make the sidebar panel be resizeable #222

Closed
alvarlagerlof opened this issue Aug 13, 2023 · 0 comments · Fixed by #261
Closed

Make the sidebar panel be resizeable #222

alvarlagerlof opened this issue Aug 13, 2023 · 0 comments · Fixed by #261

Comments

@alvarlagerlof
Copy link
Owner

alvarlagerlof commented Aug 13, 2023

Problem

Currently, the sidebar panel in the extension UI has a fixed width of 30%. This does not look great when the panel is small

image

Proposed solution

It would be better if it was resizeable by the user, so that they could pick a size they want. We could use react-resizeable-panels and bvaughn/react-resizable-panels#176 specifically for this.

alvarlagerlof added a commit that referenced this issue Aug 22, 2023
Using [react-resizable-panels.vercel.app](https://react-resizable-panels.vercel.app/), we can have a resizable sidebar.

This is helpful because sites have varying URL lengths. If they're long, you can temporarily make the sidebar larger to see them better and click one of the options.

Demo: https://twitter.com/alvarlagerlof/status/1694109234420428869

Fixes #222
alvarlagerlof added a commit that referenced this issue Aug 22, 2023
Using [react-resizable-panels.vercel.app](https://react-resizable-panels.vercel.app/), we can have a resizable sidebar.

This is helpful because sites have varying URL lengths. If they're long, you can temporarily make the sidebar larger to see them better and click one of the options.

Demo: https://twitter.com/alvarlagerlof/status/1694109234420428869

Fixes #222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant