enhance(frontend): improve MkTl rendering

This commit is contained in:
syuilo
2025-06-28 19:24:55 +09:00
parent dfbc40f868
commit 012b2a9764
4 changed files with 36 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkInput>
</div>
<MkTl :events="timeline">
<MkTl :events="timeline" groupBy="d">
<template #left="{ event }">
<div>
<MkAvatar :user="event.user" style="width: 26px; height: 26px;"/>