forked from deso-protocol/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pull in v2.2.1 #12
Merged
piratekev
merged 46 commits into
main
from
kevin/PEARL-227-delete-ban-users-from-admin-dashboard
May 18, 2022
Merged
Pull in v2.2.1 #12
piratekev
merged 46 commits into
main
from
kevin/PEARL-227-delete-ban-users-from-admin-dashboard
May 18, 2022
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
…when there are no fees in TransactionFeeMap (deso-protocol#526)
) * save current progress on updating admin panel * add support for modifying the sign up bonus config for a single country, update to use default jumio USD cents instead of DeSo nanos * refresh country bonuses after updating default jumio USD cents * add tooltip disclaimer about free DESO amount * update copy
…o-protocol#533) * simplify loops in GetMessages that handles encryption/decryption * message -> Message
…ing referral amount to display for sign up bonus (deso-protocol#535)
* use altumbase for daily gainers leaderboard * fix import styling
… ID AND add support for setting default kickback amount (deso-protocol#539) * add disclaimer on referrals page about amounts varying by locality of ID * add support for updating the default kickback amount for referrers
… hash to User Admin Data (deso-protocol#540)
* save current progress * update some styling on the supply monitoring page * update supply stats page to show count of keys holding DESO * Update src/app/supply-monitoring-stats-page/supply-monitoring-stats/supply-monitoring-stats.component.html
…so-protocol#545) * add support for NFT transfers, burns, and acceptance of transfers * fix styling * change font color to gray for pending ownership
* save current progress on notifications * Update NFT notifications and fix some small bugs * make global vars private again * remove console logging
* show additional royalties in sell nft modal * remove service fee which is no longer user
* Messages V3 * V3 support * Messages V3 final * Add comments & fix version * Fix circular dependancies
This reverts commit 9d98ea7.
* save current progress on DAO coin UI * add support for transferring DAO coins in the UI, add inputs for other fields for DAO coin transaction * add burn support, add DAO coin tab to profile, use number abbreviation to keep DAO coin numbers manageable, move utility func for parsing hex balances to global vars * add some frontend validation in transfer modal * fix up DAO modals - add balances and validations, hit isHodling endpoint if transfer restriction status is DAO Members only * fix alignment on DAO coin page * disable mint and burn if the amount is less than or equal to 0 * add notifications for DAO coin txns * add sweet alerts before DAO actions, only show profile owner if transfer restriction status is profile owner only and logged in user is not profile owner * address TGS feedback * Fix errors when user does not have DAO coin yet
* Messages V3 * V3 support * Messages V3 final * Add comments & fix version * Fix circular dependancies * Add senderGroupKeyName to TransferNFT
* fix: metadata fails when user not logged in this additional checks makes sure verification / node.deso.org metadata is only requested if loggedInUserPublicKey is ok. Currently it requests metadata from `https://node.deso.org/api/v0/get-user-metadata/undefined` which returns status 404 error and prevents post/user pages from showing the content. * align with diamondapp use same approach as DiamondApp
* Add support for twitter images.. this will show images hosted on twitter (they have link like pbs.twing.com ex: https://pbs.twimg.com/media/FO9LbSjaQAEFE26.jpg) before ![image](https://user-images.githubusercontent.com/55331140/160470352-bde7f317-fcc7-4680-9180-f9487a7892bc.png) after ![image](https://user-images.githubusercontent.com/55331140/160470432-5168c8a3-ad78-44e9-a147-3afc1fd11803.png) will be helpful for those projects which are building bridge between twitter and deso. * Update Caddyfile Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com>
* Added support for embedding Mousai streaming link in frontend * Fixed prettier/prettier issue * Added tests for Mousai embedding functionality * improved regex matching for mousai links * added the mousai's url in Caddyfile * Removed the test-cases that prevent tests from running properly Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com> * Replaced `jasmin.arrayContaining` call with a more logically sounding alternative (based on the available variables) Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com> * Updated `regex` based on the suggestion provided by @lazynina Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com> * Updated `regex` based on the suggestion provided by @lazynina Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com> * Added proper height to Mousai link * Update src/lib/services/embed-url-parser-service/embed-url-parser-service.ts Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com> * Update src/lib/services/embed-url-parser-service/embed-url-parser-service.ts Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com> Co-authored-by: Lazy Nina <81658138+lazynina@users.noreply.github.com>
* update reporting links * add /content to path
Bumping release to fix a CI issue
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.
No description provided.