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: display notification on new transactions #323

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

kieranroneill
Copy link
Member

Description

  • Add i8ln to the Redux store.
  • Display a notification when new transactions have been received.
  • Only update active account when polling for updated account details.
  • Update account when switching active account.

Type of change

  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🏗️ Build configuration (CI configuration, scaffolding etc.)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 📝 Documentation update(s)
  • 📦 Dependency update(s)
  • 👩🏽‍💻 Improve developer experience
  • ⚡ Improve performance
  • ✨ New feature (non-breaking change which adds functionality)
  • ♻ Refactor
  • ⏪ Revert changes
  • 🧪 New tests or updates to existing tests

@kieranroneill kieranroneill added ♻️ refactor The refactoring fairy has waved their magic wand ✨ feature New feature or request labels Sep 19, 2024
@kieranroneill kieranroneill self-assigned this Sep 19, 2024
@kieranroneill kieranroneill linked an issue Sep 19, 2024 that may be closed by this pull request
@kieranroneill kieranroneill merged commit 4f0ecbc into beta Sep 19, 2024
9 checks passed
@kieranroneill kieranroneill deleted the 322-display-notification-on-new-transactions branch September 19, 2024 15:23
github-actions bot pushed a commit that referenced this pull request Sep 19, 2024
# [2.1.0-beta.3](v2.1.0-beta.2...v2.1.0-beta.3) (2024-09-19)

### Features

* display notification on new transactions ([#323](#323)) ([4f0ecbc](4f0ecbc))
@agoralabs-bot
Copy link
Contributor

🎉 This issue has been resolved in version 2.1.0-beta.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@agoralabs-bot agoralabs-bot added the 🚀 released To the moon! label Sep 19, 2024
github-actions bot pushed a commit that referenced this pull request Sep 19, 2024
# [2.1.0](v2.0.0...v2.1.0) (2024-09-19)

### Bug Fixes

* watch accounts no longer lose the watch badge ([#321](#321)) ([47790cd](47790cd))

### Features

* add refresh activity button ([#320](#320)) ([c3650ec](c3650ec))
* display notification on new transactions ([#323](#323)) ([4f0ecbc](4f0ecbc))
@agoralabs-bot
Copy link
Contributor

🎉 This issue has been resolved in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request ♻️ refactor The refactoring fairy has waved their magic wand 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display notification on new transactions
2 participants