💄 Improvements and adjustments in new UI

This commit is contained in:
2025-11-29 22:55:34 +08:00
parent 954eff069b
commit f5a2be3598
8 changed files with 52 additions and 54 deletions

View File

@@ -33,15 +33,13 @@
</template>
<!-- Empty State -->
<div
<n-empty
v-if="!replies || replies.length === 0"
class="text-center py-8 text-muted-foreground"
size="small"
>
<n-icon size="48" class="mb-2 opacity-50">
<i class="mdi mdi-comment-outline"></i>
</n-icon>
<p>No replies yet</p>
</div>
No Replies
</n-empty>
</n-infinite-scroll>
</div>
</template>