fix the ugliness of bare messages

- replace "loading..." messages with LoadingPlaceholder
- Use EmptyView where appropriate
This commit is contained in:
Aria Moradi
2021-10-24 22:56:10 +03:30
parent d24de2a571
commit 58c44c156c
11 changed files with 119 additions and 35 deletions

View File

@@ -93,6 +93,7 @@ export default function SourceMangas(props: { popular: boolean }) {
setLastPageNum={setLastPageNum}
message={message}
messageExtra={messageExtra}
isLoading={!fetched}
/>
);
}