-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Improve progress bars #1236
Improve progress bars #1236
Conversation
Hey @chlebowa thanks for the input! I think it's gonna be highly useful! I allowed CI check to be executed on this PR. I see a Warning in R CMD Check - would you be able to check in your free time? |
Thanks @m7pr, I had forgotten to re-create documentation after removing the faulty defaults. |
There is one more failure, I think this is something on your end. |
Yeah, this is something @walkowif is investing on our end |
The |
Thank you @chlebowa for the time and energy you invested to provide this feature. I just test in on the branched cloned from your fork. Works like a charm! I think we are good to merge this excellent feature, once we figure out the details from the comments. @kumamiao would you mind providing a NEWS entry for this feature? video1729290070.mp4 |
I had a thought this morning that may be a slightly more orderly implementation. Rather than creating tro The user would see only one progress bar, whereas now two bars can be seen, the filter one is moved up and later disappears as the module one appears. On the code seide, there would be a little less clutter. What do you think? |
If one waits for the other, then it's probably better for the end user to see just one progress bar at a time :) |
Have a look. |
Wow @chlebowa nice and clean. Really ready to be merged! Can you
Then I will merge. Thank you. Really great job! |
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.
really useful stuff!
Hi all. Apologies for jumping into the old PR - just got back from the break of mine. May I ask for a follow-up PR before the release that will make (*) I know the |
Related to #1234.
Update progress bars to improve user experience.
modules_datasets
receives optionalprogress
argument that accepts aProgress
objectui_nested_tabs
andui_tabs_with_filters
receiveprogress
argument that accepts aProgress
objectsrv_teal
Added a large app for testing in
__stress_test.R
, to be removed before merging.NOTE
Once the module UI is prepared, there is still a delay before the app starts, so the progress bar can be improved further. So far I was unable to identify the reason for the delay.