Pete Williams
Pete Williams
Thought I'd log a couple issues we've seen In the Civil Money Claims project. The first of which has had quite serious consequences for the user involved, and led to...
One potential problem with that is that, in our case at least, the number of tasks can be dynamic. You might start with 'You have completed 1 of 4 tasks',...
Mute seems to get intercepted by the Set volume command. I got this working by changing it from vieraControl.get to vieraControl.post in apis.js and then using POST requests for it.
Some thoughts on this here: https://www.figma.com/file/K49Nx7XfocShhHcwwQzQkm/Console-V2?node-id=3672%3A35294 In summary, I'd suggest the prompt to approve in their wallet remains a dialog, and then the pending and result states are shown in...
I've realised that the first deposit flows outlined so far missed out the step of granting permission for Vega to access the given asset in your Ethereum wallet. I've added...
Looks like toasts will soon be released so would be good to use them for this. So when you switch to a network that has changes, or when you log...
I think it should definitely be top right, bottom is too easy to miss. Top right is standard pattern for notifications in MacOS etc.
The very similar Ocamlfuse uses Service Accounts as a workaround for this issue. Perhaps similar could be implemented here? https://github.com/astrada/google-drive-ocamlfuse/wiki/Service-Accounts