-
Notifications
You must be signed in to change notification settings - Fork 1
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
[MINT-3221] MTO Table Action Component #1552
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
9690922
Add TableActions component
garyjzhao 7d15493
add the milestone buttons
garyjzhao e3b588f
Add solutions and template buttons
garyjzhao 6cc912c
adjust copy and classnames
garyjzhao f0a28cf
add comment and adjust the icons
garyjzhao 0f35f2a
Add the standard categories pill
garyjzhao 23a6c9c
add teh gap
garyjzhao 28092ef
addressing the routes
garyjzhao e6d18f4
add GetMTOCommonSolutions
garyjzhao 518f8dc
add milestoneData and solutionData
garyjzhao 57c0294
add test and mocks
garyjzhao ed292ff
add enum to mock
garyjzhao b8fd282
updated snaps
garyjzhao 44de617
remove comments
garyjzhao f342c29
good work
garyjzhao 7845d92
add index.scss
garyjzhao 84b3557
using grid and scs
garyjzhao 7f56474
add CreateStandardCategories
garyjzhao 67b961f
Adding create mutation to actions
garyjzhao 7de4303
updated snaps
garyjzhao 0650ed9
remove alert and add todo comment
garyjzhao 1b96257
update code based on pr feedback
garyjzhao 94585c3
fix new import routes for mtomodal
garyjzhao af2c6c3
moved data query to parent to allow passing down to siblings
garyjzhao 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.
the
useGetModelToOperationsMatrixQuery
is also used in<MTOTable />
component. So, I thought to pass down the data needed, instead of calling the gql again.Also, this allowed me to pass refetch down to the sibling component
<MTOTableActions />