Daniela Brozzoni

Results 151 comments of Daniela Brozzoni

IMHO we should ditch the total balance altogether, and just have the secured and delegated balances

(From a discussion with @JSwambo) Having the following balances: - total in custody for EVERYTHING (including only the non-secured deposits), - When funds are pending to be secured, you see...

Related to this, nits: - [x] The buttons should be centered ![Revault GUI_104](https://user-images.githubusercontent.com/25042473/136009190-80a8fe60-77ca-40ba-8701-3060a8158d34.png) - [ ] The "Add recipients" overflows, we should either find a shorter name or have longer...

My idea was to have an object like: ``` pub enum Loadable { Loading, Loaded(T) } ``` and then passing to the view method a Loadable object, so for example:...

Ok, it's way worse than what I expected: (disclaimer, this doesn't compile yet as there are some `iter_mut` and `iter` around that need to be transformed in `if let`) ```diff...

Nope, we still have 0 in some screens I think it's important to fix this, at least in the home

~~@edouardparis @darosior @kloaec can I have more context on this? Is the fee amount missing somewhere?~~ Antoine just clarified this to me: we do have the fees in the spend...

Partially covered in #133, we still need to update the fees in the spend view ("Total fees" which aren't total, see https://github.com/revault/revault-gui/pull/133#issuecomment-868344157)

Entire revaultd logs: ``` C:\Users\Daniela\Downloads\revaultd-master\target\debug>.\revaultd.exe --conf ..\..\contrib\config_regtest.toml [1639822372][revaultd::daemon::revaultd][WARN] CPFP key not found, consider creating a cpfp_secret file in the datadir. Automated CPFP won't be available. [1639822372][revaultd][INFO] Using Noise static public...