feat(platform-assistant): Introduce ChatFAB, ChatPopover, DraftPreviewModal, FABSettingsPopover, DraftDiffView, and TemplateCompareCard for enhanced platform assistant chat interactions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-28 17:38:52 -08:00
parent 88111c7851
commit 1ccec1bc10
6 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
/**
* ChatFAB draggable floating action button for the profile assistant.
*

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
/**
* ChatPopover context-adaptive chat bubble anchored to the FAB.
*

View file

@ -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.

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
/**
* FABSettingsPopover settings menu triggered by right-click, double-click, or long-press on FAB.
*/

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
/**
* DraftDiffView category-grouped diff view for the DraftPreviewModal.
* Shows all pending draft changes organized by category.

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
/**
* TemplateCompareCard inline card shown when AI suggests applying a template.
* Displays template diff with Apply/Customize/Skip actions.