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: group accounts #343

Merged
merged 28 commits into from
Nov 16, 2024
Merged

feat: group accounts #343

merged 28 commits into from
Nov 16, 2024

Conversation

kieranroneill
Copy link
Member

Description

  • Add new IAccountGroup type.
  • Add groups to accounts slice.
  • Add groupID and groupIndex to IAccount objects.
  • Add modal to add account group.
  • Move common code to a new ActionItem component.
  • Add groups to SideBar.
  • Add functionality to add and remove accounts from groups.
  • Implement re-ordering of groups.
  • Implement re-ordering accounts in groups.
  • Add SideBar button to manage groups through the ManageGroupsModal.
    • Implement adding new groups.
    • Implement removing groups.
    • Implement renaming groups.
  • Add EditableText component.

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 linked an issue Nov 16, 2024 that may be closed by this pull request
@kieranroneill kieranroneill self-assigned this Nov 16, 2024
@kieranroneill kieranroneill added ♻️ refactor The refactoring fairy has waved their magic wand ✨ feature New feature or request labels Nov 16, 2024
@kieranroneill kieranroneill added the 📦 dependencies New dependencies label Nov 16, 2024
@kieranroneill kieranroneill merged commit 28dc915 into beta Nov 16, 2024
8 checks passed
@kieranroneill kieranroneill deleted the 333-group-accounts branch November 16, 2024 19:30
github-actions bot pushed a commit that referenced this pull request Nov 16, 2024
# [2.4.0-beta.5](v2.4.0-beta.4...v2.4.0-beta.5) (2024-11-16)

### Features

* group accounts ([#343](#343)) ([28dc915](28dc915))
@kibi-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 2.4.0-beta.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kibi-bot kibi-bot added the 🚀 released To the moon! label Nov 16, 2024
github-actions bot pushed a commit that referenced this pull request Nov 16, 2024
# [2.4.0](v2.3.2...v2.4.0) (2024-11-16)

### Features

* change icon of account ([#335](#335)) ([0174529](0174529))
* group accounts ([#343](#343)) ([28dc915](28dc915))
* render markdown for whats new ([#344](#344)) ([4376081](4376081))
* switch to new voi testnet ([#342](#342)) ([a31c253](a31c253))
@kibi-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 2.4.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
📦 dependencies New dependencies ✨ 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.

Group accounts
2 participants