-
-
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/feat(frontend): データセーバーの改良・強化 #12526
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #12526 +/- ##
===========================================
- Coverage 78.79% 78.42% -0.38%
===========================================
Files 953 180 -773
Lines 103748 23857 -79891
Branches 8348 495 -7853
===========================================
- Hits 81750 18709 -63041
+ Misses 21998 5148 -16850 ☔ View full report in Codecov by Sentry. |
// なんかtestがうまいこと動かないのでここに書く | ||
dataSaver: { | ||
media: false, | ||
avatar: false, | ||
urlPreview: false, | ||
code: false, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vitestが落ちるのでむりやり初期値を書いて回避しました
こんにちは。全て有効にする/全て無効にするボタンが4つのデータセーバーオプションのいずれかをオンまたはオフにしないと動作しないようですが、もしよろしければご確認いただけますか? |
みてみます |
なおりました |
👍🏻 |
* enhance(frontend): データセーバーを個別で設定できるように * Update Changelog * fix design * (fix) 設定が当たらない * fix test(無理やり感) * (fix) 設定がない状態ですべて有効・向操作が効かない * fix * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
What
Why
Fix #12259
Fix #12435
Additional info (optional)
Checklist