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 Illuminate\Http\Request;
use App\Services\FileUploadService;
use App\Services\Assets\FileUploadService;
class FileUploadAPIController extends Controller
{

View file

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