Commit Graph

239 Commits

Author SHA1 Message Date
Adam Bradley
6a7f5fadc9 fix item-sliding bg bug 2015-12-08 13:48:27 -06:00
Brandy Carney
111d7f97a6 refactor(item-sliding): fix buttons
references #689
2015-12-08 13:54:17 -05:00
Adam Bradley
7a0f5a22ed Merge branch 'master' into css-refactor 2015-12-08 12:10:29 -06:00
Adam Bradley
f9199fb3be fix(itemSliding): onDragEnd on mouseout of sliding element
Closes #https://github.com/driftyco/ionic2/issues/702
2015-12-08 12:08:20 -06:00
Adam Bradley
450c9c5efe detail-push should only go on ion-item 2015-12-08 11:14:38 -06:00
Adam Bradley
cd40213495 item wip 2015-12-08 10:03:41 -06:00
Adam Bradley
8b693ce836 toolbar button updates 2015-12-07 11:18:00 -06:00
Adam Bradley
d3c5f251ef update item 2015-12-07 07:17:48 -06:00
Adam Bradley
022d873723 update item/list variable setup 2015-12-04 23:45:39 -06:00
Adam Bradley
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00
Adam Bradley
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
Brandy Carney
5d3e9a4f99 Merge branch 'master' into css-refactor 2015-12-04 17:04:00 -05:00
Adam Bradley
4f125354cc mode theming 2015-12-04 14:09:44 -06:00
Drew Rygh
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
Adam Bradley
58f401001e updates 2015-12-04 13:27:37 -06:00
Adam Bradley
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
Brandy Carney
03f9b723b7 test(badge): added badge tests and updated item test to reflect new css names
references #689
2015-12-04 13:36:33 -05:00
Brandy Carney
592fe42083 refactor(card): removed actions attribute since this is no longer needed with the item refactor
Buttons in this item still need the item-left or item-right attribute
to size correctly. Closes #552
2015-11-24 14:24:53 -05:00
Brandy Carney
c2a4b70d31 refactor(item): changed the ion-item-group-title to an ion-item-divider with a sticky attribute
Added a test for dividers. Closes #636
2015-11-24 11:51:53 -05:00
Brandy Carney
fe625eda97 refactor(item): removed ItemGroup directives
references #636
2015-11-24 11:51:53 -05:00
Adam Bradley
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
Adam Bradley
e1c160eb54 refactor(overlay): use NavController 2015-11-21 19:18:47 -06:00
Drew Rygh
f3a948cdb6 docs(item): multiple ion-item-content usage
Closes #534
2015-11-20 14:21:55 -06:00
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