We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76d285 commit 9a73dd3Copy full SHA for 9a73dd3
src/diffinsights_web/apps/author.py
@@ -909,9 +909,8 @@ def select_file_widget_watcher(*events):
909
site="PatchScope",
910
title="Author Statistics",
911
favicon="favicon-author.svg",
912
- #sidebar_width=sidebar_width.rx(), # does not work!
913
- #sidebar_width=sidebar_width.value, # TODO: to be tested
914
sidebar_width=350,
+ collapsed_sidebar=True,
915
sidebar=[
916
select_file_widget,
917
repos_widget, # disabled, and UNBOUND!
0 commit comments