mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Fixes #22524. This affects both the banner in the main compose box and the banner in the message edit compose box. The use of ProgressBar has been replaced with a more simple CSS (with light Javascript) solution. The classnames are changing because the upload banner is now a template rendered and remove()-ed from a banner container (#compose_banners in the composebox, and a new div for banners in the message edit view). It used to be in the send_status container so there are a lot of class renames across the codebase. |
||
|---|---|---|
| .. | ||
| compose_banner.hbs | ||
| message_sent_banner.hbs | ||
| not_subscribed_warning.hbs | ||
| private_stream_warning.hbs | ||
| stream_does_not_exist_error.hbs | ||
| upload_banner.hbs | ||
| wildcard_warning.hbs | ||