main
← Arkshine:fix-site-banner-closing-on-click
opened 04:46PM - 24 Apr 25 UTC
Meta: https://meta.discourse.org/t/clicking-x-to-close-welcome-banner-does-not-w…ork-until-page-refresh/363222
The site banner is not hidden when a logged-in user clicks on the close button.
This PR adds `@tracked` to the User model `dismissed_banner_key` property so it is autotracked correctly by `DiscourseBanner` [`visible` getter](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/components/discourse-banner.gjs#L34-L49).