Nice job, genjix!
Here's some quick feedback from me (as a Win XP user):
- I like the size of this GUI. Very nice for casual/mainstream users.
I do have a couple of bug reports & suggestions:
1. Not sure if this is a Windows-only problem, but when launching Electrum for the 1st time after a cold boot, the balance in the lite GUI stays stuck on 0
(not on subsequent runs, though.)
2. The Copy Address button seems to copy a random address if clicked right after launching the app
Do we really need that button anyway? IMHO, it's taking valuable space and doesn't seem that useful to me.
3. Is it critical to use HTTPS to get the exchange rate? The reason I'm asking is that the resulting Windows
stand-alone executable would get significantly bigger if I have to include ssl.py and its dependencies.
It would be around 7+ MB rather than 5.9MB without it. This kind of thing could matter when targeting
the Windows audience.
4. Hopefully the theme/icons/colors are not final as they could be a lot more polished IMHO.
1. yeah I noticed this. Will have to fix it. (edit: fixed this)
2. But then how will you get your receiving address?
3. I see. Let me investigate this. Thanks for letting me know.
4. Software always looks pretty crude initially. We'll have to fine-tune it as we go along. Perfection is a journey. But I definitely want to have it be eye-candy.
1. Thanks!
2. OK, it wasn't immediately clear to me that the "Copy Address" button was copying
one of the user's *receive addresses* to the clipboard. (Should've read your OP more
carefully!) Perhaps I was misled because the only other reference to the word "address" in the GUI is very near that button, in the input field for *destination* address. Perhaps the button should be renamed to something clearer (such as "Copy My Address" but that might be too long), or have a little explanation in a tooltip, or provide some feedback after it has been clicked?
3. I've tested an alternate (7z-based) compression method in the meantime, which will
only add 150K or so to the download size, so I guess this is not really an issue anymore
(Although I wish the PyQt libraries were not as big, as they currently account for about 85% of the Electrum executable size on Windows, but that's another story...)
4. OK, great!