chore: style for grouped follow notifications
parent
110e7ae61f
commit
441c16913d
|
@ -51,7 +51,7 @@ const isExpanded = ref(false)
|
||||||
p3
|
p3
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div v-else flex="~ wrap gap-2" p4>
|
<div v-else flex="~ wrap gap-1.75" p4>
|
||||||
<AccountHoverWrapper
|
<AccountHoverWrapper
|
||||||
v-for="item in items.items"
|
v-for="item in items.items"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|
|
@ -8,7 +8,6 @@ const { paginator, stream } = defineProps<{
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
const groupCapacity = Number.MAX_VALUE // No limit
|
const groupCapacity = Number.MAX_VALUE // No limit
|
||||||
const minFollowGroupSize = 5 // Below this limit, show a profile card for each follow
|
|
||||||
|
|
||||||
// Group by type (and status when applicable)
|
// Group by type (and status when applicable)
|
||||||
const groupId = (item: Notification): string => {
|
const groupId = (item: Notification): string => {
|
||||||
|
|
Loading…
Reference in New Issue