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

PE-7517: quick wins v1.8.0 #140

Merged
merged 3 commits into from
Jan 28, 2025
Merged

PE-7517: quick wins v1.8.0 #140

merged 3 commits into from
Jan 28, 2025

Conversation

kunstmusik
Copy link
Collaborator

  • Add Delegate EAY column to Active Stakes table
  • Add copy button in tables where Domain Name is shown that copies the domain name (without “https://")

@kunstmusik kunstmusik requested a review from a team as a code owner January 28, 2025 00:30
@kunstmusik kunstmusik changed the base branch from develop to PE-7497-add-settings-modal-for-setting-devnet-testnet-and-cu-url January 28, 2025 00:30
Copy link

github-actions bot commented Jan 28, 2025

Visit the preview URL for this PR (updated for commit a89f33f):

https://ar-io-network-portal-a40ee--pr140-pe-7517-quick-wins-v-o3gvybex.web.app

(expires Tue, 11 Feb 2025 17:24:39 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 7abfae09c4446982a71cbb94b0cbf4688377a111

@@ -125,7 +141,7 @@ const MyStakesTable = () => {

setActiveStakes(activeStakes);
setPendingWithdrawals(pendingWithdrawals);
}, [delegateStakes, gateways, isFetching]);
}, [delegateStakes, gateways, isFetching, protocolBalance]);
Copy link
Contributor

Choose a reason for hiding this comment

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

this feels like its worth a useQuery hook with the dependencies as keys

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think it's alright here as it's not going to be re-used elsewhere. Perhaps there's an opportunity to further optimize but for now I think it's okay to keep this as-is.

Base automatically changed from PE-7497-add-settings-modal-for-setting-devnet-testnet-and-cu-url to develop January 28, 2025 19:21
@kunstmusik kunstmusik merged commit b90af8c into develop Jan 28, 2025
5 checks passed
@kunstmusik kunstmusik deleted the PE-7517-quick-wins-v-1-8-0 branch January 28, 2025 19:21
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.

2 participants