Merge branch 'chats-pagination' into 'develop'

use `/api/v2/pleroma/chats`

See merge request soapbox-pub/soapbox-fe!911
This commit is contained in:
Alex Gleason
2021-12-14 15:13:11 +00:00
22 changed files with 201 additions and 64 deletions

View File

@ -116,6 +116,10 @@
flex-direction: column;
overflow: hidden;
}
.chat-list {
overflow-y: auto;
}
}
.audio-toggle .react-toggle-thumb {
@ -219,7 +223,6 @@
}
.chat-list {
overflow-y: auto;
flex: 1;
&__content {
@ -233,6 +236,10 @@
align-items: start;
}
.account {
border-bottom: none;
}
.account__display-name {
position: relative;

View File

@ -46,7 +46,8 @@
}
.status__content--placeholder,
.display-name--placeholder {
.display-name--placeholder,
.chat-list-item--placeholder .chat__last-message {
letter-spacing: -1px;
color: var(--brand-color) !important;
opacity: 0.1;