diff --git a/resources/views/settings/import/instagram/step-one.blade.php b/resources/views/settings/import/instagram/step-one.blade.php new file mode 100644 index 000000000..0ca0ddcbf --- /dev/null +++ b/resources/views/settings/import/instagram/step-one.blade.php @@ -0,0 +1,28 @@ +@extends('settings.template') + +@section('section') + +
+

Import from Instagram

+

Step 1

+
+
+
+

Before you proceed, you need to have a backup of your account from Instagram, you can do that here.

+
+
+
+
+

Import photos directory

+

250mb limit, if your photos directory exceeds that amount, you will have to wait until we support larger imports.

+
+
+ @csrf + + +
+
+
+
+ +@endsection \ No newline at end of file diff --git a/resources/views/settings/import/instagram/step-three.blade.php b/resources/views/settings/import/instagram/step-three.blade.php new file mode 100644 index 000000000..7c09a6728 --- /dev/null +++ b/resources/views/settings/import/instagram/step-three.blade.php @@ -0,0 +1,25 @@ +@extends('settings.template') + +@section('section') + +
+

Import from Instagram

+

Step 3

+
+
+
+
+
+

Found {{$job->files->count()}} posts to import

+

+
+
+ @csrf + +
+
+
+ +
+ +@endsection \ No newline at end of file diff --git a/resources/views/settings/import/instagram/step-two.blade.php b/resources/views/settings/import/instagram/step-two.blade.php new file mode 100644 index 000000000..695f89604 --- /dev/null +++ b/resources/views/settings/import/instagram/step-two.blade.php @@ -0,0 +1,26 @@ +@extends('settings.template') + +@section('section') + +
+

Import from Instagram

+

Step 2

+
+
+
+
+
+

Import media.json file

+

10mb limit, please only upload the media.json file

+
+
+ @csrf + + +
+
+
+ +
+ +@endsection \ No newline at end of file