header: add nav buttons

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 15:52:50 -08:00
parent bcd56dbb1c
commit c1cf9199b2
3 changed files with 97 additions and 31 deletions

View File

@@ -69,6 +69,12 @@ function App (state, handler) {
}
})
return h('.app', [
h('.header', [
h('.nav', [
h('a.back.icon-left-open.disabled'),
h('a.forward.icon-right-open')
])
]),
h('.torrent-list', list),
h('.add', [
h('button', {