51 Commits

Author SHA1 Message Date
95af318d3e style(toast): update sass formatting 2016-04-21 09:34:17 -05:00
219059c5b0 fix(sass): fix sass errors 2016-04-21 09:10:02 -05:00
c3fb051ed6 style(sass): fix linter errors 2016-04-20 15:33:55 -04:00
1b085e3b73 feat(tabs): enabled and show inputs
Closes #5768
2016-04-14 22:47:26 -05:00
d3d689ae11 style(sass): remove all PropertySortOrder errors from linter
references #5797
2016-03-14 15:56:19 -04:00
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
b9a46288dc fix(tabs): improves tabs style for iOS 2016-03-06 10:43:28 +01:00
6b93bc10fd fix(tabs): don't add the has-icon class to a tab button if the layout is icon-hide
fixes #5658
2016-03-04 15:46:38 -05:00
cd723898b7 docs(tabs): update tabs demo to include colors and badges
references driftyco/ionic-site#453
2016-02-29 18:43:43 -05:00
8cfebe1386 refactor(tabs): remove tabbarIcons and add tabbarLayout which accepts different values
BREAKING CHANGES: `tabbarIcons` has been replaced with `tabbarLayout`
with the following values: `icon-top`, `icon-left`, `icon-right`,
`icon-bottom`, `icon-hide`, `title-hide`.

closes #5625
2016-02-26 16:44:32 -05:00
f2db74ba69 fix(tabs): show navbar on second page in tab 2016-02-05 13:55:10 -06:00
687a17bcd2 perf(tabs): render tab navbar at same time of tab content 2016-02-04 23:08:52 -06:00
28196e9427 feat(tabs): add ability to add badges to the tab
Can now add badges to a tab but can’t style them yet.

References #5007
2016-01-23 12:41:56 -05:00
9b12ce3841 fix(attr): use pascalCase for config component 2015-12-15 09:56:20 -06:00
0d15c3cbef fix(tabs): fix tabbar-placement=top
Closes #746
2015-12-14 20:25:48 -06:00
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -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
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
246fd977f2 feat(tabbarStyle): set tabbar color from config/attr
Closes #436
2015-11-05 22:19:37 -06:00
3d4aad8eaa chore(tabbar): rename tab-bar to tabbar 2015-11-02 19:38:30 -06:00
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
ffc5a5e2ce refactor(Tabs): Tabs no longer extends NavController 2015-10-11 22:44:18 -05:00
fa2ae9cd93 rename(sections): .navbar-container now ion-navbar-section 2015-10-10 17:14:03 -05:00
ae6e140fbf feat(ionTabs): hide tabs by default with MD
Closes #229. Closes #236
Squashed commit of the following:

commit f566321e54937b8d31a8d1f85948ab5d984b9e37
Author: mhartington <mikehartington@gmail.com>
Date:   Fri Oct 2 11:03:50 2015 -0400

    feat(ionTabs): organize code and clean font sizes

commit 9ee1e28f0b01e9e195bc24a65066a57d66e5ec50
Author: mhartington <mikehartington@gmail.com>
Date:   Fri Oct 2 10:51:36 2015 -0400

    feat(ionTabs): move scss to tabs.scss

commit 3eba74c27c8eefe6e61f8f3ac12742edb7181772
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 16:23:37 2015 -0400

    feat(ionTabs): add test

commit 34f61431d41283fc8e5ed2f64e0874659072660b
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 16:13:05 2015 -0400

    feat(ionTabs): reuse tabBarIcons

commit 8c6f0edb17bcc6ff0c5f8b7be66f2be8a6775d48
Author: mhartington <mikehartington@gmail.com>
Date:   Thu Oct 1 15:56:29 2015 -0400

    feat(ionTabs): hide tab icon for md
2015-10-02 11:45:35 -04:00
d4a3005524 refactor(nav): NavController/Tabs overhaul
Closes #213
2015-10-01 15:04:49 -05:00
63398f3450 feat(md): tab ripple and highlight line 2015-09-28 23:36:48 -05:00
fe7b070a6d fix(tabs): hover states 2015-09-24 14:48:10 -05:00
4d84cdae83 refactor(hover): use :hover:not(.disable-hover)
Less CSS specificity issues. Disabling hover on mobile prevents button
flickers.
2015-09-24 13:31:35 -05:00
db714ce341 remove .hover css 2015-09-18 21:46:16 -05:00
d25ce946f6 disable :hover on touch devices 2015-09-14 22:27:09 -05:00
3b5af7321c tab buttons 2015-09-04 17:17:46 -05:00
147a7e68ff color updates 2015-08-11 22:10:25 -05:00
f70aff1895 themes wip 2015-08-11 17:36:28 -05:00
0808785234 checkbox updates 2015-07-27 22:36:32 -05:00
996fae5b6c tabs redo 2015-07-21 21:12:37 -05:00
d74d5591e1 iOS tab icon updates 2015-07-21 15:58:45 -05:00
03246b6722 tab bar updates 2015-07-21 14:31:15 -05:00
ff2b75bc6f iOS tab bar updates 2015-07-21 13:05:47 -05:00
5681c57017 IonicComponent not required for views 2015-07-08 22:31:05 -05:00
df367e9788 Tabs sink update 2015-07-07 09:44:09 -05:00
2fdb4aeb29 IonicView / update tests 2015-06-19 23:00:00 -05:00
f1a61cb4d5 test updates 2015-06-19 15:57:35 -05:00
611b7582b0 tabs wip 2015-06-08 23:56:39 -05:00
69f505ec6a tab mega wip 2015-06-03 14:36:41 -05:00
0cb0a1c600 basic tabs 2015-05-30 20:51:58 -05:00
0638c6a4f3 startin' tabs 2015-05-30 13:27:32 -05:00
20b9c7fa34 the silence of the tabs 2015-05-21 22:45:44 -05:00
5152889a67 autoprefixer 2015-05-15 21:52:56 -05:00
8a42dde132 update to angular 2.0.0-alpha.21, update toolbar system 2015-04-30 10:55:29 -06:00