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

Commit

Permalink
feat(WalletLanding): remove wallet landing page and anything associat…
Browse files Browse the repository at this point in the history
…ed with it
  • Loading branch information
plondon committed May 20, 2016
1 parent b9e3cc2 commit 37b9bd2
Show file tree
Hide file tree
Showing 44 changed files with 59 additions and 1,628 deletions.
6 changes: 0 additions & 6 deletions app/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ head
<!-- @endif -->

body(ng-controller="AppCtrl" ui-view="body" ng-mousemove="resetInactivityTime()" ng-keypress="resetInactivityTime()")

//- This does not depend on Angular and will show as soon as the images are done loading.
.blocket-loading
div
img.full(src="img/blocket-full.png")
img(src="img/blocket-no-boosters.png")

noscript
img(src="/img/logo-bw.png")
Expand Down
225 changes: 0 additions & 225 deletions app/partials/wallet-welcome.jade

This file was deleted.

10 changes: 0 additions & 10 deletions app/templates/scroll-in-view.jade

This file was deleted.

4 changes: 0 additions & 4 deletions app/templates/video-container.jade

This file was deleted.

5 changes: 0 additions & 5 deletions assets/css/blockchain.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
@import 'components/forms';
@import 'components/helpers';
@import 'components/modals';
@import 'components/video-container';
@import 'components/notifications';
@import 'components/progress-bars';
@import 'components/spinner';
Expand All @@ -50,12 +49,8 @@
@import 'modules/two-factor';
@import 'modules/confirm-recovery-phrase';
@import 'modules/upgrade';
@import 'modules/welcome';

//override bootstrap
@import 'utilities/bs_overrides';

// TEMP
@import 'utilities/legacy';

@import 'utilities/general';
69 changes: 0 additions & 69 deletions assets/css/components/_video-container.scss

This file was deleted.

Loading

0 comments on commit 37b9bd2

Please sign in to comment.