feat: History增加收藏功能 Yak mcp添加到外面进行启停 批量操作隐藏右键菜单 AI图标UI展示 共用热加载webfuzzer最多存在一个#3669
Merged
song-xiao-lin merged 12 commits intomasterfrom May 9, 2026
Merged
feat: History增加收藏功能 Yak mcp添加到外面进行启停 批量操作隐藏右键菜单 AI图标UI展示 共用热加载webfuzzer最多存在一个#3669song-xiao-lin merged 12 commits intomasterfrom
song-xiao-lin merged 12 commits intomasterfrom
Conversation
Contributor
PR CI 汇总状态:全部通过
由 pull_request test workflow 自动生成 |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a “Favorites/收藏” capability to HTTP flow history tables, including per-row favorite toggling, favorites-only filtering, and batch favorite/unfavorite actions, while also adjusting related UI styling and i18n strings.
Changes:
- Introduces a
YAKIT_FAVORITEtag and helpers to toggle/query favorite state for HTTP flows. - Adds star icons in the Action column plus a toolbar toggle to filter to “Only Favorites”.
- Extends batch/context menu actions and updates tag rendering + locale strings to support favorites.
Reviewed changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| app/renderer/src/main/src/pages/hTTPHistoryAnalysis/HTTPHistory/HTTPHistoryFilter.tsx | Adds favorites UI/actions and favorites-only filtering for the HTTP history analysis table. |
| app/renderer/src/main/src/pages/hTTPHistoryAnalysis/HTTPHistory/HTTPHistoryFilter.module.scss | Styles for favorites icons and general layout refactor for the history analysis page. |
| app/renderer/src/main/src/components/HTTPFlowTable/HTTPFlowTable.tsx | Adds favorite-tag helpers, star UI, favorites-only filtering, and batch/context menu actions in the shared flow table. |
| app/renderer/src/main/src/components/HTTPFlowTable/HTTPFlowTable.module.scss | Styles for the favorites star icon (including active state). |
| app/renderer/src/main/public/locales/zh/history.json | Adds zh strings for favorites UI and actions. |
| app/renderer/src/main/public/locales/en/history.json | Adds en strings for favorites UI and actions. |
fe292b9 to
8993aa3
Compare
youngster-yj
approved these changes
May 7, 2026
song-xiao-lin
approved these changes
May 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.