Commit Graph

78 Commits

Author SHA1 Message Date
Adam Bradley
947b8d6943 fix(item): fix avatar/thumbnail in .item-complex, and avatar misspelling 2014-03-18 22:39:33 -05:00
Adam Bradley
ded469311d fix(badge): Badge horizontal alignment over item right side buttons, closes #826 2014-03-18 15:55:05 -05:00
Adam Bradley
5d663a61cc remove modal max-width, closes #824 2014-03-18 14:47:38 -05:00
Adam Bradley
60e4c1cc46 give .slider-pager a height so it can be placed on top easily 2014-03-17 11:01:24 -05:00
Adam Bradley
fa0e43237c popup z-index sass variables and csscomb'd popup.scss 2014-03-14 22:07:59 -05:00
Adam Bradley
018608dac3 remove unused sass variable 2014-03-14 22:01:27 -05:00
Adam Bradley
ba2a40c845 feat(modal): On larger displays modals will be inset and centered, not full width/height, closes #783 2014-03-13 22:14:30 -05:00
Max Lynch
a30b0b7d4f feat(popup): Added popup support 2014-03-13 14:57:48 -05:00
Adam Bradley
bd6c24f324 default checkbox color to positive color 2014-03-10 11:20:11 -05:00
Georgi Knox
35a052970b Fixes #630 added utility colors to toggles 2014-03-09 23:03:08 +11:00
Georgi Knox
d22617872d Fixes #746 with the ability to now style checkboxes with the utility colours. No specified color class defaults to stable style 2014-03-08 11:24:37 -06:00
Adam Bradley
5ebba7196c pretty up scss variable alignments 2014-03-05 12:34:05 -06:00
Adam Bradley
d113ddfa52 fix(colors): Update all #4A87EE colors to use $positive color, closes #731 2014-03-05 12:23:53 -06:00
Adam Bradley
717148d986 fix(checkbox): Fix checkmark in Android 2.3 2014-03-03 16:21:57 -06:00
Adam Bradley
72f2e8407e fix(toggle): Fix toggle handle on Android 2.3 2014-03-03 15:55:42 -06:00
Max Lynch
a8af0958f3 Expanded clickable area for toggle 2014-03-01 19:06:14 -06:00
Max Lynch
2db2729af9 Decreased animation speed 2014-03-01 18:59:52 -06:00
Max Lynch
c53cd7f9d8 Added slight darkening during drag 2014-03-01 16:07:08 -06:00
Adam Bradley
c4eed02f29 fix(badge): Update badge alignment in tab items, closes #694 2014-02-28 22:38:58 -06:00
Adam Bradley
1503cc7213 fix(actionsheet): Actionsheet in modal has pointer-events enabled, closes #660 2014-02-22 21:22:35 -06:00
Adam Bradley
53af2c7a01 feat(sass): All variables now have !default assigned, closes #631 2014-02-19 16:38:30 -06:00
Adam Bradley
3901b746bc Adjust heading line-height so descenders correctly show, closes #589 2014-02-16 22:21:53 -06:00
Adam Bradley
1cdb999e56 feat(grid): Added classes, variables and mixins for responsive grid options 2014-02-11 10:06:34 -06:00
Adam Bradley
9b57836004 Merge pull request #567 from mhartington/Responsive-Grid
Responsive grid
2014-02-11 09:01:28 -06:00
Adam Bradley
91652112a0 fix(listButtons): Update list button sizes, closes #478 2014-02-09 21:22:23 -06:00
Mike Hartington
d131e03ac2 Added variable 2014-02-09 12:10:56 -05:00
Andy Joslin
7f4b28d9da feat(list): reordering scrolls page, reordering performance better
Fixes #521. Reordering now uses webkitTransform instead of
element.style.left.  Additionally, as you drag the drag-element to the
top or bottom of the scroll-area, it will scroll it up or down as
allowed.

Refactors necessary: Common code from `<content>` and `<scroll>` moved
into js/ext/angular/controllers/ionicScrollController.  Then `<content>`
and `<scroll>` expose the controller, and `<list>` can require it.

`<list>` then uses the controller (if exists) to pass the scrollView and
scrollEl to ReorderDrag, and ReorderDrag uses that to scroll.

Additionally, js/ext/angular/test/controller/ionicScrollController tests
much functionality that was untested before.
2014-02-06 15:04:23 -05:00
UniRing
bc927e57e7 feat(tabs): allow badges on tabbar via bound badge attr 2014-02-05 11:38:06 -05:00
Adam Bradley
af9354b3e5 change button height to 42px, fixes #491 2014-01-29 22:31:50 -06:00
Adam Bradley
7bd6363ea7 tweak header/button sizes, and ionicons update 2014-01-20 20:47:22 -06:00
Adam Bradley
1ea7218578 up z-index item-reordering 2013-12-13 22:55:15 -06:00
Adam Bradley
aae39e64f5 z-index variables 2013-12-12 11:35:31 -06:00
Adam Bradley
432ce6cbee Change sideMenu width to 275px, closes #253 2013-12-07 21:34:39 -06:00
Adam Bradley
4c62c16adb remove range max-width, create .range-label, closes #257 2013-12-05 23:47:55 -06:00
Max Lynch
8ac0bafcee Merged new scroll stuff 2013-12-03 19:06:26 -06:00
Max Lynch
fb5fd99680 Pull to refresh 2013-12-02 17:23:31 -06:00
Adam Bradley
121fefba09 reduce shadow during transitions 2013-11-27 21:09:04 -06:00
Adam Bradley
d82a35352c range colours 2013-11-19 21:07:49 -06:00
Adam Bradley
fd17576d0b range icons 2013-11-19 14:28:40 -06:00
Adam Bradley
136ba7262d active list bg fix 2013-11-18 10:05:55 -06:00
Max Lynch
6a88748f7f Fixed #128 - tab item centering 2013-11-15 19:47:47 -06:00
Adam Bradley
e60d1fc0c5 badge colours 2013-11-14 09:32:13 -06:00
Adam Bradley
b5d14ee43a closes #125 2013-11-14 08:12:44 -06:00
Adam Bradley
fcbf1836b1 fix form variables 2013-11-13 22:47:04 -06:00
Adam Bradley
935c3dd2dd tabs font size now 12px 2013-11-13 16:21:59 -06:00
Adam Bradley
fdf0c01d98 .item styles/active states 2013-11-13 16:10:37 -06:00
Max Lynch
3400cc0276 Default style for list items 2013-11-13 15:01:09 -06:00
Adam Bradley
9626e5f6e6 colour tweaks 2013-11-13 12:24:55 -06:00
Adam Bradley
5516e70f30 component defaults based off of light or stable 2013-11-13 11:52:57 -06:00
Adam Bradley
0f52edd1b4 Merge branch 'master' of https://github.com/driftyco/ionic
Conflicts:
	scss/_variables.scss
2013-11-13 09:01:04 -06:00