reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
14.02k stars 1.16k forks source link

Make action list UI resizeable by user #373

Open MartinHaeusler opened 7 years ago

MartinHaeusler commented 7 years ago

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:

image

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.

codercodingthecode commented 2 years ago

This is my own custom build. I was tired of not being able to see the full picture of the data, I care more about the data than the updates on the left most of the time. From what I read, they really don't want to do it, otherwise, I will be happy to open a pr, If anyone else wants it, it will be on my GH. I will be adding some extra features over the course of the upcoming days. Like a snap-in button for instance.

Kapture 2022-04-15 at 22 46 52

I have requested this feature over react devtools https://github.com/facebook/react/issues/17389 and it was done. I don't know why it's not in here yet though. Seems like a pretty handy feature to have.

VeikkoLehmuskorpi commented 1 year ago

From what I read, they really don't want to do it, otherwise, I will be happy to open a pr, If anyone else wants it, it will be on my GH.

Any links to those discussions, perhaps in other issues?

Did you ever fork this? I couldn't find the repo from your profile.

codercodingthecode commented 1 year ago

Yes, it is in my GitHub. I will share this work repo this afternoon after work.