📊 Added a scaffold for stats

This commit is contained in:
2022-02-10 21:44:06 -08:00
parent df2d336b48
commit 033c59e2d0
5 changed files with 16 additions and 9 deletions

View File

@@ -50,8 +50,15 @@ export const Dashboard = (): ReactElement => {
</dl>
</div>
<div className="box stats-palette p-3 column ml-5 is-one-quarter">
asdasd
<div className="box stats-palette p-3 column ml-5">
<dl>
<dd className="is-size-6">
<span className="has-text-weight-bold">1320</span> Issues
</dd>
<dd className="is-size-6">
<span className="has-text-weight-bold">304</span> Volumes
</dd>
</dl>
</div>
</div>
<RecentlyImported comicBookCovers={recentComics} />

View File

@@ -68,7 +68,7 @@ export const RecentlyImported = ({
{/* Raw file presence */}
{isNil(rawFileDetails) && (
<span className="icon has-text-info">
<i className="fas fa-adjust" />
<i className="has-text-danger fa-regular fa-circle"></i>
</span>
)}
{/* Issue type */}