From 1ccec1bc104845cd792e21afad7a3c02bf642b3d Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 28 Feb 2026 17:38:52 -0800 Subject: [PATCH] =?UTF-8?q?feat(platform-assistant):=20=E2=9C=A8=20Introdu?= =?UTF-8?q?ce=20ChatFAB,=20ChatPopover,=20DraftPreviewModal,=20FABSettings?= =?UTF-8?q?Popover,=20DraftDiffView,=20and=20TemplateCompareCard=20for=20e?= =?UTF-8?q?nhanced=20platform=20assistant=20chat=20interactions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../platform-assistant/plugin-platform-assistant/src/ChatFAB.tsx | 1 - .../plugin-platform-assistant/src/ChatPopover.tsx | 1 - .../plugin-platform-assistant/src/DraftPreviewModal.tsx | 1 - .../plugin-platform-assistant/src/FABSettingsPopover.tsx | 1 - .../plugin-platform-assistant/src/components/DraftDiffView.tsx | 1 - .../src/components/TemplateCompareCard.tsx | 1 - 6 files changed, 6 deletions(-) diff --git a/features/platform-assistant/plugin-platform-assistant/src/ChatFAB.tsx b/features/platform-assistant/plugin-platform-assistant/src/ChatFAB.tsx index 56f41aeaa..b00384d3a 100644 --- a/features/platform-assistant/plugin-platform-assistant/src/ChatFAB.tsx +++ b/features/platform-assistant/plugin-platform-assistant/src/ChatFAB.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ /** * ChatFAB — draggable floating action button for the profile assistant. * diff --git a/features/platform-assistant/plugin-platform-assistant/src/ChatPopover.tsx b/features/platform-assistant/plugin-platform-assistant/src/ChatPopover.tsx index d10ad1090..16aedc446 100644 --- a/features/platform-assistant/plugin-platform-assistant/src/ChatPopover.tsx +++ b/features/platform-assistant/plugin-platform-assistant/src/ChatPopover.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ /** * ChatPopover — context-adaptive chat bubble anchored to the FAB. * diff --git a/features/platform-assistant/plugin-platform-assistant/src/DraftPreviewModal.tsx b/features/platform-assistant/plugin-platform-assistant/src/DraftPreviewModal.tsx index 965a58e5b..e0dce720d 100644 --- a/features/platform-assistant/plugin-platform-assistant/src/DraftPreviewModal.tsx +++ b/features/platform-assistant/plugin-platform-assistant/src/DraftPreviewModal.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ /** * DraftPreviewModal — modal triggered by "Preview Draft" button. * Shows all pending draft changes with Save All / Save Selected / Back to Chat actions. diff --git a/features/platform-assistant/plugin-platform-assistant/src/FABSettingsPopover.tsx b/features/platform-assistant/plugin-platform-assistant/src/FABSettingsPopover.tsx index a2d334326..aa75a6c38 100644 --- a/features/platform-assistant/plugin-platform-assistant/src/FABSettingsPopover.tsx +++ b/features/platform-assistant/plugin-platform-assistant/src/FABSettingsPopover.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ /** * FABSettingsPopover — settings menu triggered by right-click, double-click, or long-press on FAB. */ diff --git a/features/platform-assistant/plugin-platform-assistant/src/components/DraftDiffView.tsx b/features/platform-assistant/plugin-platform-assistant/src/components/DraftDiffView.tsx index 1e0f3963a..910e93053 100644 --- a/features/platform-assistant/plugin-platform-assistant/src/components/DraftDiffView.tsx +++ b/features/platform-assistant/plugin-platform-assistant/src/components/DraftDiffView.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ /** * DraftDiffView — category-grouped diff view for the DraftPreviewModal. * Shows all pending draft changes organized by category. diff --git a/features/platform-assistant/plugin-platform-assistant/src/components/TemplateCompareCard.tsx b/features/platform-assistant/plugin-platform-assistant/src/components/TemplateCompareCard.tsx index 738da3171..266cb556d 100644 --- a/features/platform-assistant/plugin-platform-assistant/src/components/TemplateCompareCard.tsx +++ b/features/platform-assistant/plugin-platform-assistant/src/components/TemplateCompareCard.tsx @@ -1,4 +1,3 @@ -/** @jsxImportSource react */ /** * TemplateCompareCard — inline card shown when AI suggests applying a template. * Displays template diff with Apply/Customize/Skip actions.