Skip to content

feat(Shell): Add FDC3 ChannelSelector #1002

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

Draft
wants to merge 4 commits into
base: feat/fdc3-2_0-conformance
Choose a base branch
from

Conversation

kruplm
Copy link
Contributor

@kruplm kruplm commented Apr 24, 2025

This PR introduces a new UI element that allows users to select the FDC3 Channel.
The ChannelSelector is leveraging WPF Material Design PopupBox, and rendered as an overlay thanks to the new WebView2CompositionControl which solves the AirSpace Issue

Changes in this PR

  • The Embedded WebBrowser is using WebView2CompositionControl as a drop-in replacement for the WebView2 Control. As this is using Direct3D under the hood the target framework had to be changed to net8.0-windows10.0.17763.0
  • We register a communication channel for each instance dynamically so that each web module can be notified by it's channel selector control about the channel change and vice-versa.
  • Fdc3ChannelSelectorStartupAction: the control is only added to the DOM if FDC3 is enabled.

@kruplm kruplm changed the title feat(Shell): Add FDC33 ChannelSelector feat(Shell): Add FDC3 ChannelSelector Apr 24, 2025
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.

1 participant