Add touch-strip text toggle and layout updates for Adaptive Dial#6
Merged
Conversation
Add optional touch-strip text for the Adaptive Dial and wire up UI/settings/feedback. - Introduce showTouchText setting (DialSettings) and a checkbox in the AdaptiveDial property inspector. - Add two feedback layouts: Layouts/adaptiveDial.json (no caption) and adaptiveDial.caption.json (with caption), and include layouts in PluginCore output (csproj). - Update PluginCore manifest to use the adaptiveDial layout by default. - Implement layout switching and caption updates in SCDialActionBase: new constants, state fields, UpdateDialTextAsync, OnTitleParametersDidChange handler, and safe logging. - Property inspector JS: add boolean parsing helper, hook up showTouchText via SDPIComponents.useSettings, persist changes and initialize toggle state. - Changelog updated with release notes, .gitignore minor entry added, and test package version bumps (coverlet & Microsoft.NET.Test.Sdk). This enables showing/hiding the dial title on Stream Deck+ touch strip and ensures the plugin updates feedback layout and caption when settings or title parameters change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add optional touch-strip text for the Adaptive Dial and wire up UI/settings/feedback.
This enables showing/hiding the dial title on Stream Deck+ touch strip and ensures the plugin updates feedback layout and caption when settings or title parameters change.
Fix: