-
Notifications
You must be signed in to change notification settings - Fork 102
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
refactor: Remove ProfileManager
remaining code
#7809
refactor: Remove ProfileManager
remaining code
#7809
Conversation
This is in a decent state IMO, we can refactor/cleanup/whatever what is left as we complete other tasks |
packages/desktop/components/buttons/popup-buttons/MintNativeTokenButton.svelte
Outdated
Show resolved
Hide resolved
packages/desktop/views/dashboard/settings/views/advanced/HiddenAccounts.svelte
Show resolved
Hide resolved
packages/shared/lib/contexts/onboarding/actions/createShimmerClaimingProfileManager.ts
Show resolved
Hide resolved
packages/shared/lib/contexts/onboarding/actions/destroyShimmerClaimingWallet.ts
Show resolved
Hide resolved
packages/shared/lib/core/wallet/utils/outputs/preprocessGroupedOutputs.ts
Show resolved
Hide resolved
packages/shared/lib/core/wallet/utils/outputs/preprocessOutgoingTransaction.ts
Show resolved
Hide resolved
packages/desktop/views/dashboard/collectibles/views/CollectiblesDetailsView.svelte
Show resolved
Hide resolved
…' of github.com:iotaledger/firefly into refactor/remove-profile-manager
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.
looks very clean 🧹 🧹
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.
Cool
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 amazing 🚀 just couple minor comments added
packages/shared/lib/contexts/governance/utils/getParticipationsForProposal.ts
Outdated
Show resolved
Hide resolved
packages/shared/lib/contexts/governance/utils/isVotingForProposal.ts
Outdated
Show resolved
Hide resolved
packages/shared/lib/contexts/governance/utils/isVotingForSelectedProposal.ts
Show resolved
Hide resolved
packages/shared/lib/core/profile/interfaces/chrysalis-persisted-profile.interface.ts
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.
responded some comments
Closes #7808
Depends on #7804
Requires iotaledger/iota-sdk#1830