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

Added resizing functionality to flyout #1539

Conversation

Blackbaud-StacyCarlos
Copy link
Contributor

@Blackbaud-StacyCarlos Blackbaud-StacyCarlos commented Mar 9, 2018

Addresses #1459

Although this added the functionality to resize the flyout, I would like to address several issues before being pulled

  1. Expected size behavior when below tablet size
  2. Expected behavior when resized smaller/larger than viewport
  3. Should option be toggleable?

@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: b4d3dda
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/351468593

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

@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: d4ceb93
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/351471794

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

@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: daacdb9
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/351711747

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

@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: d43ed8d
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/352353863

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

@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: 7e57801
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/352385059

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

@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: 02c55d3
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/352479905

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

@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: 693da8a
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/352506268

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

@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: 15db034
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/352555566

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

@codecov-io
Copy link

codecov-io commented Mar 13, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@1335a59). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #1539   +/-   ##
========================================
  Coverage          ?    100%           
========================================
  Files             ?     387           
  Lines             ?    7590           
  Branches          ?     975           
========================================
  Hits              ?    7590           
  Misses            ?       0           
  Partials          ?       0
Impacted Files Coverage Δ
src/modules/flyout/flyout.component.ts 100% <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 1335a59...bcde44d. Read the comment docs.

@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: 27cb822
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/352841711

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

@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: 5d475fc
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/352877040

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

@Blackbaud-SteveBrush Blackbaud-SteveBrush self-requested a review March 13, 2018 16:52
@@ -10,23 +10,24 @@
background-color: #fff;
border-left: 6px solid $sky-highlight-color-info;
z-index: $sky-flyout-z-index;
overflow: auto;
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush Mar 13, 2018

Choose a reason for hiding this comment

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

@Blackbaud-StacyCarlos The feature works great! Could you figure out a way to force the width for mobile views (used to be width: 100% for mobile, and width: 50% for anything larger)? It's immediately obvious when you stretch the width of the flyout and then shrink the browser window down...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you mean by default before resizing? If so, yes I can figure that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have incorporated styling to maintain 100% width at small sizes.

@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: acd152f
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/353893637

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

@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: cbb7ecb
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/353938054

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

@Blackbaud-SteveBrush Blackbaud-SteveBrush changed the base branch from master to contrib-resize-flyout March 15, 2018 20:24
Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush left a comment

Choose a reason for hiding this comment

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

LGTM. We'll go ahead and merge it into a contribution branch, clean it up, and release ASAP!

@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: bcde44d
Build details: https://travis-ci.org/blackbaud-sky-savage/skyux2/builds/354021460

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

@Blackbaud-SteveBrush
Copy link
Member

@blackbaud-sky-savage retry

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