witoldsz / semux-light

Semux Lightweight Wallet
9 stars 8 forks source link

style enhancements #30

Open lodyman93 opened 6 years ago

lodyman93 commented 6 years ago

This issue is created to discuss and suggest UI edits and enhancement

lodyman93 commented 6 years ago

main index update to add bootstrap and Jquery index.html

witoldsz commented 6 years ago

I am referencing the commit: https://github.com/lodyman93/semux-light/commit/413a7c127596f5ed123da000826a3285f218ccba since there is no pull request, I cannot comment on code using Github tools.

Bootstrap represents everything Tachyons rejected (complex and hierarchical CSS vs lightweight, functional and shallow cascade).

Similarly, jQuery is like complete opposite of what HyperApp represents: in-place DOM manipulation scattered across the app vs producing virtual DOM snapshots using function of state.

lodyman93 commented 6 years ago

will edit again using Tachyons and hyperapp and afterwards i'll create a pull request