zulip/zulip

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

クローズ

#36,970 opened on 2025/12/09

 (28 件のコメント) (0 件のリアクション) (0 人の担当者)Python (7,339 件のフォーク)batch import
area: compose (typeahead)area: message-editing (topics)help wanted

Repository metrics

Stars
 (19,672 個のスター)
PR merge metrics
 (平均マージ 36d 6h) (30d で 110 merged PRs)

説明

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.

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