-
-
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
fix(frontend): デッキUI・PageWindowでmatchAllに入ったら新しいタブで開くように #13768
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13768 +/- ##
============================================
- Coverage 39.98% 19.34% -20.64%
============================================
Files 1563 728 -835
Lines 197737 103827 -93910
Branches 3644 991 -2653
============================================
- Hits 79056 20081 -58975
+ Misses 118077 83192 -34885
+ Partials 604 554 -50 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
deck uiからもそうですがウィンドウも新規タブであってほしい |
内部リンク(Misskey本体の機能であるため)には変わりないので基本的に内部で開くのでいいとおもうけど |
なのでdeckは新規タブにしてる(MkYouTubePlayer経由でiframeとかもできるけどそこまでするアレはないと判断) |
のパターンもこれで対応でしたかすみません(deckのtlから直接のみと勘違いしてました) |
👀 |
This comment was marked as duplicate.
This comment was marked as duplicate.
👀 |
👀 |
What
Why
Fix #13766
Additional info (optional)
navHook内でresolveするようになったので、2度resolveが回らないようにnavHookからresolve結果を返すこともできるようにした
Checklist