fix(command-palette): show resource monitor in search#2025
Conversation
Greptile SummaryThis PR restores the Resource Monitor action to the command palette's search view, which was accidentally removed. It also refactors the action into a standalone
Confidence Score: 5/5Safe to merge — the change is well-scoped, restoring a single action to two independent code paths without touching any shared state or data layer. The refactor is straightforward: resourceMonitorAction is lifted into its own memo and reused correctly in both the empty-state filter pipeline and the active-query match. Both regressions called out in earlier review threads are addressed. No new correctness issues were found. No files require special attention.
|
| Filename | Overview |
|---|---|
| src/renderer/features/command-palette/command-palette-modal.tsx | Restores Resource Monitor to command palette search; refactors action into a shared memo for both empty-state suggested lists and query-match rendering. Both previously flagged issues are addressed correctly. |
Reviews (2): Last reviewed commit: "fix(command-palette): suggest resource m..." | Re-trigger Greptile
|
could you please resolve the conflicts? @janburzinski |
# Conflicts: # src/renderer/features/command-palette/command-palette-modal.tsx
|
@arnestrickmann done :) |
seems to have gotten accidentally removed from the cmdk