-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 action list UI resizeable by user #373
Comments
This is my own custom build. I have requested this feature over react devtools facebook/react#17389 |
Any links to those discussions, perhaps in other issues? Did you ever fork this? I couldn't find the repo from your profile. |
Yes, it is in my GitHub. I will share this work repo this afternoon after work. |
~~i also missed this feature to resize the devpanel overlay because the values are not visible. the panel is only a 1/4 of my screen width. ~~ Open the developer tools, and "Redux" tabs will appear to the right. |
I really love the power and simplicity of the redux dev tools. There's just one little thing that bugs me about it. I'm the kind of guy who has very looooong names for redux actions:
The problem is that the action names are cut off, and the list view that displays them cannot be resized horizontally by the user. The only workaround I am aware of is to make the entire window full-size, such that the proportion of space assigned to the list becomes big enough to hold the contents.
Can you do anything about this? If the vertical separator between the list view and the state/action view would be draggable (like a split pane), I'd be very happy. I'm using the redux dev tools on windows 10 and chrome.
The text was updated successfully, but these errors were encountered: