-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Allow editing font features in the Settings UI #16678
Merged
microsoft-github-policy-service
merged 48 commits into
main
from
dev/pabhoj/sui_font_features
Feb 29, 2024
Merged
Allow editing font features in the Settings UI #16678
microsoft-github-policy-service
merged 48 commits into
main
from
dev/pabhoj/sui_font_features
Feb 29, 2024
Conversation
This file contains 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
…/pabhoj/sui_font_parity
…/pabhoj/sui_font_parity
PankajBhojwani
changed the title
boilerplate for feature key value pair
Allow editing font features in the Settings UI
Feb 6, 2024
This comment has been minimized.
This comment has been minimized.
microsoft-github-policy-service
bot
dismissed stale reviews from zadjii-msft and lhecker
February 29, 2024 18:39
The base branch was changed.
PankajBhojwani
added
the
AutoMerge
Marked for automatic merge by the bot when requirements are met
label
Feb 29, 2024
@lhecker @zadjii-msft could you approve again? it dismissed your reviews because the base changed |
zadjii-msft
approved these changes
Feb 29, 2024
lhecker
approved these changes
Feb 29, 2024
microsoft-github-policy-service
bot
merged commit Feb 29, 2024
6e451a2
into
main
18 of 20 checks passed
microsoft-github-policy-service
bot
deleted the
dev/pabhoj/sui_font_features
branch
February 29, 2024 20:08
zadjii-msft
pushed a commit
that referenced
this pull request
Mar 1, 2024
Make sure the delete button's `Tag` updates when the selected axis/feature changes, so that the correct key value gets propagated when the delete button is clicked. Refs #16678 #16104 ## Validation Steps Performed 1. Add a new feature/axis 2. Change the key 3. Click the delete button 4. Delete button works
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 of the Pull Request
Targets #16104
Same as #16104, but for font features
References and Relevant Issues
#10000
Validation Steps Performed
Font features are detected correctly and can be set in the settings UI
PR Checklist