Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dont collapse panels
Browse files Browse the repository at this point in the history
teh-cmc committed Dec 17, 2024
1 parent 901f8b1 commit ece7887
Showing 5 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -65,10 +65,6 @@ def blueprint() -> rrb.BlueprintLike:
),
]
),
# NOTE: It looks nice but it's very annoying when going through several checklists.
# rrb.BlueprintPanel(state="collapsed"),
# rrb.TimePanel(state="collapsed"),
# rrb.SelectionPanel(state="collapsed"),
)


2 changes: 0 additions & 2 deletions tests/python/release_checklist/check_overrides_2d.py
Original file line number Diff line number Diff line change
@@ -144,8 +144,6 @@ def run(args: Namespace) -> None:
grid_columns=3,
column_shares=[1, 1, 1],
),
rrb.BlueprintPanel(state="collapsed"),
rrb.TimePanel(state="collapsed"),
)
rr.send_blueprint(blueprint, make_active=True, make_default=True)

4 changes: 0 additions & 4 deletions tests/python/release_checklist/check_range_partial_updates.py
Original file line number Diff line number Diff line change
@@ -98,10 +98,6 @@ def blueprint() -> rrb.BlueprintLike:
],
grid_columns=3,
),
# NOTE: It looks nice but it's very annoying when going through several checklists.
# rrb.BlueprintPanel(state="collapsed"),
# rrb.TimePanel(state="collapsed"),
# rrb.SelectionPanel(state="collapsed"),
)


3 changes: 0 additions & 3 deletions tests/python/release_checklist/check_rbl_import.py
Original file line number Diff line number Diff line change
@@ -37,9 +37,6 @@ def log_external_blueprint() -> None:
rrb.TextDocumentView(origin="readme"),
column_shares=[3, 2],
),
rrb.BlueprintPanel(state="collapsed"),
rrb.SelectionPanel(state="collapsed"),
rrb.TimePanel(state="collapsed"),
).save("some_unrelated_blueprint_app_id", tmp.name)

rr.log_file_from_path(tmp.name)
1 change: 0 additions & 1 deletion tests/python/release_checklist/check_video.py
Original file line number Diff line number Diff line change
@@ -75,7 +75,6 @@ def run(args: Namespace) -> None:
rrb.Spatial2DView(origin="h265", name="H.265"),
rrb.Spatial2DView(origin="vp9", name="VP9"),
),
rrb.TimePanel(state="collapsed"),
)

rr.send_blueprint(blueprint, make_active=True, make_default=True)

0 comments on commit ece7887

Please sign in to comment.