mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Hide everything except the main tracks table for now
This will let us focus on a v0 of the Media Library
This commit is contained in:
parent
c9b0f61b88
commit
a069f2efca
1 changed files with 4 additions and 0 deletions
|
|
@ -87,9 +87,11 @@ class MediaLibraryWindow extends React.Component<Props, State> {
|
|||
overflow: "hidden"
|
||||
}}
|
||||
>
|
||||
{/*
|
||||
<div style={{ width: this.state.sidebarWidth }}>
|
||||
<Sidebar />
|
||||
</div>
|
||||
*/}
|
||||
<div
|
||||
className="webamp-media-library-vertical-divider"
|
||||
onMouseDown={this._handleSidebarMouseDown}
|
||||
|
|
@ -106,6 +108,7 @@ class MediaLibraryWindow extends React.Component<Props, State> {
|
|||
overflow: "hidden"
|
||||
}}
|
||||
>
|
||||
{/*
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
|
|
@ -125,6 +128,7 @@ class MediaLibraryWindow extends React.Component<Props, State> {
|
|||
</div>
|
||||
<AlbumsTable />
|
||||
</div>
|
||||
*/}
|
||||
<div
|
||||
className="webamp-media-library-horizontal-divider"
|
||||
onMouseDown={this._handlePlaylistResizeMouseDown}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue