-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 #16946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #16946 +/- ##
============================================
- Coverage 63.58% 14.04% -49.55%
============================================
Files 1156 240 -916
Lines 115374 11345 -104029
Branches 8152 3760 -4392
============================================
- Hits 73365 1593 -71772
+ Misses 39827 7612 -32215
+ Partials 2182 2140 -42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
コンフリクト解消 |
Contributor
Author
|
コンフリクト解消 |
Contributor
Author
|
👀 |
Contributor
Author
|
コンフリクト解消 |
Contributor
Author
|
コンフリクト解消 |
Member
|
👍 |
kakkokari-gtyih
added a commit
to HanaMisskey/misskey
that referenced
this pull request
Jan 22, 2026
…16946) * enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 * Update Changelog * Update CHANGELOG.md
kanarikanaru
pushed a commit
to HanaMisskey/misskey
that referenced
this pull request
Jan 23, 2026
* fix(frontend): stacking router viewで連続して戻る操作を行うと何も表示されなくなる問題を修正 * fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 (misskey-dev#16970) * fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 * Update Changelog * 🎨 * fix * fix(frontend): オーナー不在のチャンネルをミュートできないのを修正 (misskey-dev#16906) * オーナー不在のチャンネルをミュートできないのを修正 * update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix * fix(sw): Service Worker Auto Preloadをオプトアウトするように (misskey-dev#16971) * Service Worker Auto Preloadをオプトアウトするように * TypeErrorを修正 * コメントを追記 * fix(frontend): 無限スクロールできる箇所の調整 (misskey-dev#16979) * fix(frontend): follow-up of 16970 (misskey-dev#16975) * fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正 (misskey-dev#16977) * fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正 * Update Changelog * fix(frontend): バージョン表記のないPlayが正しく動作しない問題を修正 Fix misskey-dev#16996 * fix * fix(frontend): 無限スクロールできる箇所の調整 (misskey-dev#17000) * fix(frontend): まれに設定変更のタブ間同期に失敗する問題を修正 (misskey-dev#16991) * fix(frontend): デッキUIでメニュー位置を下にしているとプロファイル削除ボタンが表示されないのを修正 * fix(frontend): iPadOSのPWAでアプリを切り替えた際にウィジェット表示ボタンが消滅する問題を修正 * fix: admin/queue/deliver-delayedとadmin/queue/inbox-delayedの応答速度を改善 (misskey-dev#17009) * fix(frontend): 一部のUnicode絵文字がリアクションボタンにならない問題を修正 (misskey-dev#17017) * fix(frontend): 一部のUnicode絵文字がリアクションボタンにならない問題を修正 * Update Changelog * fix * fix(frontend): ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように (misskey-dev#16978) * fix(frontend): ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように * Update Changelog * enhance(frontend): MkDriveで自動でもっと見るを有効化 (misskey-dev#17037) * enhance(frontend): MkDriveで自動でもっと見るを有効化 * Update Changelog * fix(frontend): 登録日によるソートの場合はpaginator側のソートを使用するように (misskey-dev#17048) * fix(frontend): 登録日によるソートの場合はpaginator側のソートを使用するように * Update Changelog * fix lint * refactor * fix(frontend): ログインダイアログが表示されたあとの処理がおかしくなる問題を修正 (misskey-dev#17038) * fix(frontend): ログインダイアログが表示されたあとの処理がおかしくなる問題を修正 * Update Changelog * fix(frontend): ファイルタブのセンシティブメディアを開く際に確認ダイアログを出す設定が適用されない問題を修正 (misskey-dev#17019) * fix(frontend): ファイルタブのセンシティブメディアを開く際に確認ダイアログを出す設定が適用されない問題を修正 * Update Changelog * refactor * Update Changelog * fix(frontend): 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正 (misskey-dev#17059) * fix(frontend): 管理画面でアーカイブ済のお知らせを表示した際にアクティブなお知らせが多い旨の警告が出る問題を修正 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix(frontend): mfmFunctionPickerを使用して挿入する際のハンドリングを改善 (misskey-dev#17018) * fix(frontend): mfmFunctionPickerを使用して絵文字を挿入する際のハンドリングを改善 * fix * Update MkPostForm.vue * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix(frontend): add "px" suffix to borderWidth of Ui:C:container (misskey-dev#17088) * fix: add "px" suffix to borderWidth of Ui:C:container * docs: update changelog * fix(frontend): use logical OR for fallback of file comment (misskey-dev#17089) * enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 (misskey-dev#16946) * enhance(frontend): 画面幅が広いときはメディアを横並びで表示できるようにするオプションを追加 * Update Changelog * Update CHANGELOG.md * update deps * Fix(frontend): ドライブクリーナーから画像を削除した際、リロードしなくても画面に反映されるよう修正 (misskey-dev#16888) * ドライブクリーナーでファイル削除後、リロードなしで画面に反映されるように修正 * CHANGELOG.mdを修正 * CHANGELOGがおかしかったので修正 * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: FINEARCHS <133759614+FineArchs@users.noreply.github.com> Co-authored-by: まっちゃてぃー。 <56515516+mattyatea@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: poppingmoon <63451158+poppingmoon@users.noreply.github.com> Co-authored-by: kami8 <55905116+kamiya-s-max@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
packages/frontend
Client side specific issue/PR
size:M
This PR changes 30-99 lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Why
Fix #16938
Additional info (optional)
Checklist