Skip to content

Add IHasWebview interface#1232

Merged
andrew-welker merged 9 commits into
developmentfrom
feature/IHasOsd
Apr 1, 2025
Merged

Add IHasWebview interface#1232
andrew-welker merged 9 commits into
developmentfrom
feature/IHasOsd

Conversation

@aknous
Copy link
Copy Markdown
Contributor

@aknous aknous commented Apr 1, 2025

Adds interface for web view handling on a codec

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 introduces an interface for web view handling on codecs and updates a GitHub Actions workflow configuration.

  • Added the IHasWebView interface in the Core library to support web view operations.
  • Updated the GitHub Actions workflow to bypass package checks during builds.

Reviewed Changes

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

File Description
src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs Added new interface for handling web view operations.
.github/workflows/EssentialsPlugins-builds-4-series-caller.yml Modified workflow config to bypass package checks.
Comments suppressed due to low confidence (1)

src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs:11

  • [nitpick] Consider renaming 'WebviewIsVisible' to 'WebViewIsVisible' to maintain consistent PascalCase naming conventions.
bool WebviewIsVisible { get; }

@andrew-welker andrew-welker changed the title Feature/IHadOsd Add IHasWebview interface Apr 1, 2025
@andrew-welker andrew-welker changed the base branch from main to development April 1, 2025 13:53
@andrew-welker andrew-welker merged commit 1625cbe into development Apr 1, 2025
@andrew-welker andrew-welker deleted the feature/IHasOsd branch April 1, 2025 13:56
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