parent
91d93711cc
commit
d79d9f966d
@ -0,0 +1,38 @@
|
||||
<!-- <div class="NOTES_COMPONENT">
|
||||
<div class="container">
|
||||
<span>Edit note </span><span style="color: grey; font-size: 0.9em;">(supports markdown)</span>
|
||||
<div class="left">
|
||||
<textarea [(ngModel)]="note" cols="50" rows="10"></textarea>
|
||||
</div>
|
||||
|
||||
<span><span>Preview </span><span style="color: grey; font-size: 0.9em;">(Unscaled)</span></span>
|
||||
<div class="right">
|
||||
<notes [note]="note"></notes>
|
||||
</div>
|
||||
</div>
|
||||
<div mat-dialog-actions>
|
||||
<button mat-button color="warn" (click)="cancel()">Cancel</button>
|
||||
<button mat-button [mat-dialog-close]="note" cdkFocusInitial>Save</button>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
|
||||
|
||||
<div class="NOTES_COMPONENT">
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
Original note
|
||||
</div>
|
||||
<div class="col-6">
|
||||
Imported note
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
Note to save
|
||||
</div>
|
||||
<div class="col-6">
|
||||
Preview
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in new issue