diff --git a/src/ui/ab.tis b/src/ui/ab.tis index 5a725afa0..c2edf8e0b 100644 --- a/src/ui/ab.tis +++ b/src/ui/ab.tis @@ -1,5 +1,7 @@ var svg_tile = ; var svg_list = ; +var search_icon = ; +var clear_icon = ; function getSessionsStyleOption(type) { return (type || "recent") + "-sessions-style"; @@ -21,6 +23,35 @@ function stupidUpdate(me) { }); } +class SearchBar: Reactor.Component { + this var parent; + this var value = ""; + + function this(params) { + this.parent = params.parent; + } + + function render() { + return