reduce favorite tab memory usage

This commit is contained in:
pa
2025-10-25 22:13:35 +09:00
committed by Natsumi
parent 9963275cd5
commit d4941de396
10 changed files with 232 additions and 134 deletions
@@ -19,7 +19,7 @@
<span v-else v-text="favorite.ref.statusDescription"></span>
</div>
<div class="editing">
<el-dropdown trigger="hover" size="small" style="margin-left: 5px">
<el-dropdown trigger="hover" size="small" style="margin-left: 5px" :persistent="false">
<div>
<el-button type="default" :icon="Back" size="small" circle></el-button>
</div>
@@ -45,7 +45,7 @@
</el-button>
</div>
<div class="default">
<el-tooltip placement="right" :content="t('view.favorite.unfavorite_tooltip')">
<el-tooltip placement="right" :content="t('view.favorite.unfavorite_tooltip')" :teleported="false">
<el-button
v-if="shiftHeld"
size="small"