New styles for various empty states

This commit is contained in:
Fedor Indutny 2024-08-13 16:34:42 -07:00 committed by GitHub
parent 74b90a5cdd
commit d70aa55a78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 295 additions and 95 deletions

View file

@ -472,6 +472,10 @@ export function LeftPane({
startSearch,
]);
const backgroundNode = helper.getBackgroundNode({
i18n,
});
const preRowsNode = helper.getPreRowsNode({
clearConversationSearch,
clearGroupCreationError,
@ -686,6 +690,7 @@ export function LeftPane({
</>
}
>
{backgroundNode}
<nav
className={classNames(
'module-left-pane',