Skip to content

Ci/workflow#17

Merged
adityayadav-dev merged 4 commits into
mainfrom
ci/workflow
Apr 18, 2026
Merged

Ci/workflow#17
adityayadav-dev merged 4 commits into
mainfrom
ci/workflow

Conversation

@adityayadav-dev

Copy link
Copy Markdown
Owner

test

adityayadav-dev and others added 4 commits April 5, 2026 07:43
…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>
@adityayadav-dev
adityayadav-dev merged commit 895691e into main Apr 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants