Skip to content

Release#1233

Merged
andrew-welker merged 13 commits into
mainfrom
release
Apr 1, 2025
Merged

Release#1233
andrew-welker merged 13 commits into
mainfrom
release

Conversation

@andrew-welker
Copy link
Copy Markdown
Contributor

No description provided.

@andrew-welker andrew-welker requested review from aknous and Copilot April 1, 2025 13:57
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 pull request introduces a new interface to support WebView functionality in devices, specifying methods for showing and hiding the WebView and a property to indicate its visibility.

  • Introduces IHasWebView interface.
  • Provides clear contracts for WebView actions.
  • Isolates WebView-specific functionality for better code organization.
Comments suppressed due to low confidence (1)

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

  • [nitpick] Consider renaming 'WebviewIsVisible' to 'IsWebViewVisible' to better align with Boolean property naming conventions.
bool WebviewIsVisible { get; }

@andrew-welker andrew-welker merged commit 607f608 into main Apr 1, 2025
4 checks passed
@andrew-welker andrew-welker deleted the release branch April 1, 2025 14:03
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.

4 participants