From ac7eca190ad5c3eb41d94a36feaadd3d1c6b5ec1 Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Sun, 15 Feb 2026 21:06:39 +0000 Subject: [PATCH] formatting --- .../ghostwriter/GhostwriterDrawer.tsx | 19 ++++++++----------- .../ghostwriter/GhostwriterPanel.tsx | 18 +++++++++--------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx b/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx index 99dd6cc..efb6b37 100644 --- a/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx +++ b/orchestrator/src/client/components/ghostwriter/GhostwriterDrawer.tsx @@ -26,27 +26,24 @@ export const GhostwriterDrawer: React.FC = ({ const [open, setOpen] = useState(false); return ( - + -
+
Ghostwriter @@ -56,7 +53,7 @@ export const GhostwriterDrawer: React.FC = ({
{job && ( -
+
)} diff --git a/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx b/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx index 58fb240..ac08672 100644 --- a/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx +++ b/orchestrator/src/client/components/ghostwriter/GhostwriterPanel.tsx @@ -236,20 +236,20 @@ export const GhostwriterPanel: React.FC = ({ job }) => { }, [isStreaming, job.id, loadMessages, messages, onStreamEvent]); return ( -
+
{messages.length === 0 && !isLoading ? ( -
-

+
+

{job.title} at {job.employer}

-

- Ghostwriter already has this job description, your resume and your writing style preferences. Ask for - tailored response drafts, or concise role-fit - talking points. +

+ Ghostwriter already has this job description, your resume and your + writing style preferences. Ask for tailored response drafts, or + concise role-fit talking points.

) : ( @@ -261,7 +261,7 @@ export const GhostwriterPanel: React.FC = ({ job }) => { )}

-
+