Karyne Mayer
Karyne Mayer
## Description Depends on #845 Changes were based on #646 ## Test scenarios ## Checklist: - [x] I have performed a self-review of my own code - [ ] I...
## Description - Changes environment variables - Moving ConfigManager to NetworkStore inside of Pinia ## Test scenarios ## Checklist: - [x] I have performed a self-review of my own code...
## Overview The current account dropdown doesn't have a clear content hierarchy nor makes it clear what clicking on the account name - that appears twice - does. The design...
## Acceptance Criteria - App name and favicon can be changed via configuration file without code changes
## Overview When you create an msig with multiple identical transfer actions (i.e. same sender, receiver, value and memo), only one of the identical transactions is executed. The transactions are...
## Overview The current transaction result modal exists within each form, and thus, their styling lacks consistency throughout OBE. The goal here is to create a single component responsible for...
## Overview Currently, there is little consistency on how OBE handles errors: `console.log`, `return 0` and `error?.cause?.json?.error?.what || defaultMessage`. To increase consistency and maintainability in the code base, we should...
## Overview ## Steps to reproduce 1. Go to the account page 2. Click on `Resources` 3. Click on the `Buy Ram` tab 4. Buy 0.001 ## Current behavior The...