forked from openedx/frontend-app-authoring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add content tags tree state + editing
This commit adds the add/remove functionality of content tags where the state is stored and changes are updated in the backend through the API. Changes are reflected in the UI automatically. style: Make custom style overrides more specific fix: ModalPopup appears cut off when top of screen refactor: Extract non-UI logic to helper component refactor: Rename mutation -> updater for clarity chore: Review nits style: Remove hover style for tag bubbles feat: Include implicit tags in tags count badge refactor: Nits from PR review fix: Copy tree to avoid modifying originals test: Add tests for new content tags editing test: Update tests for latest code fix: Fix typing issues with mutations fix: Clear checkboxes when mutation error feat: Add `editable` flag to ContentTagsDrawer feat: Invalidate query refetch content tags count refactor: Simplify react-query hooks + fix types fix: Add missing `contentId` to queryKey refactor: Move util functions outside component fix: Remove arrow from tags dropdown modal feat: "Load more" button to handle paginated tags chore: fix stylelint issues fix: Use Chip instead of Button for TagBubble feat: Add API calls to backend when updating tags feat: Add content tags tree state + editing
- Loading branch information
1 parent
56ad86e
commit ae22fb1
Showing
22 changed files
with
988 additions
and
424 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,7 @@ | |
overflow-y: scroll; | ||
max-height: 20rem; | ||
} | ||
|
||
.pgn__modal-popup__arrow { | ||
visibility: hidden; | ||
} |
Oops, something went wrong.