mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
fix tour placement issues, basic offerTour method
This commit is contained in:
parent
5e45b1f230
commit
0e03633ed0
6 changed files with 17 additions and 10 deletions
|
|
@ -19,7 +19,9 @@
|
|||
</svg>
|
||||
</app-page-header>
|
||||
|
||||
<div class='row'>
|
||||
<div tourAnchor="tour.dashboard"></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
<ng-container *ngIf="savedViewService.loading">
|
||||
<div class="spinner-border spinner-border-sm me-2" role="status"></div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<ngb-alert type="primary" [dismissible]="false" tourAnchor="tour.dashboard">
|
||||
<ngb-alert type="primary" [dismissible]="false">
|
||||
<!-- [dismissible]="isFinished(status)" (closed)="dismiss(status)" -->
|
||||
<h4 class="alert-heading"><ng-container i18n>Paperless-ngx is running!</ng-container> 🎉</h4>
|
||||
<p i18n>You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue