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

Fix pyodide loading text css issue #6194

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Fix pyodide loading text css issue #6194

merged 1 commit into from
Jan 13, 2024

Conversation

MarcSkovMadsen
Copy link
Collaborator

@MarcSkovMadsen MarcSkovMadsen commented Jan 13, 2024

Currently the loading text in a panel convert ... --to pyodide-worker app is black. This does not work well if the theme is dark. For example when using the FastListTemplate with a dark theme.

This one-liner solves the issue.

Copy link

codecov bot commented Jan 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (04a39b9) 38.63% compared to head (0576db9) 84.45%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #6194       +/-   ##
===========================================
+ Coverage   38.63%   84.45%   +45.81%     
===========================================
  Files         299      299               
  Lines       44663    44677       +14     
===========================================
+ Hits        17256    37732    +20476     
+ Misses      27407     6945    -20462     
Flag Coverage Δ
ui-tests 40.67% <ø> (+2.25%) ⬆️
unitexamples-tests 72.25% <ø> (+49.90%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit 15ba95e into main Jan 13, 2024
13 of 15 checks passed
@philippjfr philippjfr deleted the fix/loading-text branch January 13, 2024 11:19
philippjfr pushed a commit that referenced this pull request Jan 17, 2024
This was referenced Jan 17, 2024
@philippjfr philippjfr modified the milestones: next, v1.4.0 Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants