Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions components/controls_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ def layout():
tiledBaseUrl=f"{TILED_URI}/api/v1",
isPopup=True,
isButtonMode=True,
buttonModeText="Select Calibration Scan",
inButtonModeShowSelectedData=True

),
# Hidden input field to store the selected scan URI
dmc.TextInput(
Expand Down Expand Up @@ -51,6 +54,8 @@ def layout():
tiledBaseUrl=f"{TILED_URI}/api/v1",
isPopup=True,
isButtonMode=True,
buttonModeText="Select Mask",
inButtonModeShowSelectedData=True
),
# Hidden input field to store the selected mask URI
dmc.TextInput(
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tiled[all]==0.1.0a116
gunicorn
typer
dash-extensions==1.0.7
tiled-viewer==0.0.7
tiled-viewer==0.0.10