mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add IG import view
This commit is contained in:
parent
e7b807323b
commit
f46bae3d69
1 changed files with 34 additions and 0 deletions
34
resources/views/settings/import/instagram/home.blade.php
Normal file
34
resources/views/settings/import/instagram/home.blade.php
Normal file
|
@ -0,0 +1,34 @@
|
|||
@extends('settings.template')
|
||||
|
||||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Import from Instagram</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<section>
|
||||
<div class="alert alert-info">
|
||||
<p class="mb-0 font-weight-bold">You can download an Instagram backup <a href="https://www.instagram.com/download/request/">here</a>.</p>
|
||||
</div>
|
||||
<p class="lead font-weight-bold mb-1">Requirements:</p>
|
||||
<ul class="lead mb-4">
|
||||
<li>media.json file</li>
|
||||
<li>photos directory</li>
|
||||
</ul>
|
||||
<p class="lead font-weight-bold mb-1">Process:</p>
|
||||
<ol class="lead mb-4">
|
||||
<li>Upload media.json file</li>
|
||||
<li>Upload photos directory</li>
|
||||
<li>Confirm each post</li>
|
||||
<li>Import Data</li>
|
||||
</ol>
|
||||
<form method="post">
|
||||
@csrf
|
||||
<p>
|
||||
<button type="submit" class="btn btn-outline-primary btn-block font-weight-bold py-1">Start Import</button>
|
||||
</p>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
|
||||
@endsection
|
Loading…
Reference in a new issue