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
18 changed files with 295 additions and 95 deletions

View File

@@ -66,6 +66,14 @@ export abstract class LeftPaneHelper<T> {
return undefined;
}
getBackgroundNode(
_: Readonly<{
i18n: LocalizerType;
}>
): null | ReactChild {
return null;
}
getPreRowsNode(
_: Readonly<{
clearConversationSearch: () => unknown;