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

Horizontal Clutter #67

Closed
RenaudF opened this issue Aug 15, 2017 · 6 comments
Closed

Horizontal Clutter #67

RenaudF opened this issue Aug 15, 2017 · 6 comments

Comments

@RenaudF
Copy link

RenaudF commented Aug 15, 2017

Depending on how many mods add new job types, the advanced work tab can get so congested that it is useless as it is impossible to see what values are in the grid, never mind updating them.

Here are a list of ideas that could help mitigate:

  • horizontal scroll bar
  • collapsible groups
  • columns grouping
@RenaudF
Copy link
Author

RenaudF commented Aug 30, 2017

I wasn't aware of the column filter feature, this could be made more transparent, perhaps using in game alert message?

@FluffierThanThou
Copy link
Member

Making users more aware of the various functions of the mod is probably a good idea, I keep getting surprised by the number of people that do not read tooltips. I've added a separate issue here; #70.

That said, we do need some way of reducing clutter - probably a scrollbar. I'll also look into bringing horizontal labels back to make them a bit more readable.

@MrClon
Copy link
Contributor

MrClon commented Nov 5, 2017

Optional horizontal scroll or/and vertical labels (as in that video) would be great.
It's hard to find tooltrips when window content so unreadable

@FluffierThanThou
Copy link
Member

vertical labels are back, I'll look at a scroll bar next - but that might get a bit tricky

FluffierThanThou added a commit that referenced this issue Apr 4, 2018
Note that this applies to _all_ pawn tables that exceed the maximum width. References #67.
@FluffierThanThou
Copy link
Member

I've added a horizontal scroll bar. There's a couple of issues with it that I'd like to fix in the long(er) term;

  • The scrollbar applies to all 'table' type tabs that exceed their maximum width (detours PawnTable.RecacheIfDirty and PawnTable.PawnTable_OnGUI). I'm thinking of making this a stand-alone mini-mod if it introduces UI issues in other mods.
  • The scrollable area includes the row 'headers'; pawn labels are scrolled off-screen. I'd like to be able to 'freeze' certain columns, but that's for another day.

@bustedbunny
Copy link

image
Currently unreadable with mods. I guess scrolling will solve it.

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

No branches or pull requests

4 participants