-
Notifications
You must be signed in to change notification settings - Fork 149
UI Issue: Path should be lowercase #173
Comments
@tallpauley This is covered in this image: |
LGTM. Font could be slightly larger? |
It looks a little weird now. Before, it was clear that was a path/breadcrumbs list, now it's just kind of a link lost in a large gray box. It could use a slightly bigger font, and maybe a darker or lighter background to make it stick out a little better. |
That was done by changing the style on that a {
color: rgb(0, 147, 167);
font-size: 1.2em;
} |
@deejross I agree, that is definitely an improvement. Also, the padding to the left of the secret path looks too wide, probably residual from the previous layout? |
The path that is shown when browsing the secret backend shouldn't be normalized to uppercase. I consider this a bug, since the displayed breadcrumb isn't technically correct.
In addition, if someone wants to fix this it would be nice if that path could be easily copied too, for CLI usage. This could either be accomplished by the breadcrumb being copyable text, or a "copy path" button. I lumped this in since it could be part of fixing the UI bug.
The text was updated successfully, but these errors were encountered: