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): ノートのリンクをリモートのサーバーのURLとしてコピーできるように #13566

Closed
wants to merge 7 commits into from
Closed

enhance(frontend): ノートのリンクをリモートのサーバーのURLとしてコピーできるように #13566

wants to merge 7 commits into from

Conversation

KisaragiEffective
Copy link
Collaborator

@KisaragiEffective KisaragiEffective commented Mar 12, 2024

What

fix #13563

Why

同上

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 Mar 12, 2024
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 20.45%. Comparing base (bda1de8) to head (1cd011d).

Files Patch % Lines
packages/frontend/src/scripts/get-note-menu.ts 0.00% 16 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@kakkokari-gtyih kakkokari-gtyih marked this pull request as ready for review May 3, 2024 06:01
@KisaragiEffective KisaragiEffective changed the title feat(frontend): ノートのリンクをリモートのサーバーのURLとしてコピーできるように enhance(frontend): ノートのリンクはリモートサーバーのURLとしてコピーするように May 3, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@KisaragiEffective KisaragiEffective changed the title enhance(frontend): ノートのリンクはリモートサーバーのURLとしてコピーするように enhance(frontend): ノートのリンクをリモートのサーバーのURLとしてコピーできるように May 3, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@KisaragiEffective
Copy link
Collaborator Author

コンフリクト解消

@kakkokari-gtyih
Copy link
Contributor

👀

getCopyNoteLinkMenu(appearNote, i18n.ts.copyLink),
...((appearNote.url != null || appearNote.uri != null) ? [{
icon: 'ti ti-link',
text: `${i18n.ts.copyLink} (${i18n.ts.remote})`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

別のローカライズ作るのとどっちがいいだろうか

リンクをコピー(リモート)よりリモートのリンクをコピーのほうが良いと思ったけど

@KisaragiEffective KisaragiEffective deleted the feat/frontend/copy-note-link-on-remote branch July 20, 2024 09:18
Sayamame-beans pushed a commit to Sayamame-beans/misskey that referenced this pull request Dec 3, 2024
Ruruke pushed a commit to Ruruke/misskey that referenced this pull request Dec 15, 2024
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
3 participants