- UI Revisions
This commit is contained in:
@@ -8,8 +8,8 @@ import { TabsPage } from '../pages/tabs/tabs';
|
||||
@Component({
|
||||
templateUrl: 'app.html'
|
||||
})
|
||||
export class Urge {
|
||||
rootPage:any = TabsPage;
|
||||
export class Urnings {
|
||||
rootPage: any = TabsPage;
|
||||
|
||||
constructor(platform: Platform, statusBar: StatusBar, splashScreen: SplashScreen) {
|
||||
platform.ready().then(() => {
|
||||
|
||||
@@ -3,37 +3,39 @@ import { BrowserModule } from '@angular/platform-browser';
|
||||
import { HttpModule } from '@angular/http';
|
||||
import { IonicApp, IonicModule, IonicErrorHandler } from 'ionic-angular';
|
||||
import { IonicSwipeAllModule } from 'ionic-swipe-all';
|
||||
import { Urge } from './app.component';
|
||||
import { Urnings } from './app.component';
|
||||
|
||||
import { ChatPage } from '../pages/chat/chat';
|
||||
import { CruisePage } from '../pages/cruise/cruise';
|
||||
import { CruisesPage } from '../pages/cruises/cruises';
|
||||
import { GridPage } from '../pages/grid/grid';
|
||||
import { InformationPage } from '../pages/information/information';
|
||||
import { LightboxPage } from '../pages/lightbox/lightbox';
|
||||
import { MessagesPage } from '../pages/messages/messages';
|
||||
import { ProfilePage } from '../pages/profile/profile';
|
||||
import { TabsPage } from '../pages/tabs/tabs';
|
||||
import { TellYourStoryPage } from '../pages/tell/tell';
|
||||
import { UsersPage } from '../pages/users/users';
|
||||
|
||||
import { StatusBar } from '@ionic-native/status-bar';
|
||||
import { SplashScreen } from '@ionic-native/splash-screen';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
Urge,
|
||||
Urnings,
|
||||
ChatPage,
|
||||
CruisePage,
|
||||
CruisesPage,
|
||||
InformationPage,
|
||||
GridPage,
|
||||
LightboxPage,
|
||||
MessagesPage,
|
||||
ProfilePage,
|
||||
TabsPage
|
||||
TabsPage,
|
||||
TellYourStoryPage,
|
||||
UsersPage
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
HttpModule,
|
||||
IonicSwipeAllModule,
|
||||
IonicModule.forRoot(Urge, {
|
||||
IonicModule.forRoot(Urnings, {
|
||||
iconMode: 'ios',
|
||||
modalEnter: 'modal-slide-in',
|
||||
modalLeave: 'modal-slide-out',
|
||||
@@ -43,15 +45,16 @@ import { SplashScreen } from '@ionic-native/splash-screen';
|
||||
],
|
||||
bootstrap: [IonicApp],
|
||||
entryComponents: [
|
||||
Urge,
|
||||
Urnings,
|
||||
ChatPage,
|
||||
CruisePage,
|
||||
CruisesPage,
|
||||
InformationPage,
|
||||
GridPage,
|
||||
LightboxPage,
|
||||
MessagesPage,
|
||||
ProfilePage,
|
||||
TabsPage
|
||||
TabsPage,
|
||||
TellYourStoryPage,
|
||||
UsersPage
|
||||
],
|
||||
providers: [
|
||||
StatusBar,
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
// for the .md, .ios, or .wp mode classes. The mode class is
|
||||
// automatically applied to the <body> element in the app.
|
||||
|
||||
body {
|
||||
font-family: 'PT Sans', sans-serif;
|
||||
}
|
||||
|
||||
ion-toolbar {
|
||||
color: #fff;
|
||||
|
||||
@@ -24,7 +28,7 @@ ion-toolbar {
|
||||
|
||||
.bar-button,
|
||||
.toolbar-title {
|
||||
color: #9e9ea8;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,7 +63,7 @@ ion-title {
|
||||
.tab-button {
|
||||
|
||||
.tab-button-icon {
|
||||
color: #9e9ea8;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
&[aria-selected=true] {
|
||||
|
||||
Reference in New Issue
Block a user