Finish numeric_range_filter

This commit is contained in:
2018-11-28 11:38:43 -03:00
19 changed files with 207 additions and 12379 deletions
@@ -0,0 +1,5 @@
import Ember from 'ember'
export default Ember.Component.extend
scope_key: null
user_filters: (-> @store.peekAll('dunlop/user-filter').filterBy('scope_key', @get('scope_key'))).property()
+26 -1
View File
@@ -50,7 +50,32 @@ table thead tr.table-filters-row, table.ui.table thead tr.table-filters-row
.ui.horizontal.divider
// Without this css it renders a double border if text is used
border-top: 0
&.filter-pablo-number-range
.number-range-container
display: block !important
padding: 0px 10px
// margin-bottom: 5px
.options-container
display: block !important
padding: 0px 10px
text-align: right
margin-bottom: 5px
.menu
.divider
margin: 1px 0px
.select-number
input
width: 50px
text-align: right
margin-bottom: 5px
.button
// position: absolute
// right: 0
align: right
.error
word-wrap: break-word
max-width: 100px
color: red
// semantic-ui implementation