Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#482 from Jakeeyturner/master
Browse files Browse the repository at this point in the history
Nitpick fix, updated export modal
  • Loading branch information
Jakeeyturner authored Mar 16, 2017
2 parents 30dba12 + 1d727ed commit d6178db
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 87 deletions.
3 changes: 0 additions & 3 deletions packages/composer-playground/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { SuccessComponent } from './success';
import { ResetComponent } from './reset';
import { FileImporterComponent } from './file-importer';
import { ImportComponent } from './import';
import { ExportComponent } from './export';
import { ResourceComponent } from './resource';
import { AddFileComponent } from './add-file';
import { TransactionComponent } from './transaction';
Expand Down Expand Up @@ -85,7 +84,6 @@ type StoreType = {
bootstrap: [ AppComponent ],
entryComponents: [
ImportComponent,
ExportComponent,
ErrorComponent,
SuccessComponent,
ConfirmComponent,
Expand All @@ -111,7 +109,6 @@ type StoreType = {
ConfirmComponent,
ResetComponent,
ImportComponent,
ExportComponent,
GithubComponent,
NoContentComponent,
AboutComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,7 @@ export class EditorComponent implements OnInit {
this.deployedPackageName + '.bna',
{ type: 'application/octet-stream' });
saveAs(file);

this.modalService.open(ExportComponent);

this.alertService.successStatus$.next(this.deployedPackageName + '.bna was exported');
});
}

Expand Down
19 changes: 0 additions & 19 deletions packages/composer-playground/src/app/export/export.component.html

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions packages/composer-playground/src/app/export/export.component.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/composer-playground/src/app/export/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
color: $white;

}

&.active, &:active, &:focus {
background-color: $second-highlight;
border-color: $second-highlight;
Expand All @@ -79,8 +80,10 @@

&[disabled], &[disabled]:hover {
border-color: $fifth-highlight;
color: $fifth-highlight
color: $fifth-highlight;
background-color:$white;
}

}

&.expand {
Expand Down

0 comments on commit d6178db

Please sign in to comment.