Skip to content

Commit

Permalink
Add tooltip to show all codes button
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 20, 2024
1 parent a37c265 commit 168da67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/code_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def render_table_with_filters():

show_all_button = ipw.Button(
description="Show All",
tooltip="Unhide all hidden codes",
button_style="primary",
layout=ipw.Layout(margin="0 0 0 auto"),
)
Expand Down

0 comments on commit 168da67

Please sign in to comment.