We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the sidebar panel in the extension UI has a fixed width of 30%. This does not look great when the panel is small
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.
The text was updated successfully, but these errors were encountered:
Make the sidebar resizeable
b08f89a
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
Make the sidebar resizeable (#261)
01f85ae
Successfully merging a pull request may close this issue.
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
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.
The text was updated successfully, but these errors were encountered: