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 tooltips to blocks #4451

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e72b2f6
add :center option for tooltip placement
bjarthur Oct 4, 2024
f517637
add tooltips to blocks
bjarthur Oct 4, 2024
07ce251
add hovering observables to all blocks
bjarthur Oct 4, 2024
d9aba80
add tests, more docs, update changelog, and fix a couple things
bjarthur Oct 9, 2024
6f2269c
more fixes
bjarthur Oct 9, 2024
da55624
modify tooltip reference test
bjarthur Oct 21, 2024
47aad66
Revert "add hovering observables to all blocks"
bjarthur Oct 24, 2024
aa8e832
refactor per jkrumbiegel's review
bjarthur Oct 24, 2024
cdd063a
fix initial visibility
bjarthur Oct 24, 2024
6da611a
add delay
bjarthur Oct 31, 2024
ed0c31e
display tooltip at cursor position
bjarthur Oct 31, 2024
0358860
make more performant
bjarthur Nov 4, 2024
83c9ba7
Merge branch 'master' into bja/blocktooltips
bjarthur Nov 20, 2024
5556369
remove placement=:center and visible=:always options
bjarthur Nov 20, 2024
67cff58
Merge branch 'master' into bja/blocktooltips
bjarthur Nov 20, 2024
e482b8a
remove test for :center
bjarthur Nov 20, 2024
5983709
make even more performant
bjarthur Nov 24, 2024
102f21b
Merge branch 'master' into bja/blocktooltips
bjarthur Nov 24, 2024
4927629
Merge branch 'master' into bja/blocktooltips
bjarthur Dec 4, 2024
951747a
hide tooltip when disabling callback
bjarthur Dec 4, 2024
2a216cb
disable all callbacks
bjarthur Dec 5, 2024
1c43419
Merge branch 'master' into bja/blocktooltips
bjarthur Dec 5, 2024
40b5c79
make depth kwarg observable
bjarthur Dec 10, 2024
7e62a7f
use channel like DataInspector
bjarthur Dec 10, 2024
c335e0a
rename visible kwarg to enabled
bjarthur Dec 10, 2024
48a007d
Merge branch 'master' into bja/blocktooltips
bjarthur Dec 10, 2024
3929b1f
update tooltip position only when visible
bjarthur Dec 10, 2024
dc8749c
Merge branch 'master' into bja/blocktooltips
bjarthur Jan 7, 2025
07f763e
fix tests
bjarthur Jan 7, 2025
6d6b0d4
fix changelog
bjarthur Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
bjarthur committed Jan 7, 2025
commit 07f763e573d002de37b0f18100bb0183cd61d3a0
1 change: 1 addition & 0 deletions test/makielayout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -561,3 +561,4 @@ end
tooltip!(t, "I'm a Toggle")
a, s = scatter(f[1,2], [1,2,3])
tooltip!(a, "I'm an Axis")
end
Loading