mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
First follow-up to the feature introduced in #19034. We don't want to pollute main components like `chat-live-pane`, so we'll use a service to track and manage the state needed to display before-send warnings while composing a chat message. We also move from acceptance tests to system specs.