Announcement banner on top of the page
D
Dan Coleing
Hi, you can do this now sort of if you have a markdown widget in your homepage - as you can utilise the "position: fixed" snippet - just put this at the bottom of that markdown widget and it will place a banner right at the top of the page in the center.
<div style="position: fixed; top: 0.5rem; left: 50%; transform: translateX(-50%); background-color: #2563eb; color: white; padding: 0.5rem 1.5rem; border-radius: 0.5rem; font-weight: bold; box-shadow: 0 2px 4px rgba(0,0,0,0.1); z-index: 100;">
🚀 BANNER ANNOUNCEMENT
</div>
A
Angelo Pulido
As an Admin, I want to be able to publish organization-wide announcements and updates within Port, visible to everyone. It would be helpful to categorize messages by type (e.g., Critical, Informational) for greater visibility and urgency. Additionally, it would be valuable to have the option to customize the recipients of these announcements, targeting specific teams, roles, or even individual users. This would allow us to send tailored messages to specific audiences when necessary, prompting them to take specific actions or providing them with targeted information.
In addition to the banner feature proposed by David, this capability would allow us to communicate new (organization-specific) developments and other important information directly within Port. This ensures everyone stays informed without having to rely on external communication channels.
Jacek Domagalski
that would be great to have the ability for users to click "acknowledge" button for that kind of notifications.