kyma-project/busola

Cluster overview banner reappears after being dismissed — check local storage persistence

Aperta

#5102 aperta il 25 giu 2026

 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (66 fork)auto 404
area/busola/uxgood first issuekind/bug

Metriche repository

Star
 (30 stelle)
Metriche merge PR
 (Merge medio 5g 13h) (57 PR mergiate in 30 g)

Descrizione

Description

The banners on the cluster overview page (e.g. "Meet Joule") can reappear after being dismissed. Dismissing a banner is supposed to store that action in local storage so it does not show again. The persistence logic may not be working correctly.

Expected result

Once a user dismisses a banner, it should not reappear on subsequent visits. The dismissed state should be correctly written to and read from local storage.

Actual result

According to a user report, the banner reappears after being dismissed. We have not been able to reproduce this independently, but the user confirmed it happens consistently.

Steps to reproduce

  1. Open Kyma Dashboard and navigate to the cluster overview page
  2. Dismiss one of the onboarding banners using the × button
  3. Reload the page or return to the cluster overview later

Troubleshooting

Reported by a user. Please verify that the logic is working correctly.

Guida contributor