Brandy Carney
1e73a3457e
refactor(sass): update windows alert sass to use variables
...
renamed some properties, deleted unused ones
references #5651
2016-03-03 16:04:22 -05:00
Brandy Carney
62c7199fd1
Merge branch '2.0' into windows-mode
2016-03-03 13:12:52 -05:00
Brandy Carney
a2a9e3846f
test(alert): add test for alerts
2016-03-03 12:48:08 -05:00
Brandy Carney
374efde03f
refactor(sass): add Sass variables for alert, remove unused selectors
...
renames some sass variables to work towards a standard convention
references #5651
2016-03-03 12:48:08 -05:00
Brandy Carney
2b77d52061
docs(API): clean up API docs
2016-03-01 19:24:33 -05:00
Brandy Carney
02da18b311
Merge branch '2.0' into windows-mode
...
# Conflicts:
# ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
Brandy Carney
d5ebf3ff5e
refactor(alert): remove duplicated styles from imports
...
closes #5624
2016-02-26 16:57:55 -05:00
Brandy Carney
a5945317d5
feat(windows): more UI cleanup
...
references #5565
2016-02-25 18:12:18 -05:00
Brandy Carney
e05f147945
feat(windows): windows UI cleanup
...
references #5565
2016-02-25 16:17:26 -05:00
Brandy Carney
69c0da27e0
feat(windows): fix card and alert UI
...
references #5565
2016-02-24 17:37:35 -05:00
Brandy Carney
13f3e83605
feat(windows): clean up button and alert UI
...
references #5565
2016-02-24 15:44:18 -05:00
Brandy Carney
0d4971f190
feat(windows): add input border color variable to theme
...
replaced hardcoded values to use this
references #5565
2016-02-24 11:53:41 -05:00
Brandy Carney
dd7def68e3
feat(windows): add card components
...
references #5565
2016-02-23 19:19:09 -05:00
Brandy Carney
dd206ad7d6
feat(windows): add radio component for wp mode
...
fixed radio and checkbox in alert, updated toolbar
references #5565
2016-02-23 15:56:59 -05:00
Brandy Carney
1ecfa6f054
feat(windows): add checkbox styling and update alert checkbox
...
references #5565
2016-02-23 15:13:45 -05:00
Brandy Carney
1fc0a23c11
feat(windows): initial add for windows badges
...
also hide ion-button-effect and change alert buttons to full width
references #5565
2016-02-23 13:53:11 -05:00
Brandy Carney
6af9b7780b
feat(windows): initial add of alert with windows dialog styles
...
references #5565
2016-02-23 13:42:56 -05:00
Tim Lancina
c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
Adam Bradley
4cae151d47
fix(overlay): do not dom cache views before overlays
...
Closes #5483
2016-02-21 00:03:58 -06:00
Adam Bradley
6b9e59d0d0
feat(NavController): prevent other lifecycle events from firing
...
For Alert and ActionSheet, the currently active page’s leaving
lifecycle event should not fire. However, for Modal, the currently
active page’s leaving lifecycle should fire. Closes #5516
2016-02-19 12:06:49 -06:00
Brandy Carney
9c0eebd245
fix(alert): add max height to alert body so it will overflow
...
closes #5316
2016-02-18 16:55:34 -05:00
Brandy Carney
c365c923bd
fix(alert): add padding under the alert title for iOS when there is no message
...
closes #5299
2016-02-16 12:59:16 -05:00
Brandy Carney
80cbd32abc
test(alert): add test for alert without a body
2016-02-13 13:56:38 -05:00
Brandy Carney
fd0b8516f3
fix(alert): fix alert button background color on activated
2016-02-13 11:10:02 -05:00
mhartington
019009a3e2
chore(): fix bad types for docs
2016-02-12 16:36:27 -05:00
mhartington
5941042a98
chore() normalize types in docs
2016-02-12 15:51:28 -05:00
Tim Lancina
5f254f285f
chore(e2e): make typescript and e2e friends
2016-02-12 11:37:39 -06:00
Adam Bradley
e6068785f6
refactor(transitions): created Transition class
...
Created interfaces for NavOptions, AnimationOptions and
TransitionOptions Created Transition class and move transition ts files
to their own folder.
2016-02-10 01:57:54 -06:00
Adam Bradley
7c10c4dd42
chore(): update modal tests
2016-02-10 01:56:51 -06:00
Adam Bradley
da18868636
refactor(animations): inline css animations
2016-02-09 16:23:01 -06:00
Adam Bradley
5c21b933df
Merge pull request #5310 from manucorporat/new-buttons-css
...
refactor(button): refactor button css to avoid using flex
2016-02-07 12:35:28 -06:00
Manu Mtz.-Almeida
06b3a5b3bd
feat: hairlines width can be configured with a sass variable
2016-02-07 15:00:34 +01:00
Manu Mtz.-Almeida
64ae1000f4
refactor(button): refactors button's css to work in chrome/safari
2016-02-07 00:37:30 +01:00
Adam Bradley
768676794f
feat(actionsheet): disable clicking backdrop to dismiss
2016-02-05 09:50:14 -06:00
Adam Bradley
2710e34851
fix(alert): ensure keyup listener has been removed
2016-02-05 09:38:16 -06:00
Adam Bradley
53e014fb0b
feat(alert): disable clicking backdrop to dismiss
2016-02-05 07:50:14 -06:00
Eddie Lau 3dd13
70c57beafc
add an option to create alert which cannot be dismissed by clicking backdrop
2016-02-05 15:47:46 +08:00
Brandy Carney
59da895ea0
docs(demos): fix demos to have same class name and remove files that aren't needed anymore
...
references #5311
2016-02-03 14:26:25 -05:00
Adam Bradley
1a8550c7eb
Merge pull request #5270 from manucorporat/pixel-perfect-alert-ios
...
fix(alert): update iOS Alert css
2016-01-31 21:24:57 -06:00
Manu Mtz.-Almeida
54875fe454
Fix button min-height regression
2016-01-31 17:22:25 +01:00
Manu Mtz.-Almeida
52270f6a14
Fixes style for AlertView on iOS
2016-01-31 16:42:09 +01:00
Manu Mtz.-Almeida
9ede6f41cd
Fixes alertview when displaying more than 2 buttons
2016-01-31 15:36:56 +01:00
Manu Mtz.-Almeida
83984c4de2
Fixes AlertDialog in material
2016-01-31 04:58:21 +01:00
Manu Mtz.-Almeida
4bab548831
Fixes typo
2016-01-31 04:46:45 +01:00
Manu Mtz.-Almeida
ea8c9892ee
Fixes #5152 issue
2016-01-31 04:26:25 +01:00
Brandy Carney
68819f097e
fix(alert): add checkbox icon for iOS using Sass variables from regular checkbox
...
Closes #5253
2016-01-30 14:55:11 -05:00
Adam Bradley
1c618b51eb
feat(overlay): fire the cancel handler when dismissing from backdrop
...
Renamed action sheet’s button.style to button.role, and added
button.role to alerts. Pass the button’s role in the dismiss method.
Related #5251
2016-01-29 16:11:25 -06:00
Brandy Carney
5b0d60d4a2
fix(alert): add z-index and border-radius to fix ripple
...
copy button css to fix the border on ripple
closes #5203
2016-01-26 14:32:08 -05:00
Brandy Carney
ce44ffb149
fix(alert): clean up alert css
...
Removed borders from radio and checkbox items in an alert, increased
the font size of the md message, transformed md button to uppercase,
fixed padding
fixes #5133
2016-01-22 15:12:41 -05:00
Brandy Carney
b424866b19
fix(alert): remove borders from checkboxes and radios
...
also fixed the border width for retina
references #5133
2016-01-22 15:12:41 -05:00