Skip to content

Commit 9a73dd3

Browse files
committed
diffinsights_web: Start 'author' app with collapsed sidebar
1 parent b76d285 commit 9a73dd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/diffinsights_web/apps/author.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,8 @@ def select_file_widget_watcher(*events):
909909
site="PatchScope",
910910
title="Author Statistics",
911911
favicon="favicon-author.svg",
912-
#sidebar_width=sidebar_width.rx(), # does not work!
913-
#sidebar_width=sidebar_width.value, # TODO: to be tested
914912
sidebar_width=350,
913+
collapsed_sidebar=True,
915914
sidebar=[
916915
select_file_widget,
917916
repos_widget, # disabled, and UNBOUND!

0 commit comments

Comments
 (0)