Skip to content

Phase 4: frontend dedup + UX polish - #163

Merged
shunichironomura merged 1 commit into
mainfrom
sn-branch-4
Apr 17, 2026
Merged

Phase 4: frontend dedup + UX polish#163
shunichironomura merged 1 commit into
mainfrom
sn-branch-4

Conversation

@shunichironomura

@shunichironomura shunichironomura commented Apr 17, 2026

Copy link
Copy Markdown
Member
  • Extract a TrashIcon.svelte component; replace the three identical
    inline trash SVGs in InputField, AttachmentField, and NoteEditor.
  • Type StepCard's onaction callback and the execution page's
    handleAction with ExecutionAction instead of Record<string, unknown>,
    removing the unsafe cast at the store boundary.
  • Sort the home page's Recent Executions by started_at descending so
    the newest runs appear first.
  • Log listExecutions failures via the Tauri log plugin instead of
    silently swallowing them.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com


This is part 4 of 5 in a stack made with GitButler:

- Extract a TrashIcon.svelte component; replace the three identical
  inline trash SVGs in InputField, AttachmentField, and NoteEditor.
- Type StepCard's onaction callback and the execution page's
  handleAction with ExecutionAction instead of Record<string, unknown>,
  removing the unsafe cast at the store boundary.
- Sort the home page's Recent Executions by started_at descending so
  the newest runs appear first.
- Log listExecutions failures via the Tauri log plugin instead of
  silently swallowing them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@shunichironomura
shunichironomura enabled auto-merge (squash) April 17, 2026 12:49
@shunichironomura
shunichironomura merged commit 6d3458d into main Apr 17, 2026
13 checks passed
@shunichironomura
shunichironomura deleted the sn-branch-4 branch April 17, 2026 12:50
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