Skip to content
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

feat(toasts): add link to transfer log #79

Merged
merged 13 commits into from
Feb 8, 2022
Merged

Conversation

dan-ziv
Copy link
Collaborator

@dan-ziv dan-ziv commented Feb 8, 2022

Add on each transfer-toast a link to the Account menu with the transfer-log expanded.

  • Changes have been done against master branch, and PR does not conflict
  • New unit / functional tests have been added (whenever applicable)
  • Test are passing in local environment
  • Docs have been updated

This change is Reviewable

Carmit Kleinik added 13 commits February 1, 2022 10:19
… openes the account-menu with the log expanded. Added 'muneProps' to Bridge.js, currently used only by the account-menu.
…ccourding to the transfer's source (not target);
… in the comp state, extract findIndexById to utils; additional small fixes, mostly remove redundant code;
…erId' on 'showMenuAction';Account.js-check if should expand or minimize the TransferLogContainer
…r;Bridge.slice.js-remove unused action-name
…enu's-enum as a props. click on toggleShowChildren in the container triggers the resetMenuProps;
@dan-ziv dan-ziv closed this Feb 8, 2022
@CarmitKl CarmitKl reopened this Feb 8, 2022
@dan-ziv dan-ziv closed this Feb 8, 2022
@dan-ziv dan-ziv deleted the feat/add-trasfersLog-link branch February 8, 2022 13:54
@CarmitKl CarmitKl restored the feat/add-trasfersLog-link branch February 8, 2022 13:55
@CarmitKl CarmitKl reopened this Feb 8, 2022
@dan-ziv dan-ziv changed the title Feat/add trasfers log link feat(toasts): add link to transfer log Feb 8, 2022
@dan-ziv dan-ziv added this to the beta milestone Feb 8, 2022
@dan-ziv dan-ziv linked an issue Feb 8, 2022 that may be closed by this pull request
@CarmitKl CarmitKl merged commit b743b85 into dev Feb 8, 2022
@CarmitKl CarmitKl deleted the feat/add-trasfersLog-link branch February 8, 2022 14:10
dan-ziv pushed a commit that referenced this pull request Mar 29, 2022
 ## [0.1.0-dev.1](v0.0.1...v0.1.0-dev.1) (2022-03-29)

### 🧩 Features

* handle browser support  ([#96](#96)) ([56d920d](56d920d))
* remove redux and use providers ([#98](#98)) ([ed38ae4](ed38ae4))
* **toasts:** add link to transfer log ([#79](#79)) ([b743b85](b743b85))
* use blockNumber=pending for balanceOf calls ([#58](#58)) ([9a84b05](9a84b05))

### 💉 Improvements

* continuous integration  ([#99](#99)) ([adc15b5](adc15b5))
* utils ([#82](#82)) ([c38e56e](c38e56e))

### 🔧 Fixes

* add missing env poll block number interval ([d364cb4](d364cb4))
* ci ([2a92c4a](2a92c4a))
* ci ([541e34b](541e34b))
* **getTransactionHash:** add fee and version to calculation ([#90](#90)) ([938ffe0](938ffe0))
* redux error on switching menu "non-serializable value was detected" ([#89](#89)) ([9dc4972](9dc4972))
* remove pending transfer toast ([#92](#92)) ([20f51f3](20f51f3))
* update ETH token addresses and add SLF token ([#84](#84)) ([2c5a9df](2c5a9df))
@dan-ziv
Copy link
Collaborator Author

dan-ziv commented Mar 29, 2022

🎉 This PR is included in version 0.1.0-dev.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dan-ziv pushed a commit that referenced this pull request Apr 4, 2022
 ## [1.0.0-dev.1](v0.0.1...v1.0.0-dev.1) (2022-04-04)

### ⚠ BREAKING CHANGES

* alpha version (#126)

### 💉 Improvements

* utils ([#82](#82)) ([c38e56e](c38e56e))

### 🔧 Fixes

* add missing env poll block number interval ([d364cb4](d364cb4))
* **getTransactionHash:** add fee and version to calculation ([#90](#90)) ([938ffe0](938ffe0))
* redux error on switching menu "non-serializable value was detected" ([#89](#89)) ([9dc4972](9dc4972))
* remove pending transfer toast ([#92](#92)) ([20f51f3](20f51f3))
* update ETH token addresses and add SLF token ([#84](#84)) ([2c5a9df](2c5a9df))

### 🧩 Features

* alpha version ([#126](#126)) ([5b15ca0](5b15ca0))
* handle browser support  ([#96](#96)) ([56d920d](56d920d))
* remove redux and use providers ([#98](#98)) ([ed38ae4](ed38ae4))
* **toasts:** add link to transfer log ([#79](#79)) ([b743b85](b743b85))
* use blockNumber=pending for balanceOf calls ([#58](#58)) ([9a84b05](9a84b05))
@dan-ziv
Copy link
Collaborator Author

dan-ziv commented Apr 4, 2022

🎉 This PR is included in version 1.0.0-dev.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dan-ziv pushed a commit that referenced this pull request Apr 4, 2022
 ## [1.0.0](v0.0.1...v1.0.0) (2022-04-04)

### ⚠ BREAKING CHANGES

* alpha version (#126)

### 💉 Improvements

* utils ([#82](#82)) ([c38e56e](c38e56e))

### 🧩 Features

* alpha version ([#126](#126)) ([5b15ca0](5b15ca0))
* handle browser support  ([#96](#96)) ([56d920d](56d920d))
* remove redux and use providers ([#98](#98)) ([ed38ae4](ed38ae4))
* **toasts:** add link to transfer log ([#79](#79)) ([b743b85](b743b85))
* use blockNumber=pending for balanceOf calls ([#58](#58)) ([9a84b05](9a84b05))

### 🔧 Fixes

* add missing env poll block number interval ([d364cb4](d364cb4))
* empty callback in promise .then ([#127](#127)) ([9d13c3b](9d13c3b))
* **getTransactionHash:** add fee and version to calculation ([#90](#90)) ([938ffe0](938ffe0))
* redux error on switching menu "non-serializable value was detected" ([#89](#89)) ([9dc4972](9dc4972))
* remove pending transfer toast ([#92](#92)) ([20f51f3](20f51f3))
* update ETH token addresses and add SLF token ([#84](#84)) ([2c5a9df](2c5a9df))
@dan-ziv
Copy link
Collaborator Author

dan-ziv commented Apr 4, 2022

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Give a way to go from the status message to the transfers log
2 participants