Nice design and taste, please just don't change that block background to some typical white neutral in future
Lovely, thank you!
That looks pretty awesome
Looks great!
Thanks for all the positive feedback guys, appreciated and I'll stick with this design then
Nice! I'd like to see it with a white background and black font - reversed basically.
I tried this but I wasn't too impressed with the results so I think I'll stick with current - thanks though.
Only thing I would change is increase contrast between the background and the dark font – for readability's sake.
I've pushed up ~20 points to get a little better contrast (labels changed from RGB(81,81,81) to RGB(100,100,100)) which should give a small boost to contrast without affecting the overall look. Thanks for the feedback
That looks beautiful
A full MasterCoin wallet will eventually have to support display of dozens and dozens of currencies (and smart properties). Most users may not care about Test MasterCoins right now, but handling both coins is a good way to start thinking about the UI needed for all those kinds of coins.
Very good points - I also realised I was short of anywhere to manage addresses too (I've been spending too much time in my debug console). I've added both currency and address panels (though they're empty functionality wise right now, I have some work to do there!).
I'm not yet adding placeholders for things like distributed exchange and smart properties because I think it's bad form to release software with empty bits waiting for functionality - I (we) can always expand the UI to add additional concepts as Mastercoin implements new feature sets.
--
Also in the interests of clarity and managing expectations I wanted to just state once more that the Masterchest transaction engine (used by the wallet and masterchest.info) is dependant on bitcoind/bitcoin-qt (all data is retrieved over JSON-RPC). I think longer term we'll want to embed connecting and working with the bitcoin network directly into Mastercoin wallets but this is not currently the case.
I don't think I've seen it posted in this thread so I'd also like to make mention of the database changes in bitcoind/qt - as of 0.8.x only unspent outputs can be queried - we need to add txindex=1 to the conf and -reindex to get the transaction index back and query tx's where already spent.
--
And another screenie for good measure taking into account the feedback received - again thanks