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.
Closes #852
Code Changes
/taxonomy
page to be reachable via the navbardata-use
anddata-qualifier
slices. Also tried to standardize their pluralization, so some changes inPrivacyDeclarationForm.tsx
as wellSteps to Confirm
nox -s dev
and then visitlocalhost:3000/taxonomy
Pre-Merge Checklist
CHANGELOG.md
Description Of Changes
The content of the tab is just listed out as simply as possible right now, but will be updated to match the designs in #853
Screen.Recording.2022-07-14.at.2.57.45.PM.mov
The design for each tab should be the same, so I made a
TaxonomyTabContent
component that will do the rendering based on different data. Hopefully all of the tabs will be able to use it and just pass in different functions to handle adding, editing, deleting, etc.