Skip to content
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(frontend): データセーバーモードで隠れる画像を増やす等 #11779

Merged
merged 8 commits into from
Sep 6, 2023

Conversation

kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Sep 3, 2023

What

  • ページの画像をBlurhash対応にした
    image
    これにより、
    • データセーバーモード有効時に画像が読み込まれなくなった
    • センシティブな画像が隠れるようになった
  • データセーバー有効時にURLプレビューのサムネイル画像の読み込みをなくした
    image

ついでにやった軽微な修正

  • ページのプレビュー欄に背景色があたっていなかったので修正
    image
  • ページサムネイルだけ角丸にした(区別をつけやすくするため・上図参照)
  • ページのブロックごとに若干マージンをつけた

Why

Fix #10913 (データセーバーモード実装のやり残し)

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/frontend Client side specific issue/PR label Sep 3, 2023
@codecov
Copy link

codecov bot commented Sep 3, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: +0.15% 🎉

Comparison is base (2ccef59) 78.68% compared to head (052867e) 78.84%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #11779      +/-   ##
===========================================
+ Coverage    78.68%   78.84%   +0.15%     
===========================================
  Files          174      176       +2     
  Lines        22743    22929     +186     
  Branches       509      511       +2     
===========================================
+ Hits         17896    18079     +183     
- Misses        4847     4850       +3     
Files Changed Coverage Δ
packages/frontend/src/components/MkMediaImage.vue 83.72% <82.14%> (-0.20%) ⬇️
packages/frontend/src/components/MkUrlPreview.vue 93.76% <100.00%> (+0.01%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kakkokari-gtyih kakkokari-gtyih changed the title Enhance: データセーバーモードで隠れる画像を増やす等 enhance(frontend): データセーバーモードで隠れる画像を増やす等 Sep 3, 2023
@syuilo
Copy link
Member

syuilo commented Sep 4, 2023

CSSのワイルドカードセレクタはパフォーマンスに影響があるという噂があるのと、リーダビリティ的にも懸念があるからCSS Modulesを使ってスタイル当てた方が良さそう

@syuilo syuilo merged commit 22d966e into misskey-dev:develop Sep 6, 2023
@syuilo
Copy link
Member

syuilo commented Sep 6, 2023

👍

@kakkokari-gtyih kakkokari-gtyih deleted the datasaver-enh branch September 6, 2023 08:39
nafu-at added a commit to TeamNijimiss/nijimiss_legacy that referenced this pull request Sep 7, 2023
@kakkokari-gtyih kakkokari-gtyih restored the datasaver-enh branch September 9, 2023 08:11
@kakkokari-gtyih
Copy link
Contributor Author

@syuilo なんか引っかかってました?

@syuilo
Copy link
Member

syuilo commented Sep 9, 2023

ノートに添付された画像をクリックしたときにビューワが開かない問題があるっぽい

@kakkokari-gtyih
Copy link
Contributor Author

kakkokari-gtyih commented Sep 9, 2023

あーそういう実装になってました
なおします(何処で修正かければいいかわからないんですが、もう一回PR開いたらいい感じですかね?)

@syuilo
Copy link
Member

syuilo commented Sep 9, 2023

もう一度PRお願いします🙏

@kakkokari-gtyih
Copy link
Contributor Author

#11806

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Client(enhance): データセーバー] og:imageプレビューの画像を表示しない等
2 participants