-
Notifications
You must be signed in to change notification settings - Fork 1
Back to query results #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughThis pull request introduces a new asynchronous method, back_to_query_results, in both the FlowLauncherAPI and Query classes. The method instructs the application to exit the context menu and return to query results by sending a JSONRPC request with the action "BackToQueryResults". Additionally, a minor correction was applied to the update method’s docstring in the Query class, fixing a typographical error. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant FlowLauncherAPI
participant JSONRPC_Client
Client->>FlowLauncherAPI: back_to_query_results()
FlowLauncherAPI->>JSONRPC_Client: request("BackToQueryResults")
JSONRPC_Client-->>FlowLauncherAPI: response/acknowledgement
FlowLauncherAPI-->>Client: return control
sequenceDiagram
participant Client
participant Query
participant JSONRPC_Client
Client->>Query: back_to_query_results()
Query->>JSONRPC_Client: request("BackToQueryResults")
JSONRPC_Client-->>Query: response/acknowledgement
Query-->>Client: return control
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (3)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
Docstrings generation was requested by @cibere. * #74 (comment) The following files were modified: * `flogin/flow/api.py` * `flogin/query.py`
|
Note Generated docstrings for this pull request at #75 |
Summary
Adds support for the
BackToQueryResultsfrom Flow-Launcher/Flow.Launcher#3087Changelog
Breaking Changes
New Features
Bug Fixes
Checklist
Summary by CodeRabbit