-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Font Library Refactor #57688
Merged
Merged
Font Library Refactor #57688
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5dbb7fc
Font Library: add wp_font_face post type and scaffold font face REST …
creativecoder e89854a
Font Library: create font faces through the REST API (#57702)
creativecoder 998f084
Refactor Font Family Controller (#57785)
creativecoder 90b5717
Font Family and Font Face REST API endpoints: better data handling an…
creativecoder efffcc8
Font Families REST API endpoint: ensure unique font family slugs (#57…
creativecoder c263a04
Font Library: delete child font faces and font assets when deleting p…
creativecoder e8ca12c
Font Library: refactor client side install functions to work with rev…
jffng 13b5640
Cleanup/font library view error handling (#57926)
pbking 3e37968
Font Faces endpoint: prevent creating font faces with duplicate setti…
creativecoder d1f8dcf
Font Library: Update uninstall/delete on client side (#57932)
mikachan 3e5e987
Update packages/edit-site/src/components/global-styles/font-library-m…
mikachan dd885b5
Font Library: address JS feedback in #57688 (#57961)
mikachan 2ed7a3b
Font Library REST API endpoints: address initial feedback from featur…
creativecoder c0e9949
Font Library: font collection refactor to use the new schema (#57884)
matiasbenedetto 51345f0
Fix font asset download when font faces are installed (#58021)
creativecoder d45d540
Font Families and Faces: disable autosaves using empty class (#58018)
creativecoder 1320d20
Adds migration for legacy font family content (#58032)
creativecoder 4dce262
Font Library: Fix font collection filtering (#58091)
matiasbenedetto 3da3f45
Merge branch 'trunk' into try/font-library-refactor
mikachan 2743793
Fix load.php
mikachan b98c028
Font Library: fix to activate and display the right activation state …
matiasbenedetto 921ec13
Fix font face files not being deleted with family (#58128)
creativecoder 14b9e53
Font Library Preview: fix quoting of fontFamily property (#58127)
creativecoder f460811
Fix Font Library Tests_Font_Library_Hooks test missed in #58128
creativecoder 51e4bed
Font library: Fix React key prop warnings (#57939)
mikachan 23ce4e9
removing repeated comment
matiasbenedetto eb30f83
Update default Google fonts collection URL
mikachan dde2059
Font Library: Prevent error when installing a system font twice (#58141)
creativecoder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Best to use sprintf placeholders for
src
andfont_families
here to prevent accidental translationThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added here: 18f9963