Skip to content

Commit

Permalink
do not collapse panels in checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Aug 28, 2024
1 parent 72d56c2 commit 767cf0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ def blueprint() -> rrb.BlueprintLike:
),
]
),
rrb.BlueprintPanel(state="collapsed"),
rrb.TimePanel(state="collapsed"),
rrb.SelectionPanel(state="collapsed"),
# 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"),
)


Expand Down
7 changes: 4 additions & 3 deletions tests/python/release_checklist/check_range_partial_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ def blueprint() -> rrb.BlueprintLike:
],
grid_columns=3,
),
rrb.BlueprintPanel(state="collapsed"),
rrb.TimePanel(state="collapsed"),
rrb.SelectionPanel(state="collapsed"),
# 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"),
)


Expand Down

0 comments on commit 767cf0b

Please sign in to comment.