206 Commits

Author SHA1 Message Date
cd365a60b3 fix(item): removed box-shadow on items - buttons md 2015-11-16 20:09:08 -05:00
b01795de3f fix(item): fixing font-weight for button items on md 2015-11-16 19:56:09 -05:00
3e2100f5d0 fix(item): fixed padding right on md items
references #518
2015-11-16 19:10:26 -05:00
e55e158ab6 refactor(list): moved ion-item-group-title out of the list for iOS
references #387
2015-11-16 16:51:57 -05:00
5265f21062 refactor(list): moved item css outside of the list selector and into the proper file md
Cleaned up duplicated CSS and combined selectors, renamed Sass
variables so they are named list if used in the list files.
2015-11-16 16:35:13 -05:00
503abf5225 refactor(item): moved iOS styling from the list file to the item file
references #387
2015-11-16 15:51:01 -05:00
85bd3fbfec refactor(item): removed list from item tests that don't need it
references #387
2015-11-16 15:49:07 -05:00
83164132e4 refactor(item-buttons): moved items outside of list in the buttons example
references #387
2015-11-16 15:43:35 -05:00
c6b15d63fe refactor(item-groups): updated item groups demo to latest code 2015-11-16 15:42:59 -05:00
b7c2291dd7 fix(itemSliding): close items when scrolling content 2015-11-16 13:35:23 -06:00
b5384e0dd9 fix(itemSliding): prevent sliding when already open
Closes #512
2015-11-16 11:40:02 -06:00
c6a173359f feat(item): add multiple ion-item-content for item columns 2015-11-16 08:55:32 -06:00
13fa14dff6 chore(): make members private 2015-11-15 20:37:24 -06:00
9ef27f8c56 refactor(cssClass): use host class instead of renderer
Since angular2 alpha46 we can now use host: {‘class’:’item’} without it
getting removed by user css classes.
2015-11-14 15:13:35 -06:00
4bbee6e89f fix(item-sliding): improve rending w/out flickers 2015-11-13 22:12:02 -06:00
be565be2bb fix(item-sliding): add [ion-item] to the querySelector for dragging
fixes #513
2015-11-13 18:23:35 -05:00
e287ef1029 fix(item-sliding): added [ion-item] as a selector so users can use a button inside with the ion-item attribute
references #513
2015-11-13 18:20:23 -05:00
de6aafa7d0 Merge branch 'master' into list-border-refactor 2015-11-12 19:47:28 -05:00
a800834cc5 docs(item): add use cases of detail-push 2015-11-12 17:52:53 -06:00
6548585eab Merge branch 'master' into list-border-refactor 2015-11-12 17:58:25 -05:00
32ab8c5d43 refactor(list): removed the align center and inherited it instead to fix the icons aligning center
fixes #500
2015-11-12 17:28:09 -05:00
fea8c63e09 docs(item): add use cases of ion-item
Closes #294
2015-11-12 16:07:49 -06:00
50c682a669 refactor(text-input): wrapped inputs in the item-inner div to style the border
references #492
2015-11-12 16:44:00 -05:00
f9ab9a6aae refactor(list): UI fixes for iOS
references #437
2015-11-12 13:32:14 -05:00
583ecf8d12 refactor(list): fixing some more UI issues
references #437
2015-11-10 20:27:24 -05:00
5e5e5f48e1 refactor(list): fixing UI issues with refactoring the border
Removed margin-top for now. Removed unused css rule called no-border.
References #437
2015-11-10 14:48:46 -05:00
4b4f54afd3 fix(slidingGesture): remove dup config 2015-11-07 21:02:26 -06:00
702c42630f fix(slidingItems): mouseout/more drag threshold 2015-11-07 11:41:45 -06:00
80a28d50f3 refactor(list): fixing more of the UI for lists
references #437
2015-11-06 15:41:37 -05:00
f9d1049029 fix(list): removing absolutely positioned border from md mode, added lines to radio
references #437
2015-11-05 19:40:07 -05:00
53164b41ca refactor(list): fixing some more UI issues with the border change
references #437
2015-11-05 19:14:54 -05:00
6869f7baf8 refactor(list): moved list Sass code to the proper file, fixed some of the issues with the new border
references #437 and references #387
2015-11-05 16:37:04 -05:00
b1438d9cf4 refactor(item-sliding) 2015-11-05 15:03:53 -06:00
f6bf079878 refactor(list): removed absolutely positioned borders, changed to an inner div
references #437
2015-11-05 14:15:09 -05:00
fa6990cc5f fix(sticky): remove polyfill 2015-11-04 13:30:12 -06:00
024db7bec8 fix(item-group): add sticky item-group-title outside angular zone 2015-11-03 13:08:37 -06:00
4c3b83fde5 fix(nav): start zIndex at 10 2015-11-02 15:52:06 -06:00
0840bdf0d7 fix(tap): activated/ripple on ion-item-sliding
Closes #413
2015-11-02 15:16:31 -06:00
b8db33ebb8 refactor(nav): move stage to nav-controller 2015-11-02 11:55:53 -06:00
61dc17099d fix(item): prevent propagation on item option buttons. Fixes #412 2015-11-02 10:56:51 -06:00
71627c327a fix(item): sliding item doesn't click if open 2015-11-02 08:37:30 -06:00
4148ca5636 refactor(item): added the ability to assign no-lines to an item and remove the borders on that item only
references #387
2015-10-30 18:14:50 -04:00
33452f5ce7 refactor(list): combined hairline css together
references #387
2015-10-30 17:53:21 -04:00
04c795ec0e refactor(list): changing no-borders to no-lines b/c Ben hated it
Added line for headers on Android. Added some more tests for cards with
lists. Removed unused CSS. References #387
2015-10-30 17:53:21 -04:00
c23d0988aa Fixie stickie 2015-10-30 09:53:46 -05:00
9b9c820b2a fix(sticky): sticky headers. Fixes #383 2015-10-30 09:49:00 -05:00
7634a3ad33 fix(card): moved the CSS for ion-note so that a note in a card will get the proper styling
references #353
2015-10-29 18:13:12 -04:00
5438c9316f fix(item-sliding): fixed the margin for the option buttons and sliding content
The min-height being too large was causing the issue of showing the
button behind the item sliding content and some hairline margins were
off. References #295
2015-10-20 13:41:44 -04:00
a641f4d4bd avatar/thumbnail, set min-height 2015-10-18 21:22:06 +01:00
d026dfcae3 fix(sticky-header): updated iOS sticky header bg color and moved MD styling so it would work
Closes #296
2015-10-16 16:15:06 -04:00