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

Indexer column too narrow in Activity History #9551

Open
1 task done
NLZ opened this issue Jan 4, 2024 · 0 comments · May be fixed by #9817
Open
1 task done

Indexer column too narrow in Activity History #9551

NLZ opened this issue Jan 4, 2024 · 0 comments · May be fixed by #9817
Labels
Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. Status: Needs Triage New Issue needing triage Type: Enhancement Current situation is suboptimal and could use improvement. Type: Feature Request Issue is a feature request.

Comments

@NLZ
Copy link

NLZ commented Jan 4, 2024

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Is your feature request related to a problem? Please describe

At the Activity History when you enable the Indexer column it will make all the lines multi-line if the indexer has multiple words in in, which is always the case with Prowlarr.

With Indexer:
image
Without:
image

Describe the solution you'd like

The culprit seems to be the fixed width of 80 on it:

.indexer {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 80px;
}

I think it would be enough with width of 160~180, or even make it dynamic if possible

Describe alternatives you've considered

Accept it as is?

Anything else?

Nope

@NLZ NLZ added Status: Needs Triage New Issue needing triage Type: Feature Request Issue is a feature request. labels Jan 4, 2024
@bakerboy448 bakerboy448 added Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. Type: Enhancement Current situation is suboptimal and could use improvement. labels Jan 4, 2024
tempcvrohch added a commit to tempcvrohch/Radarr that referenced this issue Mar 2, 2024
fixes Radarr#9551: prevents wrapping in the history panel and in interactive search if the modal is greater than 1600px, the same value as .extraExtraLarge breakpoint defined in Modal.css
@tempcvrohch tempcvrohch linked a pull request Mar 2, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: UI Issue is related to UI, should also add the issue to the new UI project, if it isn't a bug. Status: Needs Triage New Issue needing triage Type: Enhancement Current situation is suboptimal and could use improvement. Type: Feature Request Issue is a feature request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants