Issue #5399 fixed (Back to top button added)

This commit is contained in:
jitendra 2022-03-24 11:55:54 +05:30
parent 837a95ccd7
commit bfbd64cb22
16 changed files with 62 additions and 15 deletions

View File

@ -23,7 +23,7 @@
"flynsarmy/db-blade-compiler": "dev-master",
"guzzlehttp/guzzle": "^7.0.1",
"intervention/image": "^2.4",
"intervention/imagecache": "^2.3",
"intervention/imagecache": "^2.5.2",
"kalnoy/nestedset": "^6.0",
"khaled.alshamaa/ar-php": "^6.0.0",
"konekt/concord": "^1.2",

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f7a9822adbec76e3b315703961554467",
"content-hash": "7bd7dd4e790275d3a14a8ab268f2972a",
"packages": [
{
"name": "astrotomic/laravel-translatable",
@ -4575,16 +4575,16 @@
},
{
"name": "paragonie/sodium_compat",
"version": "v1.17.0",
"version": "v1.17.1",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
"reference": "c59cac21abbcc0df06a3dd18076450ea4797b321"
"reference": "ac994053faac18d386328c91c7900f930acadf1e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/c59cac21abbcc0df06a3dd18076450ea4797b321",
"reference": "c59cac21abbcc0df06a3dd18076450ea4797b321",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
"reference": "ac994053faac18d386328c91c7900f930acadf1e",
"shasum": ""
},
"require": {
@ -4655,9 +4655,9 @@
],
"support": {
"issues": "https://github.com/paragonie/sodium_compat/issues",
"source": "https://github.com/paragonie/sodium_compat/tree/v1.17.0"
"source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
},
"time": "2021-08-10T02:43:50+00:00"
"time": "2022-03-23T19:32:04+00:00"
},
{
"name": "paypal/paypal-checkout-sdk",

View File

@ -177,6 +177,6 @@ class ProductImage extends AbstractProduct
*/
private function isDriverLocal(): bool
{
return Storage::getAdapter() instanceof \League\Flysystem\Adapter\Local;
return Storage::getAdapter() instanceof \League\Flysystem\Local\LocalFilesystemAdapter;
}
}

View File

@ -21,6 +21,7 @@
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@inotom/vue-go-top": "^1.3.0",
"accounting": "^0.4.1",
"ez-plus": "^1.2.1",
"lazysizes": "^5.2.2",

File diff suppressed because one or more lines are too long

View File

@ -40,6 +40,25 @@
* Date: 2021-03-02T17:08Z
*/
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
/*! @inotom/vue-go-top v1.3.0 inotom (http://www.serendip.ws/) | MIT */
/*! @preserve sweet-scroll v4.0.0 - tsuyoshiwada | MIT License */
/**
* vue-class-component v7.0.1
* (c) 2015-present Evan You

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=f4cfa6bfa7a408f0ce86",
"/js/shop.js": "/js/shop.js?id=2540ab945983d7183d89",
"/css/shop.css": "/css/shop.css?id=0198b96b5e7871291a68"
}

View File

@ -11,6 +11,7 @@ import axios from 'axios';
import VueSlider from 'vue-slider-component';
import accounting from 'accounting';
import ImageSlider from './components/image-slider';
import GoTop from '@inotom/vue-go-top';
import 'lazysizes';
window.jQuery = window.$ = $;
@ -41,6 +42,7 @@ Vue.component('image-slider', ImageSlider);
Vue.component('vue-slider', VueSlider);
Vue.component('proceed-to-checkout', require('./components/checkout/proceed-to-checkout').default);
Vue.component('wishlist-component-with-badge', require('./components/header-compare-with-badge').default);
Vue.component('go-top', require('@inotom/vue-go-top').default);
Vue.filter('currency', function (value, argument) {
return accounting.formatMoney(value, argument);

View File

@ -88,6 +88,8 @@
@endif
<overlay-loader :is-open="show_loader"></overlay-loader>
<go-top bg-color="#0041ff"></go-top>
</div>
<script type="text/javascript">

View File

@ -25,6 +25,7 @@
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@inotom/vue-go-top": "^1.3.0",
"accounting": "^0.4.1",
"bootstrap-sass": "^3.4.1",
"font-awesome": "^4.7.0",

File diff suppressed because one or more lines are too long

View File

@ -52,6 +52,25 @@
* https://github.com/ssense/vue-carousel#readme
*/
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
/*! @inotom/vue-go-top v1.3.0 inotom (http://www.serendip.ws/) | MIT */
/*! @preserve sweet-scroll v4.0.0 - tsuyoshiwada | MIT License */
/**
* vee-validate v2.2.15
* (c) 2019 Abdelrahman Awad

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,9 @@
{
"/js/jquery-ez-plus.js": "/js/jquery-ez-plus.js?id=ba3c7cada62de152fd8fce211d0b1b70",
"/js/velocity-core.js": "/js/velocity-core.js?id=73cc7c3501570ebe9151c72d954bd97d",
"/js/velocity.js": "/js/velocity.js?id=7322a300b7abd91c0f4566dca15157d0",
"/js/velocity.js": "/js/velocity.js?id=3cd83fba39c97987d9fd43b0dcd87998",
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b10e7109801248",
"/js/components.js": "/js/components.js?id=13b9830a81895f01341599d02ece594b",
"/js/components.js": "/js/components.js?id=4d8e3ff8eb757c055c17e645e8186a6d",
"/css/velocity.css": "/css/velocity.css?id=b52d15b7e354ab4d33f797d00df3ab2a",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a58377422766f3152e15486",

View File

@ -88,6 +88,7 @@ Vue.component('vnode-injector', {
return props.nodes;
}
});
Vue.component('go-top', () => import('@inotom/vue-go-top'));
/**
* Start from here.

View File

@ -102,6 +102,8 @@
{{-- overlay loader --}}
<velocity-overlay-loader></velocity-overlay-loader>
<go-top bg-color="#26A37C"></go-top>
</div>
{{-- footer --}}