-
As you normally don't start using CapitalBe right from opening a new bank account, we should allow for an "Initial balance".
Instead of introducing some sort of special category for it that doesn't…
-
Great job man.
I do really like what you have done, i was thinking, wouldn't it's usage benefit from using the full power of Laravel Eloquent?
I see you are doing loops through all accounts fo…
-
Some of the GraphQL provider queries have deprecated fields. We must remove them and use the proper fields.
For example in `AccountInfoProvider`'s query:
```typescript
export const getAccountBal…
-
Suggested features/fixes for next version of the app. Review ahead of development.
- USDC support.
- Onboard to Pay from Bitcoin via Gateway, using a BTC wallet.
- show pre-selected in the send p…
-
In a real world scenario, it does not make sense having a transaction of amount 0 (or -0), it must be a negative (outcome) or positive (income).
`addt 7 d/hello amt/0 o/myselt dt/2024-12-12`
![image…
-
**What problem are you trying to solve?**
Less than intuitive experience on seeing total value of all your currencies
**Describe the solution you'd like**
in the main screen of the extension, dis…
-
Note for refactoring, extra care (obviously: tx history list + tx detail, but extra tests):
- "Return payment" (prefilled amount)
- ...
#### Note: regular key detection from signing public key
…
-
![image](https://user-images.githubusercontent.com/45968869/69486097-44a01f00-0e48-11ea-876e-9b84b56e2f40.png)
Displaying a text "(all)" isn't specific. The user may think "What is (all)? All balan…
-
## Abstract
Currently the lists of accounts are somewhat hidden as the second section of `Accounts & Balances / Blockchain Balances`, underneath `Blockchain Balances per asset`. It should be a sta…
-
Graph data fetching should be refactored to use data from redux instead of fetching it again:
2. Use account balances from redux instead of fetching it again (this should solve incosistent values a…