diff --git a/src/@fuse/components/search-bar/search-bar.component.html b/src/@fuse/components/search-bar/search-bar.component.html index d5040d99..f64e9d09 100644 --- a/src/@fuse/components/search-bar/search-bar.component.html +++ b/src/@fuse/components/search-bar/search-bar.component.html @@ -15,7 +15,7 @@ - diff --git a/src/@fuse/components/shortcuts/shortcuts.component.html b/src/@fuse/components/shortcuts/shortcuts.component.html index 28e2cb91..396edefc 100644 --- a/src/@fuse/components/shortcuts/shortcuts.component.html +++ b/src/@fuse/components/shortcuts/shortcuts.component.html @@ -17,7 +17,7 @@ *ngFor="let shortcutItem of shortcutItems"> - {{shortcutItem.icon}} + {{shortcutItem.icon}} {{shortcutItem.title.substr(0, 1).toUpperCase()}} @@ -42,11 +42,12 @@ - + + input { border: none; @@ -55,7 +55,7 @@ html, body { } } -*:not(mat-input-container) { +*:not(mat-form-field) { > input[type="button"], > button, diff --git a/src/app/main/content/apps/academy/course/course.component.html b/src/app/main/content/apps/academy/course/course.component.html index 2095ee05..cb401146 100644 --- a/src/app/main/content/apps/academy/course/course.component.html +++ b/src/app/main/content/apps/academy/course/course.component.html @@ -33,12 +33,12 @@
- - diff --git a/src/app/main/content/apps/academy/courses/courses.component.html b/src/app/main/content/apps/academy/courses/courses.component.html index 0231aa27..cc10911a 100644 --- a/src/app/main/content/apps/academy/courses/courses.component.html +++ b/src/app/main/content/apps/academy/courses/courses.component.html @@ -33,7 +33,7 @@ + (selectionChange)="filterCoursesByCategory()"> All @@ -46,10 +46,11 @@
-
+
+ fxFlex.gt-sm="33" [ngClass]="course.category" [@animate]="{value:'*',params:{y:'100%'}}">
diff --git a/src/app/main/content/apps/academy/courses/courses.component.ts b/src/app/main/content/apps/academy/courses/courses.component.ts index d86c00cd..c71caf56 100644 --- a/src/app/main/content/apps/academy/courses/courses.component.ts +++ b/src/app/main/content/apps/academy/courses/courses.component.ts @@ -1,12 +1,15 @@ import { Component, OnDestroy, OnInit } from '@angular/core'; import { Subscription } from 'rxjs/Subscription'; +import { fuseAnimations } from '@fuse/animations'; + import { AcademyCoursesService } from '../courses.service'; @Component({ selector : 'fuse-academy-courses', templateUrl: './courses.component.html', - styleUrls : ['./courses.component.scss'] + styleUrls : ['./courses.component.scss'], + animations : fuseAnimations }) export class FuseAcademyCoursesComponent implements OnInit, OnDestroy { diff --git a/src/app/main/content/apps/calendar/calendar.component.html b/src/app/main/content/apps/calendar/calendar.component.html index 459c902d..2ebf4691 100644 --- a/src/app/main/content/apps/calendar/calendar.component.html +++ b/src/app/main/content/apps/calendar/calendar.component.html @@ -15,31 +15,27 @@
- - - - -
@@ -50,7 +46,7 @@
-
@@ -136,8 +134,7 @@ @@ -98,7 +97,7 @@ fxLayout="row" fxLayoutAlign="start center"> - + diff --git a/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html b/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html index 3bfbe1de..b210bf42 100644 --- a/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html +++ b/src/app/main/content/apps/chat/sidenavs/left/chats/chats.component.html @@ -56,7 +56,7 @@
- diff --git a/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.html b/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.html index 5a15f6c9..a7dd59f9 100644 --- a/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.html +++ b/src/app/main/content/apps/chat/sidenavs/right/contact/contact.component.html @@ -9,7 +9,7 @@
Contact Info
- @@ -36,7 +36,7 @@ - + diff --git a/src/app/main/content/apps/contacts/contact-form/contact-form.component.html b/src/app/main/content/apps/contacts/contact-form/contact-form.component.html index a07ad9df..fd053ca6 100644 --- a/src/app/main/content/apps/contacts/contact-form/contact-form.component.html +++ b/src/app/main/content/apps/contacts/contact-form/contact-form.component.html @@ -2,9 +2,7 @@ {{dialogTitle}} - @@ -116,8 +114,7 @@
diff --git a/src/app/main/content/apps/contacts/selected-bar/selected-bar.component.html b/src/app/main/content/apps/contacts/selected-bar/selected-bar.component.html index f0e542d9..21a75dae 100644 --- a/src/app/main/content/apps/contacts/selected-bar/selected-bar.component.html +++ b/src/app/main/content/apps/contacts/selected-bar/selected-bar.component.html @@ -11,7 +11,7 @@
- {{selectedContacts.length}} + {{selectedContacts.length}} selected diff --git a/src/app/main/content/apps/dashboards/project/project.component.html b/src/app/main/content/apps/dashboards/project/project.component.html index bb9c07b7..bccc43c9 100644 --- a/src/app/main/content/apps/dashboards/project/project.component.html +++ b/src/app/main/content/apps/dashboards/project/project.component.html @@ -666,8 +666,8 @@ - - + + diff --git a/src/app/main/content/apps/e-commerce/order/order.component.html b/src/app/main/content/apps/e-commerce/order/order.component.html index ff88a56d..2987e515 100644 --- a/src/app/main/content/apps/e-commerce/order/order.component.html +++ b/src/app/main/content/apps/e-commerce/order/order.component.html @@ -14,7 +14,7 @@
- @@ -49,7 +49,7 @@
- account_circle + account_circle
Customer
@@ -88,7 +88,7 @@ -
+
{{order.customer.shippingAddress.address}}
-
+
{{order.customer.invoiceAddress.address}}
- access_time + access_time
Order Status
@@ -172,7 +172,7 @@
- attach_money + attach_money
Payment
@@ -216,7 +216,7 @@
- local_shipping + local_shipping
Shipping
diff --git a/src/app/main/content/apps/e-commerce/orders/orders.component.html b/src/app/main/content/apps/e-commerce/orders/orders.component.html index 1e5e1622..8192e304 100644 --- a/src/app/main/content/apps/e-commerce/orders/orders.component.html +++ b/src/app/main/content/apps/e-commerce/orders/orders.component.html @@ -26,7 +26,7 @@ - +
diff --git a/src/app/main/content/apps/e-commerce/product/product.component.html b/src/app/main/content/apps/e-commerce/product/product.component.html index b9280c94..bd9d1fa2 100644 --- a/src/app/main/content/apps/e-commerce/product/product.component.html +++ b/src/app/main/content/apps/e-commerce/product/product.component.html @@ -13,11 +13,12 @@
- -
+
@@ -64,6 +65,7 @@ +
@@ -83,44 +85,46 @@ -

Categories

- - + + + + [removable]="true" (removed)="product.removeCategory(category)"> {{category}} cancel + + + - + -

Tags

- - + + + + [removable]="true" (removed)="product.removeTag(tag)"> {{tag}} cancel + + + - + +
+
@@ -129,7 +133,8 @@
- +
@@ -175,7 +180,8 @@ formControlName="comparedPrice" placeholder="Compared Price" type="number"> - Add a compare price to show next to the real price + Add a compare price to show next to the real price +
diff --git a/src/app/main/content/apps/e-commerce/products/products.component.html b/src/app/main/content/apps/e-commerce/products/products.component.html index 976436aa..2e892550 100644 --- a/src/app/main/content/apps/e-commerce/products/products.component.html +++ b/src/app/main/content/apps/e-commerce/products/products.component.html @@ -26,7 +26,7 @@ - +
diff --git a/src/app/main/content/apps/file-manager/file-manager.component.html b/src/app/main/content/apps/file-manager/file-manager.component.html index 8f7991ff..8c45ef3d 100644 --- a/src/app/main/content/apps/file-manager/file-manager.component.html +++ b/src/app/main/content/apps/file-manager/file-manager.component.html @@ -26,7 +26,7 @@
-
diff --git a/src/app/main/content/apps/file-manager/sidenavs/details/details.component.html b/src/app/main/content/apps/file-manager/sidenavs/details/details.component.html index 07edc09f..12fc9450 100644 --- a/src/app/main/content/apps/file-manager/sidenavs/details/details.component.html +++ b/src/app/main/content/apps/file-manager/sidenavs/details/details.component.html @@ -3,7 +3,7 @@
- @@ -11,7 +11,7 @@ file_download -
diff --git a/src/app/main/content/apps/mail-ngrx/dialogs/compose/compose.component.html b/src/app/main/content/apps/mail-ngrx/dialogs/compose/compose.component.html index 26e46f24..7841082b 100644 --- a/src/app/main/content/apps/mail-ngrx/dialogs/compose/compose.component.html +++ b/src/app/main/content/apps/mail-ngrx/dialogs/compose/compose.component.html @@ -1,10 +1,8 @@
- +
New Message -
@@ -100,10 +98,7 @@
- diff --git a/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html b/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html index e87f3c9e..9ffb5bee 100644 --- a/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html +++ b/src/app/main/content/apps/mail-ngrx/mail-details/mail-details.component.html @@ -1,5 +1,5 @@
- + email @@ -24,12 +24,12 @@
- - @@ -87,8 +87,7 @@
- diff --git a/src/app/main/content/apps/mail-ngrx/mail.component.html b/src/app/main/content/apps/mail-ngrx/mail.component.html index d8da153a..13a31fbc 100644 --- a/src/app/main/content/apps/mail-ngrx/mail.component.html +++ b/src/app/main/content/apps/mail-ngrx/mail.component.html @@ -21,7 +21,7 @@
@@ -105,9 +103,7 @@
- - @@ -88,8 +89,7 @@
- diff --git a/src/app/main/content/apps/mail/mail.component.html b/src/app/main/content/apps/mail/mail.component.html index e81586b5..004880f8 100644 --- a/src/app/main/content/apps/mail/mail.component.html +++ b/src/app/main/content/apps/mail/mail.component.html @@ -21,7 +21,7 @@
- -
+
@@ -72,20 +74,25 @@
- -
- - + + - +
@@ -127,7 +134,9 @@ close +
+
@@ -146,7 +155,7 @@
- + @@ -164,7 +173,7 @@
remove_red_eye
- +
@@ -173,8 +182,9 @@
- - + +
@@ -198,7 +208,9 @@ [ngClass]="board.labels | getById:labelId:'color'" fxLayout="row" fxLayoutAlign="start center"> {{board.labels|getById:labelId:'name'}} - close + close +
@@ -215,7 +227,9 @@ fxLayout="row" fxLayoutAlign="start center"> - close + close +
@@ -257,7 +271,8 @@ {{item.time}}
- @@ -341,7 +357,8 @@
-
+
-
-
add - +
@@ -444,7 +464,8 @@
-
+
{{board.members| getById:activity.idMember:'name'}}
diff --git a/src/app/main/content/apps/scrumboard/board/list/add-card/add-card.component.html b/src/app/main/content/apps/scrumboard/board/list/add-card/add-card.component.html index b8f62035..c1f8d6d6 100644 --- a/src/app/main/content/apps/scrumboard/board/list/add-card/add-card.component.html +++ b/src/app/main/content/apps/scrumboard/board/list/add-card/add-card.component.html @@ -11,7 +11,7 @@ - + diff --git a/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html b/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html index 05a6269f..50d1356d 100644 --- a/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html +++ b/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html @@ -3,12 +3,12 @@ class="header p-24 pb-4" ngClass="mat-accent-bg" ngClass.gt-md="white-fg">