Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Resolving Card action bar still visable after hiding with *ngIf #1421 #1533

Merged
merged 4 commits into from
Mar 9, 2018

Conversation

blackbaud-conorwright
Copy link
Contributor

Fixed the issue where Card Action Bars are still visible when the Actions are being hidden by *ngIf.

Resolves: #1421

@blackbaud-sky-savage
Copy link
Collaborator

Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: 3f4222e
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/350562368

(Please note that this is a fully automated comment.)

@@ -2,6 +2,7 @@ import { Component } from '@angular/core';

@Component({
selector: 'sky-card-actions',
styleUrls: ['./card-actions.component.scss'],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know these are in alphabetical order, but our convention is to put styleUrls after templateUrl. :)

@import "../../scss/mixins";

:host {
display: block;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two-spaced tabs, please! (We need to figure out how to enforce this on a configuration level...)

@blackbaud-sky-savage
Copy link
Collaborator

Tests failed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: a450054
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/350881862

(Please note that this is a fully automated comment.)

@codecov-io
Copy link

codecov-io commented Mar 9, 2018

Codecov Report

Merging #1533 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1533   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         387     387           
  Lines        7568    7568           
  Branches      970     970           
======================================
  Hits         7568    7568
Impacted Files Coverage Δ
src/modules/card/card-actions.component.ts 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2c03c0...d55f351. Read the comment docs.

@blackbaud-sky-savage
Copy link
Collaborator

Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: 4b809aa
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/351416494

(Please note that this is a fully automated comment.)

@blackbaud-sky-savage
Copy link
Collaborator

Tests passed. Automated cross-browser testing via BrowserStack and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: d55f351
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/351504750

(Please note that this is a fully automated comment.)

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit 23e4452 into blackbaud:master Mar 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants