Skip to content

feat: use rollup for esm#1004

Merged
tsi merged 9 commits intofeat/schedule-lazy-playerfrom
feat/rollup-lazy-player
Mar 18, 2026
Merged

feat: use rollup for esm#1004
tsi merged 9 commits intofeat/schedule-lazy-playerfrom
feat/rollup-lazy-player

Conversation

@tsi
Copy link
Collaborator

@tsi tsi commented Mar 16, 2026

No description provided.

@tsi tsi self-assigned this Mar 16, 2026
@tsi tsi requested a review from a team as a code owner March 16, 2026 18:41
@netlify
Copy link

netlify bot commented Mar 16, 2026

Deploy Preview for cld-vp-esm-pages ready!

Name Link
🔨 Latest commit ad075d9
🔍 Latest deploy log https://app.netlify.com/projects/cld-vp-esm-pages/deploys/69ba6f3f9bad18000895d27b
😎 Deploy Preview https://deploy-preview-1004--cld-vp-esm-pages.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 16, 2026

Deploy Preview for cld-video-player ready!

Name Link
🔨 Latest commit ad075d9
🔍 Latest deploy log https://app.netlify.com/projects/cld-video-player/deploys/69ba6f3f745e480008c2e84a
😎 Deploy Preview https://deploy-preview-1004--cld-video-player.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Choose a reason for hiding this comment

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

The else branch on line 146 (if (startMin > endMin)) is dead code — since endMin = startMin + duration * 60 and duration is validated to be > 0 on the line above

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks, it was a bad attempt to handle multi-day time-slots. Handled it in the scheduler branch by adding a unified way to handle weekly time-ranges that supports over-night slots

@tsi tsi merged commit 87a1a99 into feat/schedule-lazy-player Mar 18, 2026
10 checks passed
tsi added a commit that referenced this pull request Mar 19, 2026
* feat: schedule and lazy-player

* chore: style loading

* chore: player

* chore: move to duration based schedule

* chore: handle over-night ranges

* feat: use rollup for esm (#1004)

* feat: use rollup for esm

* chore: cleanup

* chore: rollup imports

* chore: build

* chore: deduplicate

* chore: setupCloudinaryGlobal

* chore: test over-night time-ranges

* chore: improve E2E test pages

* chore: fix tests build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants