Add Bulk Tagging of Local Categories#38
Merged
ronalfy merged 2 commits intorelease/2.3.0from Jan 17, 2026
Merged
Conversation
ronalfy
added a commit
that referenced
this pull request
Jan 21, 2026
* Add new categories view - unifying local and registered pattern categories. (#37) * Adding base categories screen. * Getting Hello World on categories screen. * Getting toggles to work. * Fixing toggle switches. * Doing prod build. * Adding pattern count to registered categories. * Getting categories into shape for display. * Fixing category encoding with category name. * Adding category card view. * Adding card views and disable buttons/states. * Changing icon. * Adding New Category modal. * Removing dispatch temporarily. * Adding new category modal. * Adding React Hook Form for bulk actions. * Adding checkboxes to each card. * Adding per item checks on the checkbox control. * Hiding delete button until focus/hover. * Fixing toggle states * Adding deletion modal. * Adding bulk actions and delete category modal. * Adding edit and create modals. * Allowing empty categories to be selected from quick edit list. * Adding edit local and registered category modals. * Fixing default filters. * Finishing up delete modal animations. * Adding disable functionality and disable modal and endpoint. * Updating default view when initializing categories. * Fixing toggle switch logic for enabled/disabled categories. * Making snackbar more dynamic. * Adding shortcut from categories screen back to patterns screen. * Adding appropriate reset to patterns grid. * Clearing checked state. Making it so categories only have links when full. * Fixing issues with the checkbox and bulk select of non-related types. * Adding clear selection to bulk controls. * Adding map category dialogue. * Changing enable button color. * Adding mapped categories jmodal. * Ensuring accurate category count. * Ensuring categories and assets only show up when set. * Removing categories from the main settings page. * Doing prod build. * Doing prod build. --------- Co-authored-by: Ronald Huereca <ronald@mediaron.com> * Version bump. * Restoring a few files. * Doing prod build. * Fixing core pattern hiding in Functions. * Adding bulk-edit categories. (#38) Co-authored-by: Ronald Huereca <ronald@mediaron.com> * Version bump. * Add Synced Patterns Popup Integration (#39) * Checking to see if plugin is active. * Adding compatibility with Synced Pattern Popups plugin. --------- Co-authored-by: Ronald Huereca <ronald@mediaron.com> * Version bump. * Getting rid of duplicate category count. * Code formatting. * Version bump for readme. * Correcting Synced Pattern Popups name. * Fixing bug when adding new category, that category doesn't update and isn't editable. * Adding plurality to quick actions. * Version bump. * Fixing pattern importer toggle. * Version bump. * Updating readme. --------- Co-authored-by: Ronald Huereca <ronald@mediaron.com>
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.
This PR adds bulk tagging of local categories.