New styles for various empty states
This commit is contained in:
parent
74b90a5cdd
commit
d70aa55a78
18 changed files with 295 additions and 95 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue