diff --git a/web/i18n/en/receiver.json b/web/i18n/en/receiver.json new file mode 100644 index 00000000..567e569f --- /dev/null +++ b/web/i18n/en/receiver.json @@ -0,0 +1,5 @@ +{ + "title": "drag or select a file", + "title.drop": "drop the file here!", + "accept": "supported formats: {{ formats }}." +} diff --git a/web/i18n/en/remux.json b/web/i18n/en/remux.json new file mode 100644 index 00000000..e2afbcc9 --- /dev/null +++ b/web/i18n/en/remux.json @@ -0,0 +1,3 @@ +{ + "description": "remuxing media files is fast, lossless, and often fixes compatibility issues with old software. files are processed on-device and never get uploaded anywhere." +} diff --git a/web/src/components/misc/FileReceiver.svelte b/web/src/components/misc/FileReceiver.svelte new file mode 100644 index 00000000..7310afa7 --- /dev/null +++ b/web/src/components/misc/FileReceiver.svelte @@ -0,0 +1,114 @@ + + +