Commit Graph

216 Commits

Author SHA1 Message Date
Brandy Carney
e98a00a9f8 fix(item): iOS removed the border from around sticky headers
closes #591
2015-11-20 13:43:04 -05:00
Brandy Carney
a8b3de18d6 feat(item): adding no-lines attribute for items not in a list
closes #599
2015-11-20 13:28:13 -05:00
Adam Bradley
b2d9e1d8a3 perf(itemSliding): improve performance 2015-11-18 23:32:25 -06:00
Adam Bradley
00fc6453ea fix(itemSliding): prevent click when tap to close 2015-11-17 22:05:17 -06:00
Brandy Carney
12ce97a7c6 fix(item): remove top centering per Ben
references #561
2015-11-17 18:33:41 -05:00
Brandy Carney
8132c379ad fix(item): md - aligning item content to the top so it isn't centered vertically
fixes #561
2015-11-17 16:33:07 -05:00
Adam Bradley
2115d32538 test(itemGroup): full e2e test for item-group 2015-11-17 14:39:33 -06:00
Brandy Carney
616a52f6e0 refactor(item-group): change css selectors from classes to elements
references #568
2015-11-17 15:20:20 -05:00
Brandy Carney
f1f806da7c fix(item): fixed margin right for avatars and thumbnails for md mode
fixes #557
2015-11-17 15:13:15 -05:00
Adam Bradley
61c68587a4 fix(ripple): md ripple on items
Closes #548
2015-11-17 09:20:22 -06:00
Brandy Carney
cd365a60b3 fix(item): removed box-shadow on items - buttons md 2015-11-16 20:09:08 -05:00
Brandy Carney
b01795de3f fix(item): fixing font-weight for button items on md 2015-11-16 19:56:09 -05:00
Brandy Carney
3e2100f5d0 fix(item): fixed padding right on md items
references #518
2015-11-16 19:10:26 -05:00
Brandy Carney
e55e158ab6 refactor(list): moved ion-item-group-title out of the list for iOS
references #387
2015-11-16 16:51:57 -05:00
Brandy Carney
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
Brandy Carney
503abf5225 refactor(item): moved iOS styling from the list file to the item file
references #387
2015-11-16 15:51:01 -05:00
Brandy Carney
85bd3fbfec refactor(item): removed list from item tests that don't need it
references #387
2015-11-16 15:49:07 -05:00
Brandy Carney
83164132e4 refactor(item-buttons): moved items outside of list in the buttons example
references #387
2015-11-16 15:43:35 -05:00
Brandy Carney
c6b15d63fe refactor(item-groups): updated item groups demo to latest code 2015-11-16 15:42:59 -05:00
Adam Bradley
b7c2291dd7 fix(itemSliding): close items when scrolling content 2015-11-16 13:35:23 -06:00
Adam Bradley
b5384e0dd9 fix(itemSliding): prevent sliding when already open
Closes #512
2015-11-16 11:40:02 -06:00
Adam Bradley
c6a173359f feat(item): add multiple ion-item-content for item columns 2015-11-16 08:55:32 -06:00
Adam Bradley
13fa14dff6 chore(): make members private 2015-11-15 20:37:24 -06:00
Adam Bradley
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
Adam Bradley
4bbee6e89f fix(item-sliding): improve rending w/out flickers 2015-11-13 22:12:02 -06:00
Brandy Carney
be565be2bb fix(item-sliding): add [ion-item] to the querySelector for dragging
fixes #513
2015-11-13 18:23:35 -05:00
Brandy Carney
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
Brandy Carney
de6aafa7d0 Merge branch 'master' into list-border-refactor 2015-11-12 19:47:28 -05:00
Drew Rygh
a800834cc5 docs(item): add use cases of detail-push 2015-11-12 17:52:53 -06:00
Brandy Carney
6548585eab Merge branch 'master' into list-border-refactor 2015-11-12 17:58:25 -05:00
Brandy Carney
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
Drew Rygh
fea8c63e09 docs(item): add use cases of ion-item
Closes #294
2015-11-12 16:07:49 -06:00
Brandy Carney
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
Brandy Carney
f9ab9a6aae refactor(list): UI fixes for iOS
references #437
2015-11-12 13:32:14 -05:00
Brandy Carney
583ecf8d12 refactor(list): fixing some more UI issues
references #437
2015-11-10 20:27:24 -05:00
Brandy Carney
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
Adam Bradley
4b4f54afd3 fix(slidingGesture): remove dup config 2015-11-07 21:02:26 -06:00
Adam Bradley
702c42630f fix(slidingItems): mouseout/more drag threshold 2015-11-07 11:41:45 -06:00
Brandy Carney
80a28d50f3 refactor(list): fixing more of the UI for lists
references #437
2015-11-06 15:41:37 -05:00
Brandy Carney
f9d1049029 fix(list): removing absolutely positioned border from md mode, added lines to radio
references #437
2015-11-05 19:40:07 -05:00
Brandy Carney
53164b41ca refactor(list): fixing some more UI issues with the border change
references #437
2015-11-05 19:14:54 -05:00
Brandy Carney
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
Adam Bradley
b1438d9cf4 refactor(item-sliding) 2015-11-05 15:03:53 -06:00
Brandy Carney
f6bf079878 refactor(list): removed absolutely positioned borders, changed to an inner div
references #437
2015-11-05 14:15:09 -05:00
Max Lynch
fa6990cc5f fix(sticky): remove polyfill 2015-11-04 13:30:12 -06:00
Tim Lancina
024db7bec8 fix(item-group): add sticky item-group-title outside angular zone 2015-11-03 13:08:37 -06:00
Adam Bradley
4c3b83fde5 fix(nav): start zIndex at 10 2015-11-02 15:52:06 -06:00
Adam Bradley
0840bdf0d7 fix(tap): activated/ripple on ion-item-sliding
Closes #413
2015-11-02 15:16:31 -06:00
Adam Bradley
b8db33ebb8 refactor(nav): move stage to nav-controller 2015-11-02 11:55:53 -06:00
Max Lynch
61dc17099d fix(item): prevent propagation on item option buttons. Fixes #412 2015-11-02 10:56:51 -06:00