feat: refactor onboarding card
This commit is contained in:
10
.continue/rules/gui-link-opening.md
Normal file
10
.continue/rules/gui-link-opening.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
globs: gui/**/*
|
||||
description: Ensures consistent URL opening behavior in GUI components using the
|
||||
IDE messenger pattern
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
# GUI Link Opening
|
||||
|
||||
When adding functionality to open external links in GUI components, use `ideMessenger.post("openUrl", url)` where `ideMessenger` is obtained from `useContext(IdeMessengerContext)`
|
||||
Reference in New Issue
Block a user