c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
7aabd0ff69
refactor(card): create ion-card-title element and remove card-title class
...
closes #5303
2016-02-13 11:36:29 -05:00
5f254f285f
chore(e2e): make typescript and e2e friends
2016-02-12 11:37:39 -06:00
b71acecd9e
test(card): fix icon markup in card tests
2016-02-10 10:01:02 -06:00
60fdc5c2f3
perf(cards): remove translateZ from ion-card
...
Yes, oddly enough this makes a performance difference. The translateZ
was used as a trick to force ion-card’s rounded corners to take effect
on inner elements. However, on a page that has many ion-cards, it takes
relatively a lot of power on a low-end device to move them all during a
transition. It’s best to not put them on their own layer and let the
browser just move one thing.
2016-02-03 23:22:27 -06:00
42f6b1056f
fix(input): update input css/tests
2016-01-27 08:09:37 -06:00
b3a7298a52
refactor(input): place inputs inside of ion-item
2016-01-27 08:09:37 -06:00
883e1b68b1
refactor(icon): rename icon to ion-icon
...
Closes #855
2016-01-05 22:27:07 -06:00
8987e4b932
test(card): mock the social card from the docs
...
references #375
2016-01-05 21:52:27 -05:00
5e5f730915
test(card): mock the map card from the docs
...
references #375
2016-01-05 21:35:43 -05:00
fc059bfe30
test(card): updated card test to make it more obvious the first two buttons are left aligned
2016-01-05 17:15:40 -05:00
19feaea188
test(card): updated test to use rows for action items
...
references #279
2016-01-05 16:57:14 -05:00
7f94b33c54
refactor(toggle): renamed ion-switch to ion-toggle
2015-12-10 14:50:52 -06:00
854d90f4c1
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
...
references #689
2015-12-09 17:20:11 -05:00
33e2c0b151
fix(card): fix font-size for items
...
references #689
2015-12-09 15:05:04 -05:00
afaf4d6de4
refactor(text-input): flattened css selectors, renamed some, cleaned up styles
...
references #689
2015-12-08 16:59:02 -05:00
022d873723
update item/list variable setup
2015-12-04 23:45:39 -06:00
d8f235d09d
fix color inheritance, core components should not contain colors
2015-12-04 23:23:55 -06:00
831ec87308
import mode globals in all mode components
2015-12-04 21:34:27 -06:00
d833e747cb
refactor(): move core component imports to mode component files
2015-12-04 13:07:40 -06:00
e572f04242
refactor(card): changed default iOS border-radius to 2px
...
per Ben
2015-12-03 10:55:45 -05:00
a016f35387
fix(card): fixed lines being removed in a list in a card caused by removing the list class
...
references #650
2015-11-25 17:15:43 -05:00
79bd85c8c8
refactor(radio): converted ion-radio-group to an ion-list with radio-group attribute
...
Changed Sass to style ion-list instead of the list class. Removed list
class from radios and lists. Closes #650
2015-11-25 17:00:37 -05:00
725e09335d
style(list): rename ion-header to ion-list-header EVERYWHERE
...
closes #418
2015-11-24 16:58:19 -05:00
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
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
6f45378452
fix(card): added properties to a card to clip the inside to the border-radius of the card
...
fixes #600
2015-11-20 15:14:51 -05:00
3b34833490
fix(card): fixing styling on iOS cards - temp adding padding to actions
...
fixes #573
2015-11-17 18:41:16 -05:00
59e4faa5b9
fix(card): fixed border radius for lists in cards and removed border bottom of last item in list
...
references #387
2015-11-16 19:21:15 -05:00
e5553e5f05
fix(card): removed duplicate item css in the card and removed the border for now
...
references #387
2015-11-16 19:12:17 -05:00
c2c650754e
refactor(card): added padding right to card items but removed it if in a list
...
fixes #495
2015-11-12 16:59:34 -05:00
f9ab9a6aae
refactor(list): UI fixes for iOS
...
references #437
2015-11-12 13:32:14 -05: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
6827adb281
feat(card): added list example to card and modified padding and margin for it
...
references #387
2015-10-30 16:08:39 -04:00
7dd7043064
test(card): removing card tests in favor of applying the activated class
...
references #369
2015-10-29 18:59:16 -04:00
8f26666214
fix(card): changed font-size of ion-note in a card
...
fixes #353
2015-10-29 18:36:08 -04: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
8a8d25e230
fix(card): fixed activated item showing border radius of card
...
closes #366
2015-10-28 15:31:45 -04:00
4584829b86
test(card): added missing tests for card
...
for some reason the iOS clicks aren’t showing in the screenshots.
references #369
2015-10-28 15:31:45 -04:00
b22780e786
refactor(card): styled buttons in actions and added card for testing, fixed border radius
...
Closes #346 , references #279
2015-10-28 11:56:51 -04:00
c657bb6d6a
alpha39 updates/hacks
...
Conflicts:
ionic/components/search-bar/search-bar.ts
ionic/config/decorators.ts
2015-10-07 14:57:58 -05:00
1befe94802
alpha39 updates
2015-10-07 10:51:08 -05:00
b14956d9d0
chore(): rename annotations to decorators
2015-09-22 13:15:10 -05:00
0185c43e25
fix(): md card buttons
...
Closes #148
2015-09-21 21:14:14 -05:00
b8fce7a267
chore(): update !default values
2015-09-21 16:57:23 -05:00
00ebfaebfc
remove <icon forward></icon>
2015-09-18 15:55:18 -05:00
d8b1bab715
feat(thumbnail): ion-thumbnail element
2015-09-18 10:57:43 -05:00
7da2afb754
feat(avatar): ion-avatar element
2015-09-18 10:50:46 -05:00
c118ef6054
rename all material.scss to md.scss
2015-09-17 22:02:11 -05:00
cdf631dcaf
.ios and .md body class css structure
2015-09-04 23:54:00 -05:00