misskey-dev / misskey

🌎 A completely free and open interplanetary microblogging platform 🚀
https://misskey-hub.net/
GNU Affero General Public License v3.0
9.95k stars 1.35k forks source link

fix(frontend): MkDateSeparatedListで月の違う同じ日はセパレータが出ないのを修正 #14545

Closed kakkokari-gtyih closed 4 weeks ago

kakkokari-gtyih commented 1 month ago

What

年・月・日すべてが同じかどうかを確かめるように

Why

Fix #909

Additional info (optional)

Checklist

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 19.72%. Comparing base (837a8e1) to head (42ae654). Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...es/frontend/src/components/MkDateSeparatedList.vue 0.00% 13 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14545 +/- ## =========================================== + Coverage 19.53% 19.72% +0.18% =========================================== Files 713 713 Lines 100287 100294 +7 Branches 997 995 -2 =========================================== + Hits 19591 19781 +190 + Misses 80152 79971 -181 + Partials 544 542 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

syuilo commented 4 weeks ago

🙏🏿