-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Font library: Fix React key prop warnings #57939
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
Merged
mikachan
merged 23 commits into
try/font-library-refactor
from
font-library/fix-react-warnings
Jan 23, 2024
Merged
Changes from 10 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c8072d4
Font Library: add wp_font_face post type and scaffold font face REST …
creativecoder 61da35c
Font Library: create font faces through the REST API (#57702)
creativecoder 42565a3
Refactor Font Family Controller (#57785)
creativecoder afacdf2
Font Family and Font Face REST API endpoints: better data handling an…
creativecoder 7c82cb9
Font Families REST API endpoint: ensure unique font family slugs (#57…
creativecoder f84cc6d
Font Library: delete child font faces and font assets when deleting p…
creativecoder 492a3ee
Font Library: refactor client side install functions to work with rev…
jffng 9ebc25f
Cleanup/font library view error handling (#57926)
pbking 92ff955
Fix unique key prop warning when opening modal
mikachan 5b57f3e
Add key props to FontsGrid children
mikachan 8a5efd4
Font Faces endpoint: prevent creating font faces with duplicate setti…
creativecoder 3a739bc
Font Library: Update uninstall/delete on client side (#57932)
mikachan 22253e5
Add slug/id back to FontCollection
mikachan c646e3d
Change tabsFromCollections inline with Font Collections PR
mikachan 2d3abce
Use child.key for key prop in FontsGrid
mikachan c6e0fbb
Update packages/edit-site/src/components/global-styles/font-library-m…
mikachan 74be330
Merge branch 'trunk' into try/font-library-refactor
mikachan a666bb5
Font Library: address JS feedback in #57688 (#57961)
mikachan 32689e1
Font Library REST API endpoints: address initial feedback from featur…
creativecoder 2aa9c64
Font Library: font collection refactor to use the new schema (#57884)
matiasbenedetto fe2c0ae
Merge branch 'try/font-library-refactor' into font-library/fix-react-…
mikachan ab889a7
Merge branch 'try/font-library-refactor' into font-library/fix-react-…
mikachan 75c27e5
Remove old WP_REST_Autosave_Fonts_Controller class
mikachan 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
762 changes: 762 additions & 0 deletions
762
lib/experimental/fonts/font-library/class-wp-rest-font-faces-controller.php
Large diffs are not rendered by default.
Oops, something went wrong.
637 changes: 383 additions & 254 deletions
637
lib/experimental/fonts/font-library/class-wp-rest-font-families-controller.php
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.