mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Previously, the action buttons container was only hidden via conditional rendering in the template. This commit adds a CSS-based approach to also hide the container when it becomes empty, using the :empty pseudo-class. This ensures correct behavior if we later have a class of banners where the buttons area is dynamically updated, and buttons are removed dynamically. |
||
|---|---|---|
| .. | ||
| showroom | ||
| action_button.hbs | ||
| banner.hbs | ||
| icon_button.hbs | ||
| input_wrapper.hbs | ||
| membership_banner.hbs | ||
| subscription_banner.hbs | ||