📊 Added a scaffold for stats
This commit is contained in:
@@ -44,7 +44,7 @@ pre {
|
||||
// Dashboard
|
||||
// Comic Detail
|
||||
.stats-palette {
|
||||
background-color: #fff6de;
|
||||
background-color: ghostwhite;
|
||||
display: inline-block;
|
||||
p {
|
||||
display: flex;
|
||||
|
||||
@@ -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} />
|
||||
|
||||
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user