Fix combobox dropdown filtering and undefined syncFaceColors#1
Open
CiberNin wants to merge 1 commit intoandrewmccalip:mainfrom
Open
Fix combobox dropdown filtering and undefined syncFaceColors#1CiberNin wants to merge 1 commit intoandrewmccalip:mainfrom
CiberNin wants to merge 1 commit intoandrewmccalip:mainfrom
Conversation
- Combobox _open() now shows all options on focus instead of filtering by the current input value, which previously locked users into seeing only matches for the already-selected value - Add clear (x) button to combobox inputs for quick value reset - Replace two calls to undefined syncFaceColors() with syncBatchColor() in heatmap and hole wizard group color pickers (silent ReferenceError) - Fix Windows MIME type for .js/.css files (served as text/plain) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
I have lots of other changes on my fork but IDK if you just want all of those in one PR. |
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.
Summary
_open()now shows all options on focus instead of filtering by the current input value, which previously locked users into seeing only matches for the already-selected valuesyncFaceColors()withsyncBatchColor()in heatmap and hole wizard group color pickers (silent ReferenceError).js/.cssto fix module loading on Windows