Skip to content
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: update logic for details view - display popup activate account button #8060

Merged

Conversation

cpl121
Copy link
Member

@cpl121 cpl121 commented Feb 16, 2024

Closes #8046

Summary

Please summarize your changes, describing what they are and why they were made.

...

Changelog

- Please write a list of changes

Testing

Platforms

Please select any platforms where your changes have been tested.

  • Desktop
    • MacOS
    • Linux
    • Windows

Instructions

Please describe the specific instructions, configurations, and/or test cases necessary to test and verify that your changes work as intended.

...

Checklist

Please tick the following boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or modified tests that prove my changes work as intended
  • I have verified that new and existing unit tests pass locally with my changes
  • I have verified that my latest changes pass CI workflows for testing and linting
  • I have made corresponding changes to the documentation

packages/desktop/views/dashboard/account-management/AccountManagement.svelte
…nt-info

packages/desktop/views/dashboard/account-management/AccountManagement.svelte
…nt-info

packages/desktop/views/dashboard/account-management/AccountManagement.svelte
packages/desktop/views/dashboard/account-management/AccountManagement.svelte
…w' and 'feat/add-account-info-logic' of github.com:iotaledger/firefly into feat/update-logic-for-activate-account-in-details-view
Base automatically changed from feat/add-account-info-logic to develop-iota2.0 February 16, 2024 12:06
…w' and 'develop-iota2.0' of github.com:iotaledger/firefly into feat/update-logic-for-activate-account-in-details-view
@cpl121 cpl121 requested a review from marc2332 February 19, 2024 08:15
Copy link
Collaborator

@evavirseda evavirseda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great, just a few comments 🙏

@evavirseda evavirseda self-requested a review February 19, 2024 10:00
Copy link
Collaborator

@evavirseda evavirseda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great job 🚀 🧑‍🚀 just conflicts!

Copy link
Collaborator

@marc2332 marc2332 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be some reactivity problem as my other account only appeared activated after logging out and in again

…w' and 'develop-iota2.0' of github.com:iotaledger/firefly into feat/update-logic-for-activate-account-in-details-view
@cpl121 cpl121 requested a review from marc2332 February 20, 2024 14:55
$: hasStakingFeature = hasOutputStakingFeature(selectedOutput)
$: rawStakedAmount = getStakedAmount(selectedOutput)
$: formattedStakedAmount = formatTokenAmountBestMatch(rawStakedAmount, getBaseToken())

function onExplorerClick(): void {
const url = `${explorerUrl}/${ExplorerEndpoint.Output}/${selectedOutput.outputId.toString()}`
const url = `${explorerUrl}/${ExplorerEndpoint.Output}/${selectedOutput?.outputId?.toString()}`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from a UX point of view, this makes no sense

@marc2332 marc2332 self-requested a review February 20, 2024 15:45
Copy link
Collaborator

@evavirseda evavirseda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's make sure we take care of this 🙏 accounts won't update until we log out.

Screenshare.-.2024-02-21.10_54_26.AM.mp4

@cpl121
Copy link
Member Author

cpl121 commented Feb 21, 2024

let's make sure we take care of this 🙏 accounts won't update until we log out.

Screenshare.-.2024-02-21.10_54_26.AM.mp4

That's not related to this issue?

@evavirseda
Copy link
Collaborator

let's make sure we take care of this 🙏 accounts won't update until we log out.
Screenshare.-.2024-02-21.10_54_26.AM.mp4

That's not related to this issue?

sure! we'll update it in another PR, just a reminder 🙏

@marc2332
Copy link
Collaborator

marc2332 commented Feb 22, 2024

let's make sure we take care of this 🙏 accounts won't update until we log out.
Screenshare.-.2024-02-21.10_54_26.AM.mp4

That's not related to this issue?

I don't think so tbh

Definitely

@cpl121 cpl121 merged commit 05bff9c into develop-iota2.0 Feb 22, 2024
3 of 4 checks passed
@cpl121 cpl121 deleted the feat/update-logic-for-activate-account-in-details-view branch February 22, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants