Skip to content

[Bug]: Skills Market banner cannot be dismissed on the welcome page #1847

@amanharshx

Description

@amanharshx

Bug Description

The Skills Market banner on the welcome / new chat page cannot be temporarily dismissed.

As a result, the banner remains visible whenever the user opens the welcome page, even if they want to focus on starting a conversation.

Steps to Reproduce

  1. Open AionUi
  2. Land on the welcome / new chat page
  3. Observe the Skills Market banner in the top-right area
  4. Notice there is no dismiss control

Root Cause

SkillsMarketBanner.tsx always renders after initialization and had no local dismissed state or close control. The component could be toggled, but not temporarily hidden for the current welcome-page visit.

Affected Files (fixed in #1848)

  • SkillsMarketBanner.tsx — add circular dismiss button and page-local dismissed state

Diff

+16 −3 across 1 file

Notes

The intended behavior is:

  • the user can close the banner for the current welcome-page visit
  • the banner still appears again when a new chat is opened / the user returns to the welcome page

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions