fix(frontend): allow date-only note search ranges - #17739
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
こちらなにか残作業ありますでしょうか? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #17739 +/- ##
============================================
- Coverage 26.08% 14.02% -12.07%
============================================
Files 1181 249 -932
Lines 40105 12008 -28097
Branches 11099 4046 -7053
============================================
- Hits 10461 1684 -8777
+ Misses 23769 8074 -15695
+ Partials 5875 2250 -3625 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What
ノート検索の投稿日時範囲を日付と任意の時刻に分けて入力できるようにしました。
時刻を省略した場合、開始日時はその日の
00:00:00.000、終了日時は23:59:59.999として補完します。Why
datetime-localでは日付だけを選んだ状態が検索条件に反映されず、日時範囲が API に渡らないためです。Fixes #17560
Additional info (optional)
Checklist