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 action list UI resizeable by user #373

Open
MartinHaeusler opened this issue Jul 3, 2017 · 4 comments
Open

Make action list UI resizeable by user #373

MartinHaeusler opened this issue Jul 3, 2017 · 4 comments
Labels

Comments

@MartinHaeusler
Copy link

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
Copy link

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 facebook/react#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
Copy link

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
Copy link

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

@muescha
Copy link

muescha commented Oct 30, 2024

~~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.

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

No branches or pull requests

5 participants