steelbrain / linter-ui-default

Default UI for the Atom Linter package
MIT License
84 stars 47 forks source link

Condense the new table UI #139

Open Arcanemagus opened 8 years ago

Arcanemagus commented 8 years ago

The new table UI takes up significantly more space than the older UI, can this be compressed down some? Not only does it take up a large amount of room, it looks out of place compared to other UI elements such as the Find and Replace dialog:

image

Arcanemagus commented 7 years ago

To elaborate on what I was thinking for this: The columns with defined values (such as Severity) should have their maximum widths set appropriately. This could be generalized to be "all columns should take only as much room as necessary, with Description taking the remainder".

RenaKunisaki commented 7 years ago

Any chance to have a tab instead of a panel? So it can be moved and resized like an editor pane?

steelbrain commented 7 years ago

Hi @RenaKunisaki

It can already be resized, where do you wanna move it? In case you are thinking about moving it to the left or right, that only sounds good in your head and too squeezed to be comfortable with irl (saying because I experimented, and it looked horrible lol)

Arcanemagus commented 7 years ago

@RenaKunisaki a change like that should be filed as a new issue, this one is just about shifting the unused space around in the panel so it makes sense instead of being semi-random as it is currently.

RenaKunisaki commented 7 years ago

OK, I wanted to make sure it wasn't already a feature I missed before filing an issue for it.