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

fix(frontend): リノート経由でノートの詳細情報を見るとき、クリップ一覧がappearNoteのものになるように #15417

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Feb 7, 2025

What

image

↑ここのクリップ一覧がappearNoteをもとに取得されるように

各種メニューから利用できる操作は全てappearNoteのものなので、クリップ一覧もappearNoteで取得したほうが良さそう

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 Feb 7, 2025
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

Attention: Patch coverage is 25.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 18.82%. Comparing base (607bf60) to head (bfc2d10).

Files with missing lines Patch % Lines
packages/frontend/src/pages/note.vue 0.00% 5 Missing ⚠️
...ackages/frontend/src/components/MkNoteDetailed.vue 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #15417      +/-   ##
===========================================
- Coverage    18.82%   18.82%   -0.01%     
===========================================
  Files          766      766              
  Lines       111400   111402       +2     
  Branches      1234     1235       +1     
===========================================
  Hits         20966    20966              
- Misses       89845    89847       +2     
  Partials       589      589              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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
Development

Successfully merging this pull request may close these issues.

1 participant