mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 16:29:49 -04:00
referenced notes for when we implement that search...
This commit is contained in:
parent
cd0793e3a5
commit
80be335d2b
@ -45,6 +45,14 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<mat-expansion-panel *ngIf="hasNotes">
|
||||||
|
<mat-expansion-panel-header>
|
||||||
|
<mat-panel-title>
|
||||||
|
Note References
|
||||||
|
</mat-panel-title>
|
||||||
|
</mat-expansion-panel-header>
|
||||||
|
<p>note link, note link, note link...</p>
|
||||||
|
</mat-expansion-panel>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-actions">
|
<div class="card-actions">
|
||||||
<span class="card-actions-left">
|
<span class="card-actions-left">
|
||||||
|
@ -24,6 +24,8 @@ export class PassageCardComponent extends CardComponent implements OnInit {
|
|||||||
|
|
||||||
displaySettings$ = this.appService.select((state) => state.displaySettings.value);
|
displaySettings$ = this.appService.select((state) => state.displaySettings.value);
|
||||||
|
|
||||||
|
hasNotes = false;
|
||||||
|
|
||||||
@ViewChild('passage') passageElement: ElementRef;
|
@ViewChild('passage') passageElement: ElementRef;
|
||||||
|
|
||||||
constructor(protected elementRef: ElementRef, private appService: AppService, public dialog: MatDialog) {
|
constructor(protected elementRef: ElementRef, private appService: AppService, public dialog: MatDialog) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user