UI: the text input could be a bit more idiomatic / apparent
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.
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.
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.
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.) 😊