feat: refactor onboarding card

This commit is contained in:
Patrick Erichsen
2025-06-03 20:36:25 -07:00
parent bae74c1b32
commit b86bc6f727
30 changed files with 302 additions and 617 deletions

View 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)`