mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -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>
|
||||
</div>
|
||||
</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 class="card-actions">
|
||||
<span class="card-actions-left">
|
||||
|
@ -24,6 +24,8 @@ export class PassageCardComponent extends CardComponent implements OnInit {
|
||||
|
||||
displaySettings$ = this.appService.select((state) => state.displaySettings.value);
|
||||
|
||||
hasNotes = false;
|
||||
|
||||
@ViewChild('passage') passageElement: ElementRef;
|
||||
|
||||
constructor(protected elementRef: ElementRef, private appService: AppService, public dialog: MatDialog) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user