mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Add series UI changes
Link back to add series Existing UI less contrasting
This commit is contained in:
parent
a163e511ae
commit
e283f54567
7 changed files with 63 additions and 21 deletions
|
@ -19,7 +19,8 @@ define(
|
|||
},
|
||||
|
||||
events: {
|
||||
'click .x-import': '_importSeries'
|
||||
'click .x-import': '_importSeries',
|
||||
'click .x-add-new': '_addSeries'
|
||||
},
|
||||
|
||||
attributes: {
|
||||
|
@ -48,6 +49,10 @@ define(
|
|||
|
||||
_importSeries: function () {
|
||||
App.modalRegion.show(this.rootFolderLayout);
|
||||
},
|
||||
|
||||
_addSeries: function () {
|
||||
this.workspace.show(new AddSeriesView());
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue