Skip to content

Sync Main to Develop after 1.7.0#1683

Merged
subodhr258 merged 2 commits intodevelopfrom
main
Feb 27, 2026
Merged

Sync Main to Develop after 1.7.0#1683
subodhr258 merged 2 commits intodevelopfrom
main

Conversation

@subodhr258
Copy link
Copy Markdown
Collaborator

No description provided.

Develop to Main Sync for 1.7.0
* fix: Add optional chaining

* fix: Regression issue of video playing in background
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR synchronizes changes from the main branch to the develop branch following the 1.7.0 release. The changes address null/undefined handling and remove redundant video cleanup code.

Changes:

  • Added null coalescing operators to handle undefined plays values safely
  • Removed fallback native video element cleanup code that was redundant with Video.js player disposal

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pages/dashboard/components/ChartsDashboard.js Added null coalescing to prevent errors when plays is null/undefined
assets/src/js/media-library/index.js Removed redundant native video element cleanup fallback code

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@subodhr258 subodhr258 merged commit f6ad183 into develop Feb 27, 2026
12 of 13 checks passed
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.

3 participants