-
Notifications
You must be signed in to change notification settings - Fork 127
[tokenvm] GUI #411
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
Merged
Merged
[tokenvm] GUI #411
Conversation
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
* working on address book * add basic side spacing * add minimal address book addition * fix clear screen issue * address book parsing works * add me to address book * address book for mint * limit width of views * fix footer view
* basic impl * add basic icon for in/out * fix order book spacing * asset switching works * add basic handling of addition * support add asset check * add basic order viewing * fill order works * add explanation blocks * define createOrder function * creating orders works * trading works * add tx tracking for all trades * make parsing more efficient * change action history name * remove verbose logs * don't faucet if fee too high
* use homedir * update logo * use different appicon import * save dawin plist * fix floating navbar * cleanup context usage * cleanup app.go * add min height * backend passing * cleaning up app * fix store asset check * prevent duplicate add assets * add address persistence * store solutiosn * move everything to db * fix off-by-1 address * all working * use prettier formatting * fix lint * remove unused font
* add proxy script * fix log * use long-lived port * revert navbar changes for now * commit root index
* fix path selection * add FundsCheck to pages * use window for has balance check * disable buttons if no balance * treat index as explorer * add placeholder text for funds check * formatting
* memo passing integration tests * add memo to UI * UI updated for memo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolves: #397
Return all items for view in a single call instead of separate functions (i.e. only 1setState
)Add tx confirmation with fees before issueAdd tx view for explorer as drawergo build -ldflags "-X github.com/ava-labs/subnet-evm/plugin/evm.GitCommit=$SUBNET_EVM_COMMIT $STATIC_LD_FLAGS" -o "$BINARY_PATH" "plugin/"*.go