zulip/zulip

When a user does not have the can_create_topic permission in a channel, topic typeaheads should open immediately

Open

#36,970 opened on 2025年12月9日

GitHub で見る
 (28 comments) (0 reactions) (0 assignees)Python (19,672 stars) (7,339 forks)batch import
area: compose (typeahead)area: message-editing (topics)help wanted

説明

Part of the intended UI for https://github.com/zulip/zulip/issues/19642 was that the typeahead for inputs where the user should enter a topic was supposed to open immediately when focus enters those inputs, since it is not possible to enter a new topic. We want this to work through setting a typeahead option based on the user's permissions in each of 3 places:

  • Compose box topic input
  • Move messages modal topic input
  • Inline topic edit in the message recipient row

See https://github.com/zulip/zulip/pull/36969#issuecomment-3634208153 for some additional context on a failed attempt of this that was part of the original PR.

コントリビューターガイド

When a user does not have the can_create_topic permission in a channel, topic typeaheads should open immediately · zulip/zulip#36970 | Good First Issue