[PR #456] [CLOSED] feat: highlight matched items for sidebar search #1958

Closed
opened 2026-05-13 22:34:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/456
Author: @hezhizhen
Created: 5/8/2026
Status: Closed

Base: mainHead: highlight-matched-items


📝 Commits (10+)

  • c02bab5 Bump mcp server plugin version
  • 55d704f Notify of plugin updates and add update UX (#339)
  • 69d1c02 Better plugin error handling
  • 06739de Support running multiple Yaak instances via git worktrees (#341)
  • 32f067a Add check-out-pr claude command
  • ee9d2ff Update check-out-pr.md
  • 6520e57 Update checkout pr command with proper timeout
  • 256e8d0 Add plugin API to open URL in external browser (#340)
  • 0218567 Fix sidebar hidden state being updated too frequently
  • cf723fb Preserve sidebar item active color when showing context menu

📊 Changes

1726 files changed (+96602 additions, -63920 deletions)

View changed files

.claude-context.md (+83 -0)
.claude/commands/release/generate-release-notes.md (+50 -0)
.claude/rules.md (+27 -0)
.codex/skills/release-generate-release-notes/SKILL.md (+49 -0)
📝 .gitattributes (+7 -2)
📝 .github/ISSUE_TEMPLATE/bug_report.md (+13 -11)
.github/pull_request_template.md (+19 -0)
📝 .github/workflows/ci.yml (+7 -5)
.github/workflows/claude.yml (+49 -0)
.github/workflows/flathub.yml (+52 -0)
.github/workflows/release-api-npm.yml (+59 -0)
.github/workflows/release-app.yml (+185 -0)
.github/workflows/release-cli-npm.yml (+218 -0)
.github/workflows/release.yml (+0 -131)
📝 .github/workflows/sponsors.yml (+5 -5)
📝 .gitignore (+24 -0)
.node-version (+1 -0)
.npmrc (+2 -0)
.nvmrc (+0 -1)
.oxfmtignore (+3 -0)

...and 80 more files

📄 Description

Summary

Highlight matched items for sidebar search.

image

Submission

  • This PR is a bug fix or small-scope improvement.
  • If this PR is not a bug fix or small-scope improvement, I linked an approved feedback item below.
  • I have read and followed CONTRIBUTING.md.
  • I tested this change locally.
  • I added or updated tests when reasonable.

Approved feedback item (required if not a bug fix or small-scope improvement):


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mountain-loop/yaak/pull/456 **Author:** [@hezhizhen](https://github.com/hezhizhen) **Created:** 5/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `highlight-matched-items` --- ### 📝 Commits (10+) - [`c02bab5`](https://github.com/mountain-loop/yaak/commit/c02bab5f41ee77f63a3d352050659c7c2ab20af8) Bump mcp server plugin version - [`55d704f`](https://github.com/mountain-loop/yaak/commit/55d704f29da4cca396313fae042cb1866b049d54) Notify of plugin updates and add update UX (#339) - [`69d1c02`](https://github.com/mountain-loop/yaak/commit/69d1c0204932cf47e76e69d27c4f8cf7d1ce4fb3) Better plugin error handling - [`06739de`](https://github.com/mountain-loop/yaak/commit/06739de72cadb35cceaa7a35d36ff3c52728895a) Support running multiple Yaak instances via git worktrees (#341) - [`32f067a`](https://github.com/mountain-loop/yaak/commit/32f067a98694f3d437ea4f1acaa0b99ddbab7caf) Add check-out-pr claude command - [`ee9d2ff`](https://github.com/mountain-loop/yaak/commit/ee9d2ffecf530e75b36a6d08bce04e7b52fc8d81) Update check-out-pr.md - [`6520e57`](https://github.com/mountain-loop/yaak/commit/6520e574944cb237bfde031568973935a4c2e6e0) Update checkout pr command with proper timeout - [`256e8d0`](https://github.com/mountain-loop/yaak/commit/256e8d01d4174df07d49bb1855cac76f699a2494) Add plugin API to open URL in external browser (#340) - [`0218567`](https://github.com/mountain-loop/yaak/commit/02185677a3efb343aef3a8adfe73e5cd57606b51) Fix sidebar hidden state being updated too frequently - [`cf723fb`](https://github.com/mountain-loop/yaak/commit/cf723fb28455b04a95d080a039178cfac6b98dac) Preserve sidebar item active color when showing context menu ### 📊 Changes **1726 files changed** (+96602 additions, -63920 deletions) <details> <summary>View changed files</summary> ➕ `.claude-context.md` (+83 -0) ➕ `.claude/commands/release/generate-release-notes.md` (+50 -0) ➕ `.claude/rules.md` (+27 -0) ➕ `.codex/skills/release-generate-release-notes/SKILL.md` (+49 -0) 📝 `.gitattributes` (+7 -2) 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+13 -11) ➕ `.github/pull_request_template.md` (+19 -0) 📝 `.github/workflows/ci.yml` (+7 -5) ➕ `.github/workflows/claude.yml` (+49 -0) ➕ `.github/workflows/flathub.yml` (+52 -0) ➕ `.github/workflows/release-api-npm.yml` (+59 -0) ➕ `.github/workflows/release-app.yml` (+185 -0) ➕ `.github/workflows/release-cli-npm.yml` (+218 -0) ➖ `.github/workflows/release.yml` (+0 -131) 📝 `.github/workflows/sponsors.yml` (+5 -5) 📝 `.gitignore` (+24 -0) ➕ `.node-version` (+1 -0) ➕ `.npmrc` (+2 -0) ➖ `.nvmrc` (+0 -1) ➕ `.oxfmtignore` (+3 -0) _...and 80 more files_ </details> ### 📄 Description ## Summary <!-- Describe the bug and the fix in 1-3 sentences. --> Highlight matched items for sidebar search. <img width="245" height="227" alt="image" src="https://github.com/user-attachments/assets/408ef951-556b-43ed-b079-3d16b447fe1c" /> ## Submission - [x] This PR is a bug fix or small-scope improvement. - [ ] If this PR is not a bug fix or small-scope improvement, I linked an approved feedback item below. - [x] I have read and followed [`CONTRIBUTING.md`](CONTRIBUTING.md). - [x] I tested this change locally. - [x] I added or updated tests when reasonable. Approved feedback item (required if not a bug fix or small-scope improvement): <!-- https://yaak.app/feedback/... --> ## Related <!-- Link related issues, discussions, or feedback items. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-13 22:34:00 -05:00
GiteaMirror changed title from [PR #456] feat: highlight matched items for sidebar search to [PR #456] [CLOSED] feat: highlight matched items for sidebar search 2026-05-18 20:48:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#1958