1
0

enhance(client): ヘッダー(MkPageHeader)関連 (#9869)

* MkPageHeader大改造

* ユーザーページのノート一覧をタブにするなど

* ✌️

* 🎨

* fix

* wheel

* clean up

* 🎨

* 🎨

* remove console.log

* update CHANGELOG.md

* fix

* fix

* fix

* ✌️

* header avatar clickable

* !hideTitle

* Revert "!hideTitle"

This reverts commit 19cad428c906f555b73730d602e401a1e943cdef.

* fix changelog
This commit is contained in:
tamaina
2023-02-11 13:08:18 +09:00
committed by GitHub
parent 6f33be6c75
commit 0138c3b00e
6 changed files with 230 additions and 98 deletions
+7 -1
View File
@@ -12,13 +12,19 @@ You should also include the user name that made the change.
## 13.x.x (unreleased)
### Improvements
- MkPageHeaderをごっそり変えた
* モバイルではヘッダーは上下に分割され、下段にタブが表示されるように
* iconOnlyのタブ項目がアクティブな場合にはタブのタイトルを表示するように
* メインタイムラインではタイトルを表示しない
* メインタイムラインかつモバイルで表示される左上のアバターを選択するとアカウントメニューが開くように
- ユーザーページのノート一覧をタブとして分離
- コンディショナルロールもバッジとして表示可能に
- enhance(client): ロールをより簡単に付与できるように
- enhance(client): 一度見たノートのRenoteは省略して表示するように
- 一部のMFM構文をopt-outに
### Bugfixes
-
- Client: ユーザーページでタブがほとんど見れないことがないように
## 13.5.6 (2023/02/10)