Fix frontpage and pin functionality

This commit is contained in:
Myx
2025-01-25 05:55:25 +01:00
parent 7e60850c7a
commit 540d967992
31 changed files with 372 additions and 60 deletions

View File

@@ -1,6 +1,7 @@
<app-file-converter
title="Image converter"
method="post"
privacyText="This tool requires internet access to convert images. The images are processed on the servers and are not stored on any disk."
[isPreview]="false"
[fileTypeSelector]="true"
[processedFiles]="processedFiles"
@@ -13,5 +14,5 @@
(fileSelected)="onFileSelected($event)"
(selectedFormat)="onFormatSelected($event)"
(upload)="onUploadClicked()"
>
>
</app-file-converter>