Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #788 +/- ##
==========================================
+ Coverage 25.71% 25.72% +0.01%
==========================================
Files 30 30
Lines 1754 1757 +3
Branches 315 321 +6
==========================================
+ Hits 451 452 +1
- Misses 1234 1236 +2
Partials 69 69 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Greptile SummaryThis PR enhances the date-picker experience across the app by (1) replacing native Key changes:
Confidence Score: 3/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User clicks ← / → arrow] --> B{start is null?}
B -- Yes --> C[return early — no-op]
B -- No --> D[Shift start by n days]
D --> E{end is set?}
E -- Yes --> F[Shift end by n days]
E -- No --> G[applyRange]
F --> G
G --> H[mode = 'range', duration = 0]
H --> I[valueChanged]
I --> J{mode == 'last_duration' OR valid range?}
J -- Yes --> K[emit 'input' with new date range]
J -- No --> L[emit suppressed — invalid/too-long range]
Last reviewed commit: "feat: improve timeli..." |
- support start of week - add next/previous day buttons
- support start of week - add next/previous day buttons
|
@greptileai review |
Uh oh!
There was an error while loading. Please reload this page.