Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix imports #4912

Merged
merged 2 commits into from Oct 24, 2023
Merged

Fix imports #4912

merged 2 commits into from Oct 24, 2023

Conversation

dmitrylyzo
Copy link
Contributor

Changes

  • Fix imports in RemoteControl.
  • Fix imports in Playback/Queue controller.
    According to the template.

Issues
In webOS 1.2, master crashes because emby-slider is not loaded.
10.8 doesn't crash (probably due to a poor tree-shaking), but I don't think we should leave a potential bug in the build.

@dmitrylyzo dmitrylyzo added bug Something isn't working stable backport Backport into the next stable release labels Oct 24, 2023
@@ -13,9 +13,11 @@ import * as userSettings from '../../scripts/settings/userSettings';
import cardBuilder from '../cardbuilder/cardBuilder';
import itemContextMenu from '../itemContextMenu';
import '../cardbuilder/card.scss';
import '../../elements/emby-button/emby-button';
import '../../elements/emby-itemscontainer/emby-itemscontainer';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

emby-itemscontainer can be removed (no direct use in remotecontrol.js), but I didn't want to risk 😅

@sonarcloud
Copy link

sonarcloud bot commented Oct 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dmitrylyzo dmitrylyzo added this to Active PRs in Release 10.8.0 via automation Oct 24, 2023
@thornbill thornbill added this to the v10.8.12 milestone Oct 24, 2023
Release 10.8.0 automation moved this from Active PRs to Approved PRs Oct 24, 2023
@thornbill thornbill merged commit 1a17353 into jellyfin:release-10.8.z Oct 24, 2023
15 checks passed
Release 10.8.0 automation moved this from Approved PRs to Completed PRs Oct 24, 2023
thornbill pushed a commit that referenced this pull request Nov 8, 2023
Fix imports

Original-merge: 1a17353

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
@jellyfin-bot jellyfin-bot moved this from Completed PRs to Jellyfinished in Release 10.8.0 Nov 8, 2023
@jellyfin-bot jellyfin-bot removed the stable backport Backport into the next stable release label Nov 8, 2023
@dmitrylyzo dmitrylyzo deleted the fix-imports branch November 29, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Release 10.8.0
  
Jellyfinished
Development

Successfully merging this pull request may close these issues.

None yet

3 participants