-
-
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
feat: Server rules #10660
feat: Server rules #10660
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #10660 +/- ##
===========================================
+ Coverage 75.50% 76.07% +0.57%
===========================================
Files 735 898 +163
Lines 68576 88689 +20113
Branches 5946 6259 +313
===========================================
+ Hits 51780 67474 +15694
- Misses 16796 21215 +4419
... and 161 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. |
e2eテスト自体は動くようになったけどサインアップ前にルール確認のステップが入るようになった影響で結局テストは落ちるわね |
あれやっぱりe2eが走らない |
e2eテストが走らない問題をどうにかしないとどうにもならん |
|
こういう場合どうしたらいいんだ |
MkFolderも同様の問題がありそう |
これでどうだ |
おー通った |
🙏🙏🙏 |
* enhance(frontend): サーバールールのデザイン調整 * enhance(frontend): i18n * enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動 * enhance(frontend): サーバールールのデザイン調整 * Update CHANGELOG.md * 不要な差分を削除 * fix(frontend): lint * ui tweak * test: add stories * tweak * test: bind args * test: add interaction tests * fix bug * Update packages/frontend/src/pages/admin/server-rules.vue Co-authored-by: Ebise Lutica <[email protected]> * Update misskey-js.api.md * chore: windowを明示 * 🎨 * refactor * 🎨 * 🎨 * fix e2e test * 🎨 * 🎨 * fix icon * fix e2e --------- Co-authored-by: Ebise Lutica <[email protected]> Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
* enhance(frontend): サーバールールのデザイン調整 * enhance(frontend): i18n * enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動 * enhance(frontend): サーバールールのデザイン調整 * Update CHANGELOG.md * 不要な差分を削除 * fix(frontend): lint * ui tweak * test: add stories * tweak * test: bind args * test: add interaction tests * fix bug * Update packages/frontend/src/pages/admin/server-rules.vue Co-authored-by: Ebise Lutica <[email protected]> * Update misskey-js.api.md * chore: windowを明示 * 🎨 * refactor * 🎨 * 🎨 * fix e2e test * 🎨 * 🎨 * fix icon * fix e2e --------- Co-authored-by: Ebise Lutica <[email protected]> Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
なんでMkModalのスクロールをなくしたのかなと思ったけど結局MkModalの内側でスクロールすべきという話になったのかしら |
復活させたらそれはそれで動かないものが出てくる? |
memo |
だった気がするけどよく覚えてない
復活させても特に問題なかったから復活させる |
Based on #10633
Resolve #10595