Ability to click megaphone in narrow sidebar to expand sidebar

This commit is contained in:
ayumi-signal
2026-01-16 14:22:18 -08:00
committed by GitHub
parent 1c8b7fc45d
commit d6fc5ac6e3
15 changed files with 79 additions and 52 deletions

View File

@@ -164,6 +164,7 @@ export function DebugLogWindow({
setDidResumeDonation={shouldNeverBeCalled}
toast={toast}
containerWidthBreakpoint={null}
expandNarrowLeftPane={shouldNeverBeCalled}
isInFullScreenCall={false}
/>
</div>
@@ -230,6 +231,7 @@ export function DebugLogWindow({
setDidResumeDonation={shouldNeverBeCalled}
toast={toast}
containerWidthBreakpoint={null}
expandNarrowLeftPane={shouldNeverBeCalled}
isInFullScreenCall={false}
/>
</div>