-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support LightAPI balance provider #155
Merged
Merged
Conversation
This file contains 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
* Utilize the meta theme-color property to make the site look better on mobile safari and other supported browsers * delete yarn-error.log add to gitignore
fix: disabling account creation button
* chore: switching to create-account library * style: code formatting Co-authored-by: Aaron Cox <aaron@greymass.com>
…nto apporc-apporc_lightapi
Deploying with Cloudflare Pages
|
aaroncox
added a commit
that referenced
this pull request
Feb 8, 2023
* Utilize the meta theme-color property (#129) * Utilize the meta theme-color property to make the site look better on mobile safari and other supported browsers * delete yarn-error.log add to gitignore * enhancement: added account creation popup * style: code linting * refactor: using the account-creation type * fix: setting variables properly in snowpack configs fix: disabling account creation button * style: linted * refactor: using Event in mouse event handler function * enhancement: handling case where popup is closed * enhancement: receiving account creation errors by catching error raised in lib * chore: updated version of account creation lib * refactor: refactored login.svelte * chore: updated account creation lib version * refactor: better error handling * style: linted * refactor: making createAccount an async function * tmp: making create-test the default whalesplainer url for now * chore: moving creatingAccount variable to handleCreateAccount * Updated link to account creation (#132) * update readme after repo renamed * Switching to create-account library (#136) * chore: switching to create-account library * style: code formatting Co-authored-by: Aaron Cox <aaron@greymass.com> * Support LightAPI balance provider * Fix for when REX value is too low, values are miscalculated * Removed failing bloksFallback - needs fixing * Adding public token list * Removing since it's unused at the moment, retaining for reference --------- Co-authored-by: Jacob Davis <ismyhc@gmail.com> Co-authored-by: dafuga <danielfugere28@gmail.com> Co-authored-by: apporc <appleorchard2000@gmail.com>
aaroncox
added a commit
that referenced
this pull request
Feb 8, 2023
Support LightAPI balance provider (#155)
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.
Supersedes #140, Closes #137
Adds a few more commits to resolve a couple issues and fix merge issues.