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

refactor(frontend): remove deprecated logged out status in Transactions #3321

Conversation

AntonioVentilii-DFINITY
Copy link
Contributor

Motivation

The route that loads the Transactions component has currently an Authorization guard, so we will never have access to it with the user signed out.

Changes

  • Remove all auth-related conditions in Transactions component.
  • Delete deprecated component TransactionsSignedOut

@AntonioVentilii-DFINITY AntonioVentilii-DFINITY requested a review from a team as a code owner November 4, 2024 21:07
Copy link
Member

@peterpeterparker peterpeterparker left a comment

Choose a reason for hiding this comment

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

LGTM, thx

LGTM, thx

We rename TransactionsSignedIn afterwards? Or we just merge it into Transactions?

@AntonioVentilii-DFINITY AntonioVentilii-DFINITY enabled auto-merge (squash) November 5, 2024 08:08
@AntonioVentilii-DFINITY AntonioVentilii-DFINITY merged commit cd7fa86 into main Nov 5, 2024
11 checks passed
@AntonioVentilii-DFINITY AntonioVentilii-DFINITY deleted the refactor(frontend)/remove-deprecated-logged-out-status-in-Transactions branch November 5, 2024 08:13
AntonioVentilii added a commit that referenced this pull request Nov 5, 2024
# Note

This is a duplicate of #3332 because I changed the account

# Motivation

After PR #3321 , we merge the component `TransactionsSignedIn` into
`Transactions`, since there is no signed-in state anymore.

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants