-
-
Notifications
You must be signed in to change notification settings - Fork 368
[API] Loading Bar Start / Stop #3294
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
Conversation
Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX. |
This comment has been minimized.
This comment has been minimized.
📝 WalkthroughWalkthroughThe changes introduce two new public methods— Changes
Sequence Diagram(s)sequenceDiagram
participant C as Client
participant API as JsonRPCPublicAPI
participant IntAPI as Internal API (_api)
C->>API: StartLoadingBar()
API->>IntAPI: StartLoadingBar()
Note over API,IntAPI: Loading bar starts
C->>API: StopLoadingBar()
API->>IntAPI: StopLoadingBar()
Note over API,IntAPI: Loading bar stops
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (1)
✨ 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 (
|
This comment has been minimized.
This comment has been minimized.
@cibere Hello, I have resolved all issues with the dev branch installers. Once this PR is merged, you will be able to use the new API functions. |
Thanks for fixing that. After testing, the api method doesn't seem to do anything. My test code sends the following to flow: {"method": "StartLoadingBar", "id": 5, "params": [], "jsonrpc": "2.0"} then gets the following from flow: {"jsonrpc":"2.0","id":5,"result":null} However the loading bar never starts |
I wonder where you call this api function? |
in a result's action |
It does have problem here. Let me check further. Maybe this is why these functions are not added into public api. |
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
oh no, I forget to merge latest commits which fixes mainVM issue... |
@cibere Please use the latest installer in this PR. Now it works well with csharp codes as follows.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this :)
🥷 Code experts: no user but you matched threshold 10 Jack251970, cibere have most 👩💻 activity in the files. See details
Activity based on git-commit:
Knowledge based on git-blame:
Activity based on git-commit:
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
For #3242.