NfNitLoop / feoblog

A distributed, cryptographically-verifiable blog / social network
Other
71 stars 4 forks source link

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

Open jeffDevelops opened 1 year ago

jeffDevelops commented 1 year ago

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.

NfNitLoop commented 1 year ago

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.