You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compose: Change content input hint text if topic is empty and mandatory
Previously, "Message #stream > (no topic)" would appear as the hint text
when the topic input is empty but mandatory. Now, it is shown as
"Message #stream" instead, since the "(no topic)" isn't allowed when
topics are mandatory.
The control flow of `String get hintText` can be simplified. However,
it is structured this way to prepare for a later change to support
showing "general chat" in the hint text, that adds some more advanced
checks.
Signed-off-by: Zixuan James Li <[email protected]>
0 commit comments