mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-23 14:46:44 +09:00
enhance(client): 「みつける」の人気のタグをデフォルト展開に設定
This commit is contained in:
parent
c1e1308f73
commit
976e18178d
@ -37,6 +37,7 @@
|
||||
- 「제어판 - 유저」에서 최근 온라인 유저를 정렬해서 볼 수 있음
|
||||
- 「이미 본 리노트를 간략화하기」 옵션의 기본값을 켜짐으로 변경 (revert 94bd0fa9)
|
||||
- 서브 노트에 액션 버튼을 표시하는 기능
|
||||
- 「발견하기」의 인기 태그 기본값을 펼침으로 설정
|
||||
|
||||
### Client
|
||||
- 리노트 전 확인 팝업을 띄움
|
||||
|
@ -25,7 +25,7 @@
|
||||
</template>
|
||||
</div>
|
||||
<div v-else>
|
||||
<MkFoldableSection ref="tagsEl" :foldable="true" :expanded="false" class="_margin">
|
||||
<MkFoldableSection ref="tagsEl" :foldable="true" :expanded="true" class="_margin">
|
||||
<template #header><i class="ti ti-hash ti-fw" style="margin-right: 0.5em;"></i>{{ i18n.ts.popularTags }}</template>
|
||||
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user