Initial Browse UI and initial song search

This commit is contained in:
Geomitron
2020-02-06 13:21:35 -05:00
parent 8f20311f68
commit e5fd303c91
30 changed files with 616 additions and 44 deletions

View File

@@ -1 +1,12 @@
<p>browse works!</p>
<app-search-bar (resultsUpdated)="resultTable.results = $event"></app-search-bar>
<div class="ui celled two column grid">
<div class="row">
<div class="column twelve wide">
<app-result-table #resultTable></app-result-table>
</div>
<div id="sidebar-column" class="column four wide">
<app-chart-sidebar></app-chart-sidebar>
</div>
</div>
</div>
<app-status-bar></app-status-bar>