|
Fix Phosphor icon class on GnButton/GnIconButton usages.
gnexus-ui-kit's iconNode() does not prepend the base `ph` class when the icon string starts with `ph-`; it only keeps the string as-is. All icon props must include the base class explicitly: `icon="ph ph-sidebar"` instead of `icon="ph-sidebar"`. Updated 15 icon bindings across 9 components. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| webclient/src/components/artifacts/ArtifactsPanel.vue |
|---|
| webclient/src/components/chat/ChatArea.vue |
|---|
| webclient/src/components/chat/ChatHeader.vue |
|---|
| webclient/src/components/messages/AssistantMessage.vue |
|---|
| webclient/src/components/messages/UserMessage.vue |
|---|
| webclient/src/components/sidebar/AppSidebar.vue |
|---|
| webclient/src/components/ui/LoginScreen.vue |
|---|
| webclient/src/components/ui/SelectionToolbar.vue |
|---|
| webclient/src/components/ui/WelcomeScreen.vue |
|---|