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

feat: 開発者モードを追加 #10847

Merged
merged 3 commits into from
May 14, 2023

Conversation

yupix
Copy link
Contributor

@yupix yupix commented May 14, 2023

What

ノートからユーザーIDやノートIDをコピーするのが少し手間なので、Discordにあるような開発者モードを用意し、有効になっている場合のみcontextmenuに項目を追加する

image image image

Why

MisskeyのAPIなどを使用するうえで、ノートのcontextmenuからユーザーIDやノートIDをコピーしたいと思うことが多いから。

Additional info (optional)

close #10846

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 May 14, 2023
@codecov
Copy link

codecov bot commented May 14, 2023

Codecov Report

Merging #10847 (7cc555f) into develop (238d0fa) will decrease coverage by 0.02%.
The diff coverage is 9.09%.

@@             Coverage Diff             @@
##           develop   #10847      +/-   ##
===========================================
- Coverage    77.15%   77.13%   -0.02%     
===========================================
  Files          901      901              
  Lines        90332    90352      +20     
  Branches      6571     6571              
===========================================
  Hits         69694    69694              
- Misses       20638    20658      +20     
Impacted Files Coverage Δ
packages/frontend/src/scripts/get-note-menu.ts 3.90% <9.09%> (-0.10%) ⬇️
packages/frontend/src/scripts/get-user-menu.ts 4.74% <9.09%> (-0.18%) ⬇️

@syuilo syuilo merged commit 3d94dec into misskey-dev:develop May 14, 2023
@syuilo
Copy link
Member

syuilo commented May 14, 2023

👍

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
Development

Successfully merging this pull request may close these issues.

ユーザー向けの開発者モードを追加する
2 participants