v1.4.8r Add service worker to cache the webpages, but i dont know if it works

This commit is contained in:
2020-11-26 09:20:34 +01:00
parent f7f449f366
commit 5a073b5cb4
6 changed files with 21276 additions and 10 deletions
@@ -1,4 +1,8 @@
@extends("app.layout.base")
@section("title")
Home
@endsection
@section("content")
<style>
iframe, .ql-video {
@@ -201,7 +205,7 @@
</div>
@if($new->resource_id !== null)
<div class="header" style="background-size: cover; background-position: center; background-image: url('{{ asset(\App\Resource::query()->where("id", "=", $new->resource_id)->first()->filename) }}');"></div>
<div class="information">{{__('msg.kategori')}}: {{\App\GuidesCategory::query()->where('id', '=', \App\Guide::query()->where('id','=', $new->arrangement_id)->first()->guide_category_id)->first()->guidesCategoryName}}</div>
<div class="information">{{__('msg.kategori')}} <span class="dot"></span> {{\App\GuidesCategory::query()->where('id', '=', \App\Guide::query()->where('id','=', $new->arrangement_id)->first()->guide_category_id)->first()->guidesCategoryName}}</div>
@endif
<div class="container" style="margin-top: 8px;">