Skip to content

Conversation

malwilley
Copy link
Member

Adds the open period activities type and uses it in the chart to highlight medium/high sections separately.

CleanShot 2025-10-07 at 14 57 41

@malwilley malwilley requested a review from a team as a code owner October 7, 2025 22:08
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Oct 7, 2025
cursor[bot]

This comment was marked as outdated.

Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #101130   +/-   ##
========================================
  Coverage   81.10%    81.10%           
========================================
  Files        8659      8659           
  Lines      384349    384328   -21     
  Branches    24261     24259    -2     
========================================
- Hits       311733    311717   -16     
+ Misses      72271     72266    -5     
  Partials      345       345           

cursor[bot]

This comment was marked as outdated.

Comment on lines +177 to +181
dataItem.type === 'trigger-interval'
? [2, 0, 0, 2]
: isLastItem
? [0, 2, 2, 0]
: [0, 0, 0, 0],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmm yes

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can it just be 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants