Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Conversation

@shawnpringle
Copy link
Collaborator

IN this fork the user is given more control over the hive engine tokens. You will be able to delegate, remove delegations. You will also get a detailed transaction list of Hive engine transactions when you choose a particular hive engine token .

leprechaun and others added 30 commits July 13, 2022 20:38
This reverts commit 52e6e8a.
* added ability to send satoshi level values for very precise valued Hive Engine tokens
* use thousand separators for numeric value display and validation
* update balances after sending token
* set APP_URL constant from client_config.ts to be used with hive signer.
…dex.tsx

* included corrections for Hive Engine operations: transfer, stake, delegate and unstake.
…delegating Hive Engine tokens

* display balance of token amount delegated to the particular user.
* We must keep current with the changes of the team or remain forked up.
…nto development

* must keep current or get forked
…nto development

* keep current or get forked
* must keep current or get forked
leprechaun and others added 2 commits November 22, 2022 17:34
@shawnpringle
Copy link
Collaborator Author

i have a few failing tests that I don't understand yet. Take a look at the proofofbrain.blog site to see how clicking on the various HE token names open up and also http://localhost/hive-150329/@leprechaun/proof-of-brain-changes

@feruzm
Copy link
Member

feruzm commented Dec 8, 2022

@shawnpringle this looks like great improvement, probably need extensive review. @Adesojisouljay Could you please do initial review of these changes?

@Adesojisouljay
Copy link
Collaborator

Adesojisouljay commented Dec 8, 2022

@shawnpringle this looks like great improvement, probably need extensive review. @Adesojisouljay Could you please do initial review of these changes?

Noted, I'll take a look

@Adesojisouljay
Copy link
Collaborator

Adesojisouljay commented Dec 9, 2022

@shawnpringle, This feature looks so great, could you please make the following changes ?

  • Format token balances properly, remove all comas after decimal
  • Check history modal, load more button is not visible for some tokens with more history, also check scroll behavior
  • You can make entire card or clickable and give cursor a className of pointer to make users know it's clickable, instead of setting that light color for token symbol. Or you can just remove that background and leave it as it is
  • I'm not sure there is a need for dropdown in actions modal, when user clicks a token, actions(transfer, stake, unstake, delegate, etc) should be performed on that token. If we are adding dropdown, could you please let dropdown be consistent with history dropdown ? That should look more nicer

You can work on those changes for now and let's see how it'll look

@shawnpringle
Copy link
Collaborator Author

shawnpringle commented Dec 9, 2022 via email

@Adesojisouljay
Copy link
Collaborator

@shawnpringle Please check those comas and format, for example;

  • 180.007777999 is showing as 180.007,777,999,
  • 0.7777777 shows as 0.777,777,7

You should either round to few decimal places or remove comas we can show as 180.01 and 0.78 or display balance without rounding( the way we currently have it)

@shawnpringle
Copy link
Collaborator Author

shawnpringle commented Dec 9, 2022 via email

@feruzm
Copy link
Member

feruzm commented Dec 18, 2022

This is great effort, @shawnpringle please check this issue which has some ideas about our vision for wallet page, evolution of it and in effort to unify experience with mobile app, we are going to move more this direction.

#1172

Your implementation is quite similar to that and modal popup could be done as separate page and a lot of minor tweaks. This in itself is huge change and improvement, please create branch within this repo (you already have permission), so we can develop it together.

@shawnpringle
Copy link
Collaborator Author

shawnpringle commented Dec 18, 2022 via email

@shawnpringle
Copy link
Collaborator Author

shawnpringle commented Dec 18, 2022 via email

@feruzm
Copy link
Member

feruzm commented Dec 18, 2022

@shawnpringle I apologize, looks like in one of our clean ups, someone removed your username, weird. I added back.

You should be able to this directly now:

git checkout -b new-branch-xyz
//make your changes
git commit -am 'this is new feature commit message'
git push origin new-branch-xyz

@feruzm
Copy link
Member

feruzm commented Jan 26, 2023

Closing in favor of #1183, we will be adding features into that PR. Thank you! @Adesojisouljay please collaborate with @shawnpringle and check his work on this branch so it will save you some time to implementing detail pages.

@feruzm feruzm closed this Jan 26, 2023
@Adesojisouljay
Copy link
Collaborator

Closing in favor of #1183, we will be adding features into that PR. Thank you! @Adesojisouljay please collaborate with @shawnpringle and check his work on this branch so it will save you some time to implementing detail pages.

Thanks, noted
I'll do that

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants