siren
siren copied to clipboard
Multiple deposit reporting
When doing multiple deposits, my screen looks like this:
There are few issues I've noticed when using this.
- There is a bunch of empty space at the bottom of the window, that I think could be filled with the boxes so I dont have to scroll for all the events, or at least less. I think we should dynamically use all the space provided.
- The messages on the right fill up, then new ones are not shown. They seem to add to the list, but you have to scroll down to see them. I.e Newer successful deposits don't show up, you have to continually scroll to see them.
- I did deposits fast, that created errors. I wasn't sure which ones error'd or not. There was no record of an error for a deposit in the right window or the events notification drop down. I think we should record these errors so users can see what happened more clearly.
I also realized the same logic happens in the logs.
As new logs come in, the log window is static and doesn't show new logs. Instead new logs seem to just populate at the bottom and you need to scroll down to get them.