Update import views

This commit is contained in:
Daniel Supernault 2020-05-25 20:53:27 -06:00
parent 8efe14cc4b
commit 3df3c474b7
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
3 changed files with 7 additions and 8 deletions

View file

@ -7,11 +7,10 @@
</div> </div>
<hr> <hr>
<section> <section>
<p class="lead">Account Import allows you to import your data from a supported service.</p> <p class="lead">Account Import allows you to import your data from a supported service. <a href="#">Learn more.</a></p>
<p class="alert alert-warning"><strong>Warning: </strong> This is an experimental beta feature. Use at your own risk!</p>
<p class="alert alert-warning"><strong>Warning: </strong> Imported posts will not appear on timelines or be delivered to followers.</p> <p class="alert alert-warning"><strong>Warning: </strong> Imported posts will not appear on timelines or be delivered to followers.</p>
</section> </section>
<section class="mt-5"> <section class="mt-4">
<p class="small text-muted font-weight-bold text-uppercase mb-3">Supported Services</p> <p class="small text-muted font-weight-bold text-uppercase mb-3">Supported Services</p>
<p class=""> <p class="">
<a class="btn btn-outline-primary font-weight-bold" href="{{route('settings.import.ig')}}">Import from Instagram</a> <a class="btn btn-outline-primary font-weight-bold" href="{{route('settings.import.ig')}}">Import from Instagram</a>
@ -19,10 +18,10 @@
<hr> <hr>
<p class="small text-muted font-weight-bold text-uppercase mb-3">Coming Soon</p> <p class="small text-muted font-weight-bold text-uppercase mb-3">Coming Soon</p>
<p class=""> <p class="">
<a class="btn btn-outline-secondary font-weight-bold disabled" href="#">Import from Mastodon</a> <a class="btn btn-outline-secondary font-weight-bold disabled" href="#">Import from Pixelfed</a>
</p> </p>
<p class=""> <p class="">
<a class="btn btn-outline-secondary font-weight-bold disabled" href="#">Import from Tumblr</a> <a class="btn btn-outline-secondary font-weight-bold disabled" href="#">Import from Mastodon</a>
</p> </p>
</section> </section>
@endsection @endsection

View file

@ -19,7 +19,7 @@
<ol class="lead mb-4"> <ol class="lead mb-4">
<li>Upload media.json file</li> <li>Upload media.json file</li>
<li>Upload photos directory</li> <li>Upload photos directory</li>
<li>Confirm each post</li> {{-- <li>Confirm each post</li> --}}
<li>Import Data</li> <li>Import Data</li>
</ol> </ol>
<form method="post"> <form method="post">

View file

@ -39,9 +39,9 @@
<li class="nav-item"> <li class="nav-item">
<hr> <hr>
</li> </li>
{{-- <li class="nav-item pl-3 {{request()->is('*import*')?'active':''}}"> <li class="nav-item pl-3 {{request()->is('*import*')?'active':''}}">
<a class="nav-link font-weight-light text-muted" href="{{route('settings.import')}}">Import</a> <a class="nav-link font-weight-light text-muted" href="{{route('settings.import')}}">Import</a>
</li> --}} </li>
<li class="nav-item pl-3 {{request()->is('settings/data-export')?'active':''}}"> <li class="nav-item pl-3 {{request()->is('settings/data-export')?'active':''}}">
<a class="nav-link font-weight-light text-muted" href="{{route('settings.dataexport')}}">Data Export</a> <a class="nav-link font-weight-light text-muted" href="{{route('settings.dataexport')}}">Data Export</a>
</li> </li>