Adrian Woźniak
Adrian Woźniak
Resolves https://github.com/lapce/lapce/issues/609 
Try to not use css files. For performance, use style="". It is faster than any external file. See: http://www.youtube.com/watch?v=_RRnyChxijA
There's limited amount of items and they can be identified with enum, name can be retrieved when needed This should also reduce code noise. I suggest to create solution similar...
enum `TradeId` has value for every variant. Unfortunately I forgot to remove it and those values are meaningless so it will be best to remove them