-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
People seem to have a hard time realizing the tabs are tabs #6
Comments
Definitely! I'm even surprised this comment wasn't the first thing you said to me, but I did describe them as tabs seeding the thought before you even had the chance to discover the UI. I'll be looking into ways to present them as tabs, but I'm also interested in trying to keep this all looking like a TUI, any ideas in how it could be otherwise presented? |
As shared on IRC
|
So I think:
.app > header ul > li {
display: inline-block;
background: #AFFFFF;
margin-right: 1rem;
} I think it'd be cool to shorten up the displayed UUIDs, using something like This is roughly what I tried: .app > header ul > li {
display: inline-block;
background: #AFFFFF;
margin-right: 1rem;
max-width: 10rem;
overflow: hidden;
}
span {
text-overflow: ellipsis;
overflow: hidden;
} but I probably missed some stuff. |
Part of #6, explains what this tool is.
This may make the interface easier to understand. For #6
A few times now I've shown people the viewer and they get stuck on the default screen showing the log about subscribing. They don't seem to notice the UUIDs show up, or realize that they should click on them.
The text was updated successfully, but these errors were encountered: