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: delegate table username/rank adjustments #427

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

alfonsobries
Copy link
Contributor

@alfonsobries alfonsobries commented Apr 4, 2024

Summary

Related: https://app.clickup.com/t/86dt5qa1x

Depends on: https://github.com/ArdentHQ/platform-sdk/pull/58/files

Checklist

  • My changes look good in both light AND dark mode
  • The change is not hardcoded to a single network, but has multi-asset in mind
  • I checked my changes for obvious issues, debug statements and commented code
  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

Copy link

vercel bot commented Apr 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arkvault ❌ Failed (Inspect) Apr 4, 2024 6:36pm

@alfonsobries alfonsobries changed the base branch from develop to feat/mainsail April 4, 2024 18:08
@alfonsobries alfonsobries marked this pull request as draft April 4, 2024 18:10
@alfonsobries alfonsobries marked this pull request as ready for review April 4, 2024 18:35
@ItsANameToo
Copy link
Contributor

works apart from the delegate order that needs fixing, but that's on the API side

Comment on lines +216 to +220
{delegate.username() ? (
<div className="overflow-hidden text-ellipsis">{delegate.username()}</div>
): (
<TruncateMiddleDynamic value={delegate.address()} availableWidth={width} />
)}
Copy link
Contributor

Choose a reason for hiding this comment

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

will leave this for now, but later on we need a generic handler as it will apply to regular wallets and other parts of the UI as well

@ItsANameToo ItsANameToo merged commit e25241f into feat/mainsail Apr 5, 2024
18 of 53 checks passed
@ItsANameToo ItsANameToo deleted the fix/missing-delegates branch April 5, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants