add withReblogs & fix reporting modal
This commit is contained in:
parent
75e32d1386
commit
05f25c21e0
5 changed files with 27 additions and 37 deletions
|
|
@ -51,19 +51,16 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="user-reporting-panel-right">
|
||||
<List :external-items="statuses">
|
||||
<List
|
||||
:external-items="statuses"
|
||||
selectable
|
||||
>
|
||||
<template #item="{item}">
|
||||
<div class="status-fadein user-reporting-panel-sitem">
|
||||
<Status
|
||||
:in-conversation="false"
|
||||
:focused="false"
|
||||
:statusoid="item"
|
||||
/>
|
||||
<Checkbox
|
||||
:model-value="isChecked(item.id)"
|
||||
@update:model-value="checked => toggleStatus(checked, item.id)"
|
||||
/>
|
||||
</div>
|
||||
<Status
|
||||
:in-conversation="false"
|
||||
:focused="false"
|
||||
:statusoid="item"
|
||||
/>
|
||||
</template>
|
||||
</List>
|
||||
</div>
|
||||
|
|
@ -136,20 +133,6 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
&-sitem {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
/* TODO cleanup this */
|
||||
> .Status {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
> .checkbox {
|
||||
margin: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (width >= 801px) {
|
||||
.panel-body {
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue