mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-24 22:27:21 +01:00
Revert "Merge pull request #628 from shamoon/feature/popover-previews"
This reverts commit8da1521508, reversing changes made toa7846925b1.
This commit is contained in:
parent
8da1521508
commit
9816efb816
14 changed files with 61 additions and 161 deletions
|
|
@ -170,5 +170,5 @@
|
|||
</table>
|
||||
|
||||
<div class="m-n2 row row-cols-paperless-cards" *ngIf="displayMode == 'smallCards'">
|
||||
<app-document-card-small [selected]="list.isSelected(d)" (toggleSelected)="toggleSelected(d, $event)" [document]="d" *ngFor="let d of list.documents; trackBy: trackByDocumentId" (clickTag)="clickTag($event)" (clickCorrespondent)="clickCorrespondent($event)"></app-document-card-small>
|
||||
<app-document-card-small [selected]="list.isSelected(d)" (toggleSelected)="toggleSelected(d, $event)" [document]="d" *ngFor="let d of list.documents; trackBy: trackByDocumentId" (clickTag)="clickTag($event)" (clickCorrespondent)="clickCorrespondent($event)"></app-document-card-small>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue