Commit Graph

93 Commits

Author SHA1 Message Date
Perry Govier
4a2296dcae fix(header): add iOS 8 support to iOS header fix. assumes all iOS will have 7 style headers. closes #1625 2014-06-18 16:16:44 -05:00
Adam Bradley
754ef461e8 fix(menu): safari z-index fix for .menu .scroll-content
Closes #1408
2014-06-17 10:12:11 -05:00
Adam Bradley
53c171043e fix(content): scroll=false in sidemenu hides content
Closes #1485
2014-06-12 21:38:54 -05:00
Max Lynch
c30be67f65 feat(platforms): Android and iOS Specific Styles and Transitions 2014-06-11 16:48:53 -05:00
Max Lynch
4c700e9c0f fix(backdrop): Changed z-index for loading backdrop only. Fixes #1428 2014-05-22 10:43:52 -05:00
Adam Bradley
ae8f49e1de set $menu-bg to #fff 2014-05-06 08:04:11 -05:00
Andy Joslin
98e7e3df46 refactor($ionicLoading,$ionicPopup): factor out common code, add tests
Also fixes $ionicLoading flickering on ios7 in beta.1.
2014-04-08 13:35:02 -06:00
Adam Bradley
6a1ac355a8 refactor(item): Adjust item padding variables, create item-avatar-right 2014-04-08 11:50:50 -05:00
Adam Bradley
c7e3defca5 refactor(item): Create .icon-accessory and remove auto nav icons, closes #1061
BREAKING CHANGE: The developer should be stating exactly how an icon
should show, but previously the right nav arrow icon violates this by
automatically showing a right arrow when an item was an anchor or
button. Instead of using the `:after` item selector, which was always
applied by default, it uses the same markup as `item-icon-right`, which
is easier to understand, customizable and not a hard coded default.

This change removes the `:after` nav icon styling, and creates a new
class, `icon-accessory`, based off of similar CSS. The change makes a
nav arrow highly customizable, allows RTL developers to easily control
the arrow direction, and the accessory class is something that's
reusable.

An example of right side arrow using `ion-chevron-right` as the icon:

    <a class="item item-icon-right" href="#">
      Check mail
      <i class="icon ion-chevron-right icon-accessory"></i>
    </a>
2014-04-07 15:33:36 -05:00
Andy Joslin
8a5133b7b8 style(header): make it work with ios7 statusbar correctly 2014-04-01 12:49:07 -06:00
Adam Bradley
e3491864b2 feat(loading): Moved loading scss to its own file and added variables, closes #984 2014-03-30 21:48:23 -05:00
Adam Bradley
9c2b03cea3 change progress to be display: block, margin: 15px auto 2014-03-24 08:56:47 -05:00
Adam Bradley
b9cde47dd0 feat(progress): Set progress element's default width to 100%, closes #872 2014-03-24 08:48:12 -05:00
Adam Bradley
fe44a7d98b rename .item-drag to .item-reorder, further standardize item editing 2014-03-20 16:02:50 -05:00
Adam Bradley
07c824db8d fix(item): Restructure item editing css for added reusability and organization 2014-03-20 14:18:12 -05:00
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