VRFS-2701 VRFS-2923 wip genre selector dialog
This commit is contained in:
parent
888c4707b5
commit
4a8dd75fa2
|
|
@ -35,7 +35,7 @@
|
|||
'afterHide': afterHide
|
||||
};
|
||||
|
||||
app.bindDialog('genre-selector', dialogBindings);
|
||||
app.bindDialog('genre-selector-dialog', dialogBindings);
|
||||
|
||||
events();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,5 +33,4 @@
|
|||
= render 'dialogs/allSyncsDialog'
|
||||
= render 'dialogs/adjustGearSpeedDialog'
|
||||
= render 'dialogs/openJamTrackDialog'
|
||||
= render 'dialogs/openBackingTrackDialog'
|
||||
= render 'dialogs/genreSelectorDialog'
|
||||
= render 'dialogs/openBackingTrackDialog'
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
.dialog.dialog-overlay-sm{layout: 'dialog', 'layout-id' => 'genre-selector', id: 'genre-selector-dialog'}
|
||||
.dialog.dialog-overlay-sm{layout: 'dialog', 'layout-id' => 'genre-selector-dialog', id: 'genre-selector-dialog'}
|
||||
.content-head
|
||||
= image_tag "content/icon_friend.png", {:width => 14, :height => 14, :class => 'content-icon' }
|
||||
%h1
|
||||
|
|
|
|||
Loading…
Reference in New Issue