-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Compact layout mode for power-users (less vertical whitespace) #109
Comments
Why power users? Is desktop usage now synonymous with power user? :) But +1000, I love vector.im but the UI.. I find it really hard to follow the chat passively while working. Maybe it's personal preference in which case I'd really like to see custom themes or something like that. Or maybe I'm not the only one feeling like the UI lacks some intuitive structure which I believe is mostly caused by too much whitespace. If you compare it to slack for instance, vector shows less content while feeling more cluttered IMO. |
We probably want to keep the clean view for new users, so a compact view would be optional. Perhaps "experienced users" is a better term than "power users". |
When I think about "compact", I'm thinking about something that looks more like Slack - that's not for power users either. But sure, an even more compact view (like e.g. irssi / weechat) would be interesting as well :) |
Let me first say that the riot redesign improved the situation a lot already. So great job on this! I personally would like if we could:
Which, to be frank, makes it simply a bit more slack looking.. But I think they nailed the design. |
@discordianfish for parts of that, #2300 could be relevant |
I would like to cast my vote in favor of this. I would really like it if riot-web, had a lot less vertical white space. |
I'm pretty sure that the current layout can be incrementally improved in order to make it a bit more space efficient and easy to read, while still keeping the existing look and feel. Here's a screenshot, which I've modified (original on the left, modified version on the right): Aligning avatar images with the top of names makes conversations easier to read in my opinion. |
@allanday That looks great! |
I'm going even more compact (and higher contrast) with a local style: via this CSS: body {
color: #2c2d30;
}
.mx_EventTile {
padding-top: 0;
}
.mx_EventTile .mx_SenderProfile {
color: #2c2d30 !important;
font-weight: bold;
opacity: 1;
}
.mx_RoomTile_name {
color: #2c2d30;
}
.mx_EventTile_line {
padding-top: 1px;
padding-bottom: 1px;
}
.mx_EventTile_avatar {
top: 0;
} |
I like this. Are you thinking of implementing this spacing for the default theme only, or also for the dark theme? |
@tessgadwa I'm not sure if you are replying to me or to @allanday, but so far I didn't have any plans, just using my local CSS overrides for myself. I'm happy for anyone to take it and turn them it into more proper Riot themes though. |
@juliusv I maintain a general Riot UX thread, for which this issue is certainly relevant. Helpful to have the CSS especially, thanks for including. |
Before I was aware of this issue, 2017-04-23:
|
This is fixed in 0.10 |
No description provided.
The text was updated successfully, but these errors were encountered: