kyma-project/busola

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

Open

#5,102 opened on Jun 25, 2026

 (0 comments) (0 reactions) (0 assignees)TypeScript (66 forks)auto 404
area/busola/uxgood first issuekind/bug

Repository metrics

Stars
 (30 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide