feoblog icon indicating copy to clipboard operation
feoblog copied to clipboard

UI: the text input could be a bit more idiomatic / apparent

Open jeffDevelops opened this issue 3 years ago • 1 comments

It's difficult to see the input for adding a User ID, and discern that it's intended for entering text. I think this could be more idiomatic--it kinda just looks like disabled text.

Screenshot 2023-01-04 at 7 56 16 PM

Since it's the only content in this content box, perhaps the entire box is the label so that clicking it focuses the input. I think I've seen something like this, but I can't find a great example right now. An outlined text input could suffice, too.

jeffDevelops avatar Jan 05 '23 03:01 jeffDevelops

Agreed.

the reason it's currently like that is because I had some other pages that had lots of fields, so used a style that says if input isn't focused, it doesn't have an outline.

But yeah, for this use case, that doesn't work well.

NfNitLoop avatar Jan 05 '23 03:01 NfNitLoop

The UI is being rewritten over in https://github.com/diskuto/diskuto-web so closing this. (I didn't make this mistake in the rewrite.) 😊

NfNitLoop avatar Jan 25 '25 22:01 NfNitLoop