Feat: メッセージの送受信 / New: ユーザーのiconプロパティ / New: logエンティティ・リポジトリ / Chg: コミュニティリポジトリのスキーマのiconをoptionalに / Del: 不要なimport / Fix: Vue起動前のindex.htmlの背景色をVueと同期 / Enhance: Service Workerを改善 / Fix: 最初に開いたページが動作しない問題 / Feat: 上部の通知モーダル / Feat: 閉じることができないエラーのモーダルに再読み込みボタンを追加 / Fix: はみ出す挙動などのCSSを修正

This commit is contained in:
2026-05-31 13:54:55 +09:00
parent beb0e25ad9
commit cbf18aec8f
37 changed files with 1174 additions and 83 deletions
+2 -2
View File
@@ -18,12 +18,12 @@
width: 100vw;
height: 100vh;
font-size: 16px;
background-color: #ffffff;
background-color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
html, body {
background-color: #1b1b1b;
background-color: #181818;
}
}