File tree Expand file tree Collapse file tree 5 files changed +1
-38
lines changed Expand file tree Collapse file tree 5 files changed +1
-38
lines changed Original file line number Diff line number Diff line change 3
3
div.scout-logo
4
4
div( data-hook ='collection-filter-subview' )
5
5
div( data-hook ='collection-list-subview' )
6
- div( data-hook ='sidebar-control-subview' )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ var _ = require('lodash');
3
3
var mousetrap = require ( 'mousetrap' ) ;
4
4
var CollectionFilterView = require ( './collection-filter' ) ;
5
5
var CollectionListView = require ( './collection-list' ) ;
6
- var SidebarControlsView = require ( './sidebar-controls' ) ;
7
6
var app = require ( 'ampersand-app' ) ;
8
7
9
8
function fast_filter_collection ( collection , pattern ) {
@@ -60,22 +59,10 @@ var SidebarView = View.extend({
60
59
} ) ;
61
60
return view ;
62
61
}
63
- } ,
64
- sidebar_control : {
65
- hook : 'sidebar-control-subview' ,
66
- prepareView : function ( el ) {
67
- return new SidebarControlsView ( {
68
- el : el
69
- } ) ;
70
- }
71
62
}
72
63
} ,
73
64
filterCollections : function ( pattern ) {
74
65
_ . defer ( fast_filter_collection , this . collection , pattern ) ;
75
- } ,
76
- filterFields : function ( pattern ) {
77
- var collection = app . schema . fields ;
78
- _ . defer ( fast_filter_collection , collection , pattern ) ;
79
66
}
80
67
} ) ;
81
68
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 46
46
line-height : 24px ;
47
47
position : absolute ;
48
48
top : 128px ;
49
- bottom : 60 px ;
49
+ bottom : 0 px ;
50
50
overflow-y : auto ;
51
51
width : 100% ;
52
52
z-index : -1 ;
111
111
}
112
112
}
113
113
}
114
- .sidebar-controls {
115
- position : absolute ;
116
- width : @sidebar-width ;
117
- bottom : 0 ;
118
- height : 60px ;
119
-
120
- .list-filter {
121
- box-shadow : 0 -2px 0 rgba (0 ,0 ,0 ,0.2 );
122
- }
123
- }
124
114
}
125
115
126
116
.sidebar {
You can’t perform that action at this time.
0 commit comments