Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mvaivre pushed 1 commit to address-worth-improvements alephium/alephium-frontend
- Explicitely define the number of decimals in calculateAmountWorth 9778ae5
mvaivre pushed 2 commits to address-worth-improvements alephium/alephium-frontend
mvaivre pushed 1 commit to address-worth-improvements alephium/alephium-frontend
- Correctly display asset worth in AssetList b05d890
mvaivre pushed 17 commits to next alephium/alephium-frontend
- Improve NFT display support (inspired by explorer) 5fda70d
- Activate video autoPlay / play on hover cbc5e09
- Add changeset e297fd8
- Add onClick callback to NFTThumbnail 790b20c
- Remove unnecessary check 9c46784
- Replace NFT placeholder icon 68fa6d7
- Fix display of NFT thumbnails f6a3fcd
- Reduce opacity of skeleton loader 2acbc0a
- Use axios to fetch content type f97fbbc
- Extract fetch thumbnail logic outside of component 34f54a0
- Visual tweaks ed8ef88
- Fix alignment 7cb5c93
- Delete thumbnails DB when clearing cache 36f43ac
- Align text in thumbnail error message 1668591
- Remove useless async keyword 49c9348
- Wrap deleteThumbnailsDB in its own try/catch block 3de03fb
- Merge pull request #925 from alephium/nft-thumbnails Improve NFT display support (inspired by explorer) d6c8431
mvaivre closed a pull request on alephium/alephium-frontend
Improve NFT display support (inspired by explorer)
mvaivre pushed 1 commit to nft-thumbnails alephium/alephium-frontend
- Wrap deleteThumbnailsDB in its own try/catch block 3de03fb
mvaivre created a review comment on a pull request on alephium/alephium-frontend
Fixed
mvaivre pushed 1 commit to nft-thumbnails alephium/alephium-frontend
- Remove useless async keyword 49c9348
mvaivre pushed 35 commits to nft-thumbnails alephium/alephium-frontend
- Fix amounts of pending txs in tx details modal Close #919 3894654
- Delete outdated translations doc 7050a74
- Update release docs Closes #188 1e37223
- Fix type error 50efc9d
- Merge pull request #922 from alephium/update-release-docs Update release docs 0ff20d0
- Merge pull request #920 from alephium/fix-pending-tx-display Fix amounts of pending txs in tx details modal 199761a
- Add number format region settings Related to #128 9605657
- Apply region number format settings in fiat amounts Related to #128 c179587
- Internationalize amounts dfa355d
- Clean up timers 047eba8
- Add changeset 57eeb92
- Fix tests e1c53aa
- Rename 300d626
- Update order of regions d892e4b
- Make region select modal searchable 58df930
- Port regions list from Ledger 739f748
- Use setTimeout instead of sleep 216a29f
- Remove unnecessary changeset cb97945
- Merge pull request #913 from alephium/i18n-amounts Internationalize desktop wallet amounts based on user's region or... 640430d
- New Crowdin translations by GitHub Action 94f03ca
- and 15 more ...
mvaivre pushed 2 commits to nft-thumbnails alephium/alephium-frontend
mvaivre created a review comment on a pull request on alephium/alephium-frontend
You're right yep!
mvaivre created a review comment on a pull request on alephium/alephium-frontend
We sometimes use the custom `sleep` function from web3 (which is basically a handle for `setTimeout`), but we usually use `setTimeout` directly. The sleep function can be a bit confusing IMO beca...
mvaivre pushed 1 commit to address-worth-improvements alephium/alephium-frontend
- Update web3 to 1.8.4 and extract TokensWithPrice 60d4052
mvaivre created a comment on a pull request on alephium/alephium-frontend
> Hm, no, that was not renamed... I can't reproduce it, but let me push my latest changes, maybe it's fixed. Seems to be fixed now yes!
mvaivre created a branch on alephium/alephium-frontend
address-worth-improvements - A monorepo containing all things frontend on Alephium.