Make action list UI resizeable by user

Open
#373 4 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript
Domain
frontend

Research direction

The issue does not name files, tests, or an entry point. Start by locating the action list and the vertical separator between it and the state/action view, then inspect how that layout is assembled. Done means the separator can be dragged horizontally so long action names have more available space without requiring a full-size window.

Written by the indexing model from the issue text.

Description

feature

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.

Dominant language
TypeScript
Stars
14.4k
Forks
1.2k
Avg merge
1d 6h
Merged PRs (30d)
20

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from reduxjs/redux-devtools

All issues in reduxjs/redux-devtools

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.