-
-
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(frontend): ノートのリンクをリモートのサーバーのURLとしてコピーできるように #13566
enhance(frontend): ノートのリンクをリモートのサーバーのURLとしてコピーできるように #13566
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13566 +/- ##
============================================
- Coverage 40.16% 20.45% -19.71%
============================================
Files 1521 701 -820
Lines 188552 98656 -89896
Branches 3509 1025 -2484
============================================
- Hits 75735 20185 -55550
+ Misses 112246 77950 -34296
+ Partials 571 521 -50 ☔ View full report in Codecov by Sentry. |
…n-remote # Conflicts: # CHANGELOG.md
コンフリクト解消 |
👀 |
getCopyNoteLinkMenu(appearNote, i18n.ts.copyLink), | ||
...((appearNote.url != null || appearNote.uri != null) ? [{ | ||
icon: 'ti ti-link', | ||
text: `${i18n.ts.copyLink} (${i18n.ts.remote})`, |
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.
別のローカライズ作るのとどっちがいいだろうか
リンクをコピー(リモート)
よりリモートのリンクをコピー
のほうが良いと思ったけど
What
fix #13563
Why
同上
Additional info (optional)
Checklist