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 a70a0d1 commit 0dbd1a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ 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"),
Expand Down

0 comments on commit 0dbd1a9

Please sign in to comment.