Commit Graph

1965 Commits

Author SHA1 Message Date
Brandy Carney
aa515da4af refactor(segment): removing unused code and bringing other code up to date
references #344
2015-10-29 15:45:25 -04:00
Adam Bradley
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
Max Lynch
cd4f683ce5 feat(menu): push type. Fixes #380 2015-10-29 13:33:29 -05:00
Drew Rygh
a3b61b15e1 docs(demos): fix iOS statusbar zindex 2015-10-29 13:04:47 -05:00
Drew Rygh
0b2b54006f docs(demos): advanced cards content/design tweaks 2015-10-29 13:04:47 -05:00
Brandy Carney
4f81e5b8c8 fix(popup): copied over the defaults so that the users opts will override them
This way if we want to let the user pass an animation for an individual
popup we can use that animation they pass over the default ones. Fixes
#342
2015-10-29 13:56:03 -04:00
Max Lynch
196fbe2e01 fix(menu): drag menu to close. Fixes #189 2015-10-29 12:42:18 -05:00
Brandy Carney
744920949e test(popup): switched the order of the tests to test for subtitle being passed
references #342
2015-10-29 13:08:16 -04:00
Brandy Carney
7bd2ebe027 fix(popup): fixed subtitle passing between popups
this._defaults was getting all of opts properties added to it every
time a popup was opened, switched it so this_defaults wouldn’t be
modified and opts would get its properties. Closes #342
2015-10-29 13:08:16 -04:00
Max Lynch
74a374c8a6 fix(button): block buttons center. Fixes #225 2015-10-29 12:01:11 -05:00
Max Lynch
30ef9e1658 fix(camera): expose constants. Fixes #302 2015-10-29 11:53:11 -05:00
Brandy Carney
ac6b801d90 fix(button-outline): changed background of button to transparent for iOS
closes #372
2015-10-29 12:04:17 -04:00
Drew Rygh
1d60848a73 docs(demos): add social card example 2015-10-28 19:22:04 -05:00
Drew Rygh
24c8ce4980 docs(demos): add switch demo 2015-10-28 18:42:13 -05:00
Drew Rygh
e246f0aa1c docs(demos): checkbox, radio examples 2015-10-28 17:34:44 -05:00
Drew Rygh
5a091e91dd docs(components): add outline for input components 2015-10-28 17:02:26 -05:00
Drew Rygh
65779ee8d9 docs(demos): reduce weather card tab opacity 2015-10-28 15:39:52 -05:00
Brandy Carney
8a8d25e230 fix(card): fixed activated item showing border radius of card
closes #366
2015-10-28 15:31:45 -04:00
Brandy Carney
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
Drew Rygh
a2946fa795 docs(demos): forms to inputs 2015-10-28 13:11:29 -05:00
Drew Rygh
9cf8999a05 docs(demos): fix md tabs highlight padding 2015-10-28 11:08:11 -05:00
Brandy Carney
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
Brandy Carney
d390290a7c refactor(segment): added a toolbar with a button in it for testing purposes
references #356
2015-10-28 11:56:51 -04:00
Drew Rygh
007f501a47 docs(demos): change ripple color for weather card 2015-10-28 10:41:59 -05:00
Drew Rygh
655c6ffed7 docs(demos): weather card style tweaks 2015-10-27 18:20:30 -05:00
Drew Rygh
48d570f7c1 docs(demos): add weather cards 2015-10-27 17:39:00 -05:00
Brandy Carney
c98867493a refactor(segment): fixed border width with more than 3 buttons
Added another toolbar with 3 segments for testing and in order to fix
the width on iOS, references #356
2015-10-27 17:47:55 -04:00
Brandy Carney
1fcd2e3db1 feat(hr): added styling for HR for both modes
closes #355
2015-10-27 17:29:18 -04:00
Brandy Carney
03e54487f0 refactor(button): added some primary attributes to the tests to make sure the styling is right
Fixed the button primary clear, closes #354
2015-10-27 16:39:01 -04:00
Brandy Carney
d8f643d340 test(segment): added e2e tests for segment
Cleaned up some of the UI for the tests
2015-10-27 15:22:32 -04:00
Brandy Carney
5134d028bd refactor(segment): added opacity to buttons on md mode
references #283
2015-10-27 15:22:32 -04:00
Drew Rygh
8fcad01517 docs(demos): update social card styling 2015-10-27 13:41:13 -05:00
Drew Rygh
42fe9f3027 docs(demos): add social card examples 2015-10-27 13:33:39 -05:00
Drew Rygh
82ca227f7f docs(demos): remove unused advanced image card 2015-10-27 13:33:39 -05:00
Drew Rygh
16c99e97c9 docs(demos): add mario map card 2015-10-27 13:33:39 -05:00
Brandy Carney
23ac4fbdb9 refactor(sass): fixing indentation of variable values and making sure the !default flag is on all component variables 2015-10-27 13:51:30 -04:00
Brandy Carney
292806cd39 fix(segment): moved sass variable down because it uses another variable
references #283
2015-10-27 13:36:40 -04:00
Brandy Carney
bf8d3073dc refactor(segment): cleaned up both iOS and md mode styling
Converted values to some sass variables, moved transition to after
button tap, added border bottom for md mode, reorganized the sass
variables by the order they’re used, removed the use of !important,
added iOS hover background-color. Closes #283
2015-10-27 13:36:40 -04:00
Brandy Carney
b27c7b0efa fix(popup): fix opactity of md buttons on activation
closes #348
2015-10-27 13:36:40 -04:00
Drew Rygh
043c52cbee docs(demos): add action items to map demo 2015-10-27 11:19:50 -05:00
Drew Rygh
24264c459e docs(demos): reorder background image cards 2015-10-27 10:42:14 -05:00
Drew Rygh
dda5c762a7 docs(demos): add weather card outline 2015-10-27 10:39:03 -05:00
Drew Rygh
8710ddb38c docs(demos): rename class to make adblock happy 2015-10-26 16:19:34 -05:00
Brandy Carney
36f0cf9506 docs(theming): updated the gulp task that generates the sass variables file to show the right output folder
references #281
2015-10-26 16:49:42 -04:00
Drew Rygh
9dc167172c docs(demos): remove subtitle from popups 2015-10-26 15:14:32 -05:00
Drew Rygh
3e2144f9e3 docs(demos): style iOS statusbar 2015-10-26 14:59:16 -05:00
Drew Rygh
cd1d4cc82a docs(demos): use cordova platform class to style statusbar 2015-10-26 13:53:41 -05:00
Drew Rygh
29dbf76276 docs(demos): fix android tab bar placement 2015-10-26 13:20:14 -05:00
Drew Rygh
9eb478d87b docs(demos): do not add scrollbar fix to menu content 2015-10-26 12:06:19 -05:00
Drew Rygh
b6b459911a docs(demos): add scrollbar fix class 2015-10-26 11:56:12 -05:00