Adrian Woźniak

Results 5 issues of Adrian Woźniak

Resolves https://github.com/lapce/lapce/issues/609 ![obraz](https://user-images.githubusercontent.com/970831/173584485-f1b427a8-fd90-4fbf-89d6-9a01b8cbee47.png)

A-ui

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...

enhancement
good first issue

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

enhancement
good first issue