Skip to content

Show pending summary state#5553

Merged
ComputelessComputer merged 1 commit into
mainfrom
fix/summary-generation-empty-state
Jun 12, 2026
Merged

Show pending summary state#5553
ComputelessComputer merged 1 commit into
mainfrom
fix/summary-generation-empty-state

Conversation

@ComputelessComputer

@ComputelessComputer ComputelessComputer commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Render a centered generating state for empty enhanced notes before summary text streams.


Note

Low Risk
UI-only routing and loading copy in the enhanced note flow, covered by new component tests; no auth or data-path changes.

Overview
Shows a centered “preparing summary” state for empty enhanced notes while the enhance task has not started yet, instead of jumping straight to the editor.

useAITaskTask now exposes hasTask so Enhanced can treat idle + no stored content + no task as pending and route to StreamingView with pending={true}. Once an idle task exists (or the note already has content), the editor still renders as before; config errors still win over the interim UI.

StreamingView is updated with a spinner, role="status" / aria-live, clearer step copy (e.g. analyzing transcript, writing summary), and a static tip—replacing the rotating tip timer.

Reviewed by Cursor Bugbot for commit 439bed5. Bugbot is set up for automated code reviews on this repo. Configure here.

@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploy Preview for old-char canceled.

Name Link
🔨 Latest commit 439bed5
🔍 Latest deploy log https://app.netlify.com/projects/old-char/deploys/6a2b6a43abf1050008f5a003

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5ce830c. Configure here.

Comment thread apps/desktop/src/session/components/note-input/enhanced/index.tsx
@ComputelessComputer ComputelessComputer force-pushed the fix/summary-generation-empty-state branch from 5ce830c to 3739122 Compare June 12, 2026 02:07
Render a centered generating state for empty enhanced notes before summary text streams.
@ComputelessComputer ComputelessComputer force-pushed the fix/summary-generation-empty-state branch from 3739122 to 439bed5 Compare June 12, 2026 02:09
@ComputelessComputer ComputelessComputer merged commit 36e8751 into main Jun 12, 2026
10 checks passed
@ComputelessComputer ComputelessComputer deleted the fix/summary-generation-empty-state branch June 12, 2026 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant