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

fix: session disconnection reflects on app #296

Merged
merged 6 commits into from
Aug 30, 2024

Conversation

kieranroneill
Copy link
Member

Description

  • Add provider event for when sessions are updated.
  • Add check all checkbox when selecting which sessions to manage.
  • Add check all checkbox on enable modal.
  • Add number of connected accounts on session items in the settings page.
  • Add notification when session has been disconnected from a dApp,

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 ✨ feature New feature or request 🐛 bug Something isn't working labels Aug 30, 2024
@kieranroneill kieranroneill self-assigned this Aug 30, 2024
@kieranroneill kieranroneill linked an issue Aug 30, 2024 that may be closed by this pull request
@kieranroneill kieranroneill merged commit 0e7df68 into beta Aug 30, 2024
9 checks passed
@kieranroneill kieranroneill deleted the 295-disconnect-not-being-reflected-in-app branch August 30, 2024 13:23
github-actions bot pushed a commit that referenced this pull request Aug 30, 2024
## [1.18.2-beta.1](v1.18.1...v1.18.2-beta.1) (2024-08-30)

### Bug Fixes

* session disconnection reflects on app ([#296](#296)) ([0e7df68](0e7df68))
@agoralabs-bot
Copy link
Contributor

🎉 This issue has been resolved in version 1.18.2-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@agoralabs-bot agoralabs-bot added the 🚀 released To the moon! label Aug 30, 2024
github-actions bot pushed a commit that referenced this pull request Sep 17, 2024
# [2.0.0](v1.18.1...v2.0.0) (2024-09-17)

### Bug Fixes

* add asset button disappears when changing appearance ([#316](#316)) ([c3cb4b0](c3cb4b0))
* edit account name updates the input with the intended account name ([#309](#309)) ([4a12f3e](4a12f3e))
* move disable whats new modal to object in system info with the version ([#312](#312)) ([ee3afab](ee3afab))
* only responds to kibisis provider requests via avm-web-provider ([#303](#303)) ([aac8b38](aac8b38))
* session disconnection reflects on app ([#296](#296)) ([0e7df68](0e7df68))

### Features

* add voi mainnet block explorer ([#315](#315)) ([470d14e](470d14e))
* add voi mainnet configuration ([#306](#306)) ([69f4148](69f4148))
* add whats new modal ([#311](#311)) ([708e128](708e128))
* allow optional font sf pro display ([#298](#298)) ([78a5ab5](78a5ab5))
* use mainnet as default ([#307](#307)) ([3de371f](3de371f))

### BREAKING CHANGES

* default to mainnet

* fix: toggling off networks while the network is selected switches to the default network

* feat: add mainnet badge to network select modal
@agoralabs-bot
Copy link
Contributor

🎉 This issue has been resolved in version 2.0.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
🐛 bug Something isn't working ✨ feature New feature or request 🚀 released To the moon!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disconnect not being reflected in app
2 participants