Replaced Moment with Carbon #84

Merged
Ghost merged 148 commits from develop into beta 2022-09-22 05:53:36 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit cd056336cd - Show all commits

View file

@ -4,7 +4,7 @@ namespace App\Http\Controllers\API;
use App\Http\Controllers\Controller; use App\Http\Controllers\Controller;
use Illuminate\Http\Request; use Illuminate\Http\Request;
use App\Services\FileUploadService; use App\Services\Assets\FileUploadService;
class FileUploadAPIController extends Controller class FileUploadAPIController extends Controller
{ {

View file

@ -122,6 +122,7 @@
@endif @endif
<span> <span>
</div> </div>
<!-- TODO: File Back up option
<div class="option-container"> <div class="option-container">
<svg id="nav-menu-icon" class="icon"> <svg id="nav-menu-icon" class="icon">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-images"/> <use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-images"/>
@ -131,6 +132,8 @@
</button> </button>
<span>COMING SOON</span> <span>COMING SOON</span>
</div> </div>
-->
<!-- TODO: Reset site to defualt
<div class="option-container"> <div class="option-container">
<svg id="nav-menu-icon" class="icon"> <svg id="nav-menu-icon" class="icon">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-back-in-time"/> <use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-back-in-time"/>
@ -140,6 +143,7 @@
</button> </button>
<span>COMING SOON</span> <span>COMING SOON</span>
</div> </div>
-->s
</div> </div>
</section> </section>
<section id="site-themes" class="section-tab hide"> <section id="site-themes" class="section-tab hide">