diff options
| author | Souma <101255979+5ouma@users.noreply.github.com> | 2025-11-06 13:42:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-06 13:42:52 +0900 |
| commit | 119423e3ae392164ee5e09e85113af470bf5e91f (patch) | |
| tree | 978768c826bf8d138949528ddd811ba1b8e45c01 /CHANGELOG.md | |
| parent | Bump version to 2025.11.0-alpha.0 (diff) | |
| download | misskey-119423e3ae392164ee5e09e85113af470bf5e91f.tar.gz misskey-119423e3ae392164ee5e09e85113af470bf5e91f.tar.bz2 misskey-119423e3ae392164ee5e09e85113af470bf5e91f.zip | |
enhance(frontend): Extend links to profile pages (#16417)
* feat(frontend): Add a link to profile to banner and avatar
Increase the area of links to click easily.
* chore(frontend): Change the link of notes count
Move to the notes tab for better userbility.
* feat(frontend): Add links to notes, followers and following
For easy transition to the shown information.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
* style(frontend): Fix the linter error
Remove the duplicated space.
* refactor(frontend): Don't surround the banners with links
It may conflict with the follow buttons.
* docs(changelog): Move the changes to the latest version
This feature is not merged and will be released in the latest version.
Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com>
---------
Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e11d53cbcc..211296bb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Client - Enhance: 管理しているチャンネルの見分けがつきやすくなるように +- Enhance: プロフィールへのリンクをユーザーポップアップのアバターに追加 +- Enhance: ユーザーのノート、フォロー、フォロワーページへのリンクをユーザーポップアップに追加 - Enhance: プッシュ通知を行うための権限確認をより確実に行うように - Fix: 紙吹雪エフェクトがアニメーション設定を考慮せず常に表示される問題を修正 - Fix: ナビゲーションバーのリアルタイムモード切替ボタンの状態をよりわかりやすく表示するように |