This repository was archived by the owner on Sep 8, 2025. It is now read-only.
feat: use expansion visibility service - #1537
Merged
Merged
Conversation
gbarkhatov
requested review from
jeremy-babylonlabs,
jonybur and
jrwbabylonlab
as code owners
September 3, 2025 16:16
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new hook useExpansionVisibilityService to centralize complex visibility logic for staking expansion delegations. The hook determines which delegations should be visible in different UI parts (Activity tab vs Verified Expansion Modal).
- Centralizes delegation visibility logic into a dedicated service hook
- Implements filtering rules for Activity tab and Verified Expansion Modal
- Adds logic to detect broadcasted expansions and hide original transactions when appropriate
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
jonybur
reviewed
Sep 3, 2025
jrwbabylonlab
approved these changes
Sep 4, 2025
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes #1530