Skip to content

Commit

Permalink
Merge pull request #2039 from CodeNow/url-polling-state
Browse files Browse the repository at this point in the history
add url polling state
  • Loading branch information
taylordolan authored Feb 14, 2017
2 parents 32f797f + 8eb078d commit c365592
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions client/assets/styles/scss/components/notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@
}
}

.spinner-wrapper {
opacity: .5;
padding-top: 5px;
}

// undo
.link-undo {
margin: 0 9px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
)

.grid-block
.grid-block.shrink.margin-right-xs.h1 🤘

.grid-block.vertical
.grid-block.shrink.margin-right-xs.h1 👷
.grid-block.vertical.noscroll
p.p.weight-strong Hang tight, we’re building your app.
.small You’ll be able to access your container by its URL once it’s ready. 
| {{ 'is in demo flow' ? 'This should only take a minute.' : 'Build time varies depending on your services.' }}
.small You’ll be able to access your container’s URL once it’s ready. This should only take a minute.
.grid-block.align-center.small.text-gray.padding-top-xxs(
ng-if = "$root.featureFlags.demoUrlPolling"
)
.spinner-wrapper.spinner-sm.spinner-gray.margin-right-xxs(
ng-include = "'spinner'"
)
| Build complete! Finishing…
1 change: 1 addition & 0 deletions client/services/featureFlagService.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function featureFlags(
demoAddTeamStep: true,
demoAutoAddBranch: true,
demoOrg: false,
demoUrlPolling: false,
dockerCompose: true,
dockerfileMirroringMultiple: false,
editAnyInstance: false,
Expand Down

0 comments on commit c365592

Please sign in to comment.