Skip to content

enhance(frontend): テキストエリアのサイズを自動で調整するように#17337

Draft
kakkokari-gtyih wants to merge 5 commits into
misskey-dev:developfrom
kakkokari-gtyih:enh-15234
Draft

enhance(frontend): テキストエリアのサイズを自動で調整するように#17337
kakkokari-gtyih wants to merge 5 commits into
misskey-dev:developfrom
kakkokari-gtyih:enh-15234

Conversation

@kakkokari-gtyih
Copy link
Copy Markdown
Contributor

What

かいてあるとおり

テスト中

Why

Fix #15234

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

❌ Patch coverage is 14.28571% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 14.92%. Comparing base (8a85ee1) to head (39a021d).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
packages/frontend/src/directives/autosize.ts 15.38% 9 Missing and 2 partials ⚠️
packages/frontend/src/components/MkPostForm.vue 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #17337      +/-   ##
===========================================
- Coverage    24.89%   14.92%   -9.98%     
===========================================
  Files         1150      243     -907     
  Lines        38825    11879   -26946     
  Branches     10774     4021    -6753     
===========================================
- Hits          9667     1773    -7894     
+ Misses       23393     7940   -15453     
+ Partials      5765     2166    -3599     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

テキストエリアの高さを入力値に合わせて自動調整する機能

2 participants