1
0

feat(frontend): deck UIのカラムからアンテナ、リストの編集画面を開けるように (#11104)

* feat: add edit antenna button onto deck column

* feat: add edit list button onto deck column

* docs(changelog): add deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました
This commit is contained in:
anatawa12
2023-07-05 13:04:27 +09:00
committed by GitHub
parent 8f94b36732
commit 1ab9f096c3
5 changed files with 37 additions and 10 deletions
+1
View File
@@ -21,6 +21,7 @@
### Client
- Fix: サーバーメトリクスが90度傾いている
- Fix: sparkle内にリンクを入れるとクリック不能になる問題の修正
- deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました
### Server
- JSON.parse の回数を削減することで、ストリーミングのパフォーマンスを向上しました