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 delay for tooltip to show up for buttons #5860

Merged
merged 5 commits into from
Nov 14, 2023
Merged

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented Nov 13, 2023

screenrecord-2023-11-13_10.54.04.mp4
import panel as pn

pn.extension()

pn.widgets.Button(name="Button", description="test", description_delay=500).servable()
pn.widgets.RadioButtonGroup(
    options=["A", "B"], description="test", description_delay=500
).servable()
pn.widgets.CheckButtonGroup(
    options=["A", "B"], description="test", description_delay=500
).servable()

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #5860 (1edd15c) into main (eb3ea19) will decrease coverage by 0.06%.
Report is 3 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #5860      +/-   ##
==========================================
- Coverage   82.37%   82.31%   -0.06%     
==========================================
  Files         290      290              
  Lines       42264    42293      +29     
==========================================
+ Hits        34814    34815       +1     
- Misses       7450     7478      +28     
Flag Coverage Δ
ui-tests 38.22% <100.00%> (-0.19%) ⬇️
unitexamples-tests 72.29% <21.21%> (-0.04%) ⬇️

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

Files Coverage Δ
panel/models/widgets.py 100.00% <100.00%> (ø)
panel/tests/ui/widgets/test_button.py 98.18% <100.00%> (+1.30%) ⬆️
panel/widgets/_mixin.py 94.44% <100.00%> (+0.32%) ⬆️
panel/widgets/button.py 87.39% <ø> (ø)
panel/widgets/select.py 94.83% <100.00%> (+0.02%) ⬆️

... and 3 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link
Member

@philippjfr philippjfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, and test failures are unrelated.

@philippjfr philippjfr merged commit 34df686 into main Nov 14, 2023
10 of 13 checks passed
@philippjfr philippjfr deleted the button_tooltip_delay branch November 14, 2023 11:58
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

2 participants