perf(mail(js)): various optimizations

We now use IMAP QRESYNC to synchronize mailbox.
This commit is contained in:
Francis Lachapelle
2021-06-15 17:16:10 -04:00
parent b4ccafd546
commit a9c6f09273
16 changed files with 362 additions and 172 deletions
+25 -3
View File
@@ -51,11 +51,33 @@
.unread {
.#{$md}-subhead,
.#{$md}-body {
.#{$md}-body,
.sg-tile-date {
font-weight: $sg-font-medium;
}
.sg-tile-date {
color: sg-color($sogoBlue, 600);
}
.sg-skeleton {
background-color: inherit;
sg-avatar-image, .sg-category-dot-container, md-icon, .sg-tile-btn {
display: none;
}
.md-icon-button, .sg-md-subhead, .sg-md-body {
color: $colorGrey300;
background-color: $colorGrey300;
font-size: 0;
}
.sg-md-subhead, .sg-md-body {
margin-bottom: 3px;
border-radius: 3px;
}
.sg-md-subhead {
height: 1.2rem;
width: 45%;
}
.sg-md-body {
height: 1rem;
width: 70%;
}
}