Skip to content

fix: run the entered Simple Query path - #18

Merged
flowdeskadmin merged 1 commit into
Flowdesktech:masterfrom
ChornyiDev:fix/simple-query-run-path
Sep 23, 2026
Merged

flowdeskadmin merged 1 commit into
Flowdesktech:masterfrom
ChornyiDev:fix/simple-query-run-path

Conversation

@ChornyiDev

Copy link
Copy Markdown
Collaborator

Summary

Fixes Simple Query navigation so Run (F5), F5, and Enter all use the path currently entered in the collection-path field.

Previously, Enter opened the entered nested collection or document path, while Run/F5 reloaded the original collection for the tab.

Changes

  • Route Enter, Run, and F5 through one Simple Query handler.
  • Open the entered collection or document path when it differs from the current tab.
  • Refresh the current tab when the normalized path is unchanged.
  • Add path-resolution tests covering nested document paths and unchanged paths.

Validation

  • TypeScript typecheck passed
  • ESLint passed with zero warnings
  • Prettier check passed
  • All 93 automated tests passed
  • Production Vite build passed
  • Manually verified in the live Electron app with a nested document path

@flowdeskadmin flowdeskadmin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@flowdeskadmin
flowdeskadmin merged commit 6bd1002 into Flowdesktech:master Sep 23, 2026
1 check 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.

2 participants