-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(APP-3358): Implement ProposalActionTokenMint action #246
Conversation
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.
Thanks for the changes @shan8851!
...onents/member/memberDataListItem/memberDataListItemStructure/memberDataListItemStructure.tsx
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/proposalActionsTypes/proposalActionTokenMint.ts
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/actions/mocks/proposalActionTokenMint.ts
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/actions/proposalActionTokenMint/index.ts
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
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.
Looking good! Thank you for staying on all the edits upstream. The base module is in main, should be no more rebasing from the other feature 🙌😅
...s/member/memberDataListItem/memberDataListItemStructure/memberDataListItemStructure.test.tsx
Show resolved
Hide resolved
...ts/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.test.tsx
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/proposalActions/proposalActions.stories.tsx
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/proposalActionsUtils.ts
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/proposalActionsUtils.test.tsx
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/proposalActionsTypes/proposalActionType.ts
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/proposalActionsTypes/proposalActionTokenMint.ts
Outdated
Show resolved
Hide resolved
src/modules/components/proposal/proposalActions/proposalActions/proposalActions.stories.tsx
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
...ponents/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.tsx
Outdated
Show resolved
Hide resolved
...ts/proposal/proposalActions/actions/proposalActionTokenMint/proposalActionTokenMint.test.tsx
Outdated
Show resolved
Hide resolved
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.
LGTM, thanks @shan8851!
Description
Implement token mint proposal action type
Task: APP-3358
Type of change
Checklist:
CHANGELOG.md
file in the root folder of the package after the [UPCOMING] title and beforethe latest version.