move_topic_modal: Show realm_empty_topic_display_name for topic="".

This commit adds support to display `realm_empty_topic_display_name`
value in the 'move topic modal' heading for topics having the actual
value of empty string.

Also, in the new_topic_name input box we show a placeholder of
`realm_empty_topic_display_name` value when the actual topic value
is empty string.
This commit is contained in:
Prakhar Pratyush
2025-01-10 19:06:28 +05:30
committed by Tim Abbott
parent 6a44364a69
commit 083861fed9
3 changed files with 15 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<span class="stream-or-topic-reference">
{{~#if stream~}}
{{> inline_decorated_stream_name stream=stream show_colored_icon=show_colored_icon}}
{{#if topic_name~}} &gt; {{/if}}
{{#if topic_display_name~}} &gt; {{/if}}
{{~/if~}}
{{~ topic_name ~}}
<span {{#if is_empty_string_topic}}class="empty-topic-display"{{/if}}>{{~ topic_display_name ~}}</span>
</span>