Feat: #9 コミュニティの作成 / Chg: 選択可能な要素 / Enhance: RouterViewのkey / Del: canReloadTitle / Enhance: CSSの>を使用しない子要素セレクタを廃止 / Feat: 自動更新するメッセージの相対時刻

This commit is contained in:
2026-05-31 20:07:27 +09:00
parent 48534b6d5f
commit 98efd193ae
7 changed files with 278 additions and 31 deletions
@@ -26,7 +26,7 @@
<div class="community-inner">
<RouterView
:key="route.fullPath"
:key="route.matched[1]?.path"
/>
</div>
</div>
@@ -72,6 +72,8 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
user-select: none;
-webkit-user-select: none;
}
.channels a:hover,