Ci/workflow#17
Merged
Merged
Conversation
…x-org#266) * fix: prevent keyboard auto-opening on node selection in mobile * added changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…gation (ioflux-org#245) * feat: lift search state to context and remove search input from graph panel (ioflux-org#205) * feat: add unified search bar above editor panel (ioflux-org#205) * feat: highlight matching node block in editor on search using monaco-highlight-line (ioflux-org#205) * refactor: move format toggle from NavigationBar into editor toolbar Relocates the JSON/YAML format select from the top NavigationBar into the editor panel toolbar row, alongside the unified search input. * Revert "refactor: move format toggle from NavigationBar into editor toolbar" This reverts commit 167b8ed. * fix: remove redundant no-match error notification from graph view * feat: sync editor search Enter to Graph View focus with node/property match type handling * feat: expand graph search to match node properties and values, exclude root * feat: add navigateGraphMatch and registerNavigateGraphMatch to context * feat: register navigateMatch to context and wire activateEditorMatch into nav buttons * feat: extract activateMatch and call navigateGraphMatch on Enter * fix: move graph search nav pill to bottom-center * fix: walk up JSON pointer to focus nearest graph node on editor search Enter * feat: add matchedNodeIds to context for cross-panel search sync * feat: publish matchedNodeIds from graph search to context * refactor: drive editor highlights and navigation from graph matchedNodeIds * fix: use substring matching for graph node search * refactor: add format toggle to editor toolbar row for 204 compatibility * chore: bump version to 0.5.15-beta * fix: restrict graph search to node label with substring matching * refactor: remove format toggle from editor toolbar on 205 * feat: move search bar to navbar with expandable icon and Enter navigation * fix: remove arrow key navigation, keep Enter only * fix: restore error notifier for no-match search results * style: match native search cancel button color to navigation text color * feat: show search bar inline with search icon and styled cancel button * feat: add format toggle above editor from upstream/main * chore: bump version to 0.6.1 * chore: add changeset for unified search bar feature * chore: final add changeset for unified search bar feature * test: trigger preview deploy * feat: refine search box design * fix: reset match index to 0 on new search to avoid stale navigation * fix: support Shift+Enter for prev match and fix stale nodes in focus effect * fix: remove unused compiledSchemaRef based on coderabbitai's rec * style: improve search box accessibility w/ theme-aware background & border * fix: prevent graphFocusRequest effect from re-running on stale seq * fix: skip JSON range parsing and decorations when editor is in YAML mode * fix: support Shift+Enter for reverse navigation in search input * fix: wrap app in flex column to anchor layout to viewport height * fix: replace fixed 92vh with flex-1 so editor fills remaining space * fix: hide search bar on small screens to prevent nav overflow * feat: add expandable mobile search with responsive icon state * fix: require minimum 3 characters before triggering graph search * perf: cache parsed AST by version ID to avoid redundant parseTree calls * fix: prevent Ctrl+K from stealing focus when typing in Monaco or inputs * fix: reset graph to default view when search finds no matches * chore: undo version bump for changeset to manage * refactor: remove unnecessary complexity Signed-off-by: Agnivesh Chaubey <agniveshvapi@gmail.com> * fix: TS errors Signed-off-by: Agnivesh Chaubey <agniveshvapi@gmail.com> --------- Signed-off-by: Agnivesh Chaubey <agniveshvapi@gmail.com> Co-authored-by: Agnivesh Chaubey <agniveshvapi@gmail.com>
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.
test