Banner shows on the My Gateways list page, if gateway was created in the last 3 days and has not yet been acknowledged. Include the gateway name in the message text.
Can follow model of PreviewBanner (src/nextapp/components/preview-banner/preview-banner.tsx) but it would be more convenient to save acknowledgement in localStorage, though this will lead to repeat notifications for users working on multiple devices.
From Figma:
Banner shows on the My Gateways list page, if gateway was created in the last 3 days and has not yet been acknowledged. Include the gateway name in the message text.
Can follow model of
PreviewBanner
(src/nextapp/components/preview-banner/preview-banner.tsx) but it would be more convenient to save acknowledgement in localStorage, though this will lead to repeat notifications for users working on multiple devices.