♻️ Refactored some components to new UI

This commit is contained in:
2025-11-27 21:52:51 +08:00
parent 8af7037b24
commit 040e19025e
19 changed files with 404 additions and 522 deletions

View File

@@ -1,8 +1,9 @@
<template>
<div :class="['flex gap-3 items-center', { 'gap-2': compact }]">
<v-avatar
:image="publisherAvatar"
:size="compact ? 24 : 40"
<n-avatar
round
:src="publisherAvatar"
:size="compact ? 24 : 36"
:border="compact"
@click="router.push('/publishers/' + props.item.publisher.name)"
/>