Arthur Bogaart pushed to branch feature/create-content at cms-community / 
hippo-addon-channel-manager


Commits:
6d87c29a by Arthur Bogaart at 2017-11-15T01:00:13+01:00
CHANNELMGR-1586 Enable lint in frontend-ng

Fixed two lint errors.

- - - - -


3 changed files:

- frontend-ng/pom.xml
- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts
- frontend-ng/src/app/channel/sidePanels/rightSidePanel/rightSidePanel.scss


Changes:

=====================================
frontend-ng/pom.xml
=====================================
--- a/frontend-ng/pom.xml
+++ b/frontend-ng/pom.xml
@@ -54,7 +54,7 @@
             <goals><goal>exec</goal></goals>
             <configuration>
               <executable>npm</executable>
-              <commandlineArgs>run build</commandlineArgs>
+              <commandlineArgs>run build -- --lint</commandlineArgs>
             </configuration>
           </execution>
           <execution>


=====================================
frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts
=====================================
--- 
a/frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts
+++ 
b/frontend-ng/src/app/channel/sidePanels/rightSidePanel/create-content/step-2/step-2.component.ts
@@ -80,7 +80,7 @@ export class CreateContentStep2Component implements OnInit {
         this.onLoadSuccess(doc, docType);
         this.loading = false;
       }).catch(() => {
-        this.loading = false
+        this.loading = false;
       });
   }
 


=====================================
frontend-ng/src/app/channel/sidePanels/rightSidePanel/rightSidePanel.scss
=====================================
--- a/frontend-ng/src/app/channel/sidePanels/rightSidePanel/rightSidePanel.scss
+++ b/frontend-ng/src/app/channel/sidePanels/rightSidePanel/rightSidePanel.scss
@@ -15,12 +15,12 @@
 @import 'variables';
 
 right-side-panel {
-  transition: max-width $swift-ease-out;
   max-width: 0;
+  transition: max-width $swift-ease-out;
 
   &.sidepanel-open {
-    transition: max-width $swift-ease-in;
     max-width: 50% !important;
+    transition: max-width $swift-ease-in;
 
     md-sidenav {
       margin-left: auto;



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/6d87c29a55edc25da5ba53741eac677131eee2d9

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/6d87c29a55edc25da5ba53741eac677131eee2d9
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to