Skip to content
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

Add ability to add global loading spinner to application(s) #4659

Merged
merged 2 commits into from
Apr 17, 2023

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Apr 17, 2023

In converted pyodide applications we have had the ability to add a global loading indicator for a long time. There is no reason not to also support it for other applications that may take a little while to load.

@philippjfr philippjfr added this to the v1.0.0 milestone Apr 17, 2023
@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Merging #4659 (c4a8340) into main (ce4d940) will decrease coverage by 12.60%.
The diff coverage is 69.56%.

@@             Coverage Diff             @@
##             main    #4659       +/-   ##
===========================================
- Coverage   83.19%   70.60%   -12.60%     
===========================================
  Files         264      266        +2     
  Lines       37351    37415       +64     
===========================================
- Hits        31076    26416     -4660     
- Misses       6275    10999     +4724     
Flag Coverage Δ
ui-tests ?
unitexamples-tests 70.60% <69.56%> (-2.67%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/command/serve.py 38.46% <ø> (+2.51%) ⬆️
panel/io/pyodide.py 0.00% <0.00%> (ø)
panel/io/resources.py 84.04% <33.33%> (-0.41%) ⬇️
panel/tests/ui/io/test_loading.py 61.11% <61.11%> (ø)
panel/io/server.py 76.66% <85.71%> (+0.02%) ⬆️
panel/io/document.py 61.53% <87.50%> (+8.39%) ⬆️
panel/config.py 68.19% <100.00%> (+0.07%) ⬆️

... and 68 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit 0fb1971 into main Apr 17, 2023
@philippjfr philippjfr deleted the global_loading_spinner branch April 17, 2023 01:14
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.

None yet

1 participant