Run reports in background

This commit is contained in:
Matt-Yorkley
2023-05-02 21:13:16 +01:00
committed by Maikel Linke
parent ced959ad6a
commit a3ef604797
8 changed files with 84 additions and 31 deletions

View File

@@ -60,3 +60,24 @@ table.report__table {
margin: 0 !important;
width: 120px;
}
#report-table {
margin-bottom: 4em;
.loading, .download {
text-align: center;
height: 2em;
padding: 4em;
width: 100%;
.spinner {
font-size: 4em;
color: $spree-blue;
opacity: 0.3;
}
.button {
font-size: 1.25em;
}
}
}