stuff to push - #5
Closed
StachuDotNet wants to merge 1 commit into
Closed
StachuDotNet wants to merge 1 commit into
StachuDotNet wants to merge 1 commit into
Conversation
Owner
Author
|
all extracted |
StachuDotNet
pushed a commit
that referenced
this pull request
Mar 1, 2023
StachuDotNet
added a commit
that referenced
this pull request
Jul 26, 2026
…n hints Three small cross-cutting fixes: - The in-view filter (f) already narrowed every list view but left no trace once applied, so a filtered list looked like the whole set. Now the list title shows `· N · filter: <text>`, and the empty case says "no matches for filter: <text>" instead of the generic empty message. Covers every splitListPreview view (Traces, Apps, Docs, Errors, Crons, Builtins). - Traces now advertises f in its footer (the filter worked there already; #5.E wanted it findable). - Extension-view footers were advertising keys that aren't wired yet (Errors ⏎-open, Crons r/p/t, Calendar ←→/a, Builtins /-filter and ⏎-copy). Extension views have no custom key handler, so those did nothing. Trimmed to what actually works: ↑↓ move + f filter (Calendar, having no list, shows none). The aspirational per-row actions still live in each view's mock-labeled detail pane. Verified live: filtering Builtins by "string" narrows 704 -> 42 and the title reads "Builtins · 42 · filter: string". Claude-Session: https://claude.ai/code/session_015BbLwctE41vpgJksNa9X4C
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.
A bag of local changes I need to process and create PRs for.