-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Bug]: Skills Market banner cannot be dismissed on the welcome page #1847
Copy link
Copy link
Closed
Description
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
- Open AionUi
- Land on the welcome / new chat page
- Observe the Skills Market banner in the top-right area
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels