mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
pages/search: render results
This commit is contained in:
parent
58bd805ee3
commit
ae2259b2ba
3 changed files with 52 additions and 16 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import * as Store from './modules/store.js'
|
||||
import * as dom from './modules/dom.js'
|
||||
|
||||
const store = Store.init({
|
||||
tabs: browser.tabs,
|
||||
onStateUpdate: console.log,
|
||||
onStateUpdate: dom.updateSearchResults,
|
||||
})
|
||||
|
||||
console.log(store.getCurrentState())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue