small UI tweaks, fix tests

This commit is contained in:
Art Lowel
2020-03-10 18:38:04 +01:00
parent 401393c8bd
commit 2922deff50
27 changed files with 391 additions and 323 deletions

View File

@@ -1,3 +1,4 @@
import { switchMap } from 'rxjs/operators';
import { HostWindowService } from '../shared/host-window.service';
import { SidebarService } from '../shared/sidebar/sidebar.service';
import { SearchComponent } from './search.component';