mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
[signalapp/Signal-Desktop#7242] Allow collapsing archive sidebar
Co-authored-by: lukas <lukas.walter@aceart.de>
This commit is contained in:
@@ -207,6 +207,11 @@ export class LeftPaneArchiveHelper extends LeftPaneHelper<LeftPaneArchivePropsTy
|
||||
);
|
||||
}
|
||||
|
||||
override requiresFullWidth(): boolean {
|
||||
const hasNoConversations = !this.#archivedConversations.length;
|
||||
return hasNoConversations;
|
||||
}
|
||||
|
||||
shouldRecomputeRowHeights(old: Readonly<LeftPaneArchivePropsType>): boolean {
|
||||
const hasSearchingChanged =
|
||||
'conversationResults' in old !== Boolean(this.#searchHelper);
|
||||
|
||||
Reference in New Issue
Block a user