From 819bf9b2aa17fd407534f8102cec56e898d9424c Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 7 Apr 2023 23:46:55 +0000 Subject: [PATCH] recipient_row: Add `>` icon between stream name and topic. --- web/shared/icons/chevron-right.svg | 3 +++ web/templates/draft.hbs | 1 + web/templates/recipient_row.hbs | 1 + 3 files changed, 5 insertions(+) create mode 100644 web/shared/icons/chevron-right.svg diff --git a/web/shared/icons/chevron-right.svg b/web/shared/icons/chevron-right.svg new file mode 100644 index 0000000000..75e6b6e4a0 --- /dev/null +++ b/web/shared/icons/chevron-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/web/templates/draft.hbs b/web/templates/draft.hbs index 8b8f86df26..de8525abf7 100644 --- a/web/templates/draft.hbs +++ b/web/templates/draft.hbs @@ -9,6 +9,7 @@ {{stream_name}} +
{{topic}} diff --git a/web/templates/recipient_row.hbs b/web/templates/recipient_row.hbs index a70f6bcc88..5de859f3cb 100644 --- a/web/templates/recipient_row.hbs +++ b/web/templates/recipient_row.hbs @@ -12,6 +12,7 @@ {{~! Recipient (e.g. stream/topic or topic) ~}} {{~display_recipient~}} + {{! hidden narrow icon for copy-pasting }} >