Skip to content

feat: render notifications with compact style - #74

Merged
timothyckl merged 1 commit into
mainfrom
feat/compact-notify-render
Aug 22, 2026
Merged

feat: render notifications with compact style#74
timothyckl merged 1 commit into
mainfrom
feat/compact-notify-render

Conversation

@timothyckl

@timothyckl timothyckl commented Aug 22, 2026

Copy link
Copy Markdown
Owner

Renders patch.nvim notifications as single-line compact boxes and removes the duplicated plugin name from each message.

  • patch.ui.notify.send now defaults every notification to render = "compact" (still overridable by callers; ignored by the vim.notify fallback).
  • Dropped the redundant "patch: " prefix from the workflow notification helpers, since the patch.nvim title already identifies the plugin. Messages now read like "patch.nvim: no selection found" instead of "patch.nvim: patch: no selection found".
  • Updated the options assertions in test_notify.lua and the message expectations in test_workflow.lua to match.

@timothyckl timothyckl left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

yipee

@timothyckl
timothyckl merged commit 897e5ef into main Aug 22, 2026
2 checks passed
@timothyckl
timothyckl deleted the feat/compact-notify-render branch August 22, 2026 12:22
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