-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
enhance(client): 1枚だけのメディアリストの画像のアスペクト比を画像に応じて縦長にする #10452
Conversation
p1.a9z.devで動作中 |
Codecov Report
@@ Coverage Diff @@
## develop #10452 +/- ##
===========================================
- Coverage 76.05% 75.50% -0.55%
===========================================
Files 897 734 -163
Lines 88521 68509 -20012
Branches 6247 5943 -304
===========================================
- Hits 67327 51731 -15596
+ Misses 21194 16778 -4416 see 164 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
vitest死んだな |
propertiesがある前提だけどテスト内だけはPartialになっているのか |
Partialな値は渡さず適当な値を加えて完全なオブジェクトを渡すようにしてみた |
334px制限にしてみた |
オプションにするにしてもデフォルト有効にする? |
これは確実に入れ込みたい |
とりあえずopt-outでやってみるかしら |
設定は作る |
マージしたい |
見る |
|
マージしたい(短気) |
3:4は微妙だったので2:3にした |
「デフォルト」にした |
conflict resolved |
今までの挙動をするのが「おすすめ」かしら? |
16:9か |
今までの挙動は存在しない (16:9上限は近いけど、縮小はされるようになる) |
👍 |
* ✌️ * fix * ✌️ * 422px上限 * 334 * min-height: 130px * 64px * fix * wip * ✌️ * fix * max-height: none * MkImgWithBlurHashでratioを計算する * wip * fix * fix? * Revert "fix?" This reverts commit e39d832. * Revert "fix" This reverts commit 15be36b. * Revert "wip" This reverts commit af7d86f. * fix * Revert "Revert "wip"" This reverts commit bb0036a. * Revert "Revert "fix"" This reverts commit c1d94a4. * Revert "Revert "fix?"" This reverts commit 9cb4fbf. * fix * use clamp * readable * add 1:1, 3:4 * moveComment * 3:4 → 2:3 * fix * default * fallback * Revert "fallback" This reverts commit 741717d. * Fix?(server): Content-Dispositionのパースでエラーが発生した場合にもダウンロードが完了するように misskey-dev#10626
#11004 のような問題が起きるのでJavaScriptでaspect-ratioをしこしこ計算させた方が良かった… |
Resolve #10450
What
(ただしcontainerHeightの50%か50svhのうち小さい方を上限にする(ただし130pxを下回らない))
Why
画像を大きく表示したい
Additional info (optional)
動画は16:9で表示されるが、その理屈がよくわからない
Checklist