Ïnitial Commit App

This commit is contained in:
Seersco 2022-04-19 12:51:07 +05:00
parent ebde8bc052
commit f9dee33e2f
26 changed files with 6860 additions and 0 deletions

204
assets/css/custom.css Normal file
View file

@ -0,0 +1,204 @@
.remove-sucees-message{display: none;}
/********************************************
****** Flash notice css start *******
*********************************************/
/* flash */
.inline-flash-wrapper{position:fixed;z-index:999999999;bottom:1.6rem;display:none;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;width:100%;pointer-events:none}.inline-flash-wrapper--is-visible{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.inline-flash{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0 1.6rem;background:rgba(0,0,0,.88);-webkit-box-shadow:0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15);box-shadow:0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15);border-radius:3px;color:#fff;cursor:default;pointer-events:auto;font-size:1.6rem;font-weight:400;line-height:2.4rem}.inline-flash__message{padding:.8rem 1.6rem;margin-bottom:0;margin-top:0}p{margin:0;display:block;
/*-webkit-margin-before:1em;-webkit-margin-after:1em;*/
-webkit-margin-start:0;-webkit-margin-end:0}.inline-flash-wrapper.animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.inline-flash-wrapper.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@media screen and (min-width:768px){.inline-flash--nav-offset{margin-left:24rem}}@media (min-width:640px){.inline-flash{font-size:2rem;line-height:2.8rem}}
/* error */
.inline-flash.error{background:-webkit-gradient(linear,left top,left bottom,from(#e6391a),to(#d53417));background:linear-gradient(to bottom,#e6391a,#d53417);border-color:background:rgba(255,0,0,.88);-webkit-box-shadow:inset 0 1px 0 0 #e84528;box-shadow:inset 0 1px 0 0 #e84528}
/* add other color flash here */
/********************************************
****** Flash notice css start Ene *******
*********************************************/
/*added by Mazhar front*/
.Polaris-Banner-hol{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: -moz-flex;
display: flex;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: justify;
-moz-box-align: justify;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
-moz-flex-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
.Polaris-Banner{
background-color: #fff !important;
box-shadow: none !important;
border: 1px solid #c1c1c1;
border-radius: 4px;
flex:auto;
flex-direction:column;
}
.Polaris-Heading {
font-size: 1.6rem;
/*margin: 0 0 10px 0;*/
}
.Polaris-Banner-head{
flex-basis: 50%;
margin: 10px 0 15px 0;
text-indent: 200px;
}
.Polaris-Banner-head span{
display:block;
margin:0 0 5px 0;
color:#212b36;
font-size: 17px;
font-weight: 600;
}
.Polaris-Banner-head p.grey-text{
color:#adb5bd;
margin:0 0 10px 0;
}
.Polaris-Banner p.enable-banner{
color:#212b36;
margin: 0 0 10px 7px;
}
/********** Added by Ghulam Fareed ********/
.onoffswitch {
position: relative; width: 90px;
margin: 0 0 0 25px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
position: absolute;
opacity: 0;
pointer-events: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border-radius: 20px;
width:60px;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 26px !important;
padding: 0;
line-height: 25px !important;
font-size: 14px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "ON";
padding: 2px 0 0 7px;
font-size: 12px;
background-color:#95bf47; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "OFF";
padding: 2px 7px 0 0;
font-size: 12px;
background-color: #dc3545; color: #ffffff;
text-align: right;
}
.onoffswitch-switch {
display: block;
width: 20px;
height: 20px;
/* margin: 6px; */
background: #FFFFFF;
position: absolute;
top: 2px;
/* bottom: 0; */
margin: 1px 3px 0 0;
right: 64px;
border-radius: 50%;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 31px;
}
.Polaris-Page {
margin: 0 auto;
padding: 0 1.5rem !important;
max-width: 99.8rem;
}
.banner-tick {
width: 7px;
height: 14px;
border-right: 2px solid #95BF47;
border-bottom: 2px solid #95BF47;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: -9px 7px 0 0;
display: inline-block;
}
@media (max-width: 767px){
.Polaris-Banner-head{
flex-basis: 100%!important;
text-indent: 0px!important;
}
}
.Polaris-Banner label{
font-size: 13px;
font-weight: 500;
margin: 0 0 4px 0;
}
.Polaris-Banner input[type=text].input-text{
margin: 0 0 10px 0;
height: 30px;
line-height: 30px;
padding: 0 10px;
border: 1px solid #c1c1c1;
border-radius: 6px;
}
.Polaris-Banner input[type=text].input-text:focus{
outline:0;
border:1px solid #777272;
}
.Polaris-Banner input[type=email].input-text{
margin: 0 0 10px 0;
height: 30px;
line-height: 30px;
padding: 0 10px;
border: 1px solid #c1c1c1;
border-radius: 6px;
}
.Polaris-Banner input[type=email].input-text:focus{
outline:0;
border:1px solid #777272;
}
.Polaris-Banner p.cooloes-text{
color:#212b36;
margin: 0 0 10px 7px;
}

11
assets/css/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

5020
assets/css/polaris.css Normal file

File diff suppressed because it is too large Load diff

11
assets/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

128
assets/js/custom.js Normal file
View file

@ -0,0 +1,128 @@
"use strict";
/****************************
* SOME COMMON SVG CONSTANT *
****************************/
var SVG_LOADER = '<svg viewBox="0 0 20 20" class="Polaris-Spinner Polaris-Spinner--colorInkLightest Polaris-Spinner--sizeSmall" aria-label="Loading" role="status"><path d="M7.229 1.173a9.25 9.25 0 1 0 11.655 11.412 1.25 1.25 0 1 0-2.4-.698 6.75 6.75 0 1 1-8.506-8.329 1.25 1.25 0 1 0-.75-2.385z"></path></svg>';
/****************************
* SOME COMMON SVG CONSTANT*
****************************/
/*
*
* @param string $message
* @returns {undefined} show flash message
*/
function flashNotice($message, $class) {
$class = ($class != undefined) ? $class : '';
var flashMsgHtml = '<div class="inline-flash-wrapper animated bounceInUp inline-flash-wrapper--is-visible ourFlashMsg"><div class="inline-flash ' + $class + ' "><p class="inline-flash__message">' + $message + '</p></div></div>';
if ($('.ourFlashMsg').length) {
$('.ourFlashMsg').remove();
}
$("body").append(flashMsgHtml);
setTimeout(function () {
if ($('.ourFlashMsg').length) {
$('.ourFlashMsg').remove();
}
}, 3000);
}
/*
* @param {string} $className
* @returns {undefined} show loader
*/
function loading_show($selector) {
$($selector).addClass("Polaris-Button--loading").html('<span class="Polaris-Button__Content"><span class="Polaris-Button__Spinner">' + SVG_LOADER + '</span><span>Loading</span></span>').fadeIn('fast').attr('disabled', 'disabled');
}
/**
* @param {string} $className
* @param {string} $buttonName
* @returns {undefined} hide loader
*/
function loading_hide($selector, $buttonName, $buttonIcon) {
if ($buttonIcon != undefined) {
$buttonIcon = '<span class="Polaris-Button__Icon"><span class="Polaris-Icon">' + $buttonIcon + '</span></span>'
} else {
$buttonIcon = '';
}
$($selector).removeClass("Polaris-Button--loading").html('<span class="Polaris-Button__Content">' + $buttonIcon + '<span>' + $buttonName + '</span></span>').removeAttr("disabled");
}
$(document).on('click', '.close-message', function () {
$('.remove-sucees-message').hide();
});
function removeCode(thisObj, data_key) {
var current = $(thisObj);
var btnText = current.html();
loading_show(current);
var deleteAjax = function deleteAjax(){
loading_show(thisObj);
$.ajax({
url: "ajax_actions.php",
type: "post",
dataType: "json",
data: {method_name: 'remove_code', data_key: data_key, shop: shop},
success: function (response) {
if (response['result'] == 'success') {
flashNotice(response['msg']);
$('.remove-sucees-message').show();
$('.remove-sucees-message').css({'display': 'flex'});
}
loading_hide(current, btnText);
},
error: function () {
flashNotice('Please try again!','error');
}
});
}
if(mode == 'live'){
ShopifyApp.Modal.confirm({
title: 'Uninstall',
message: 'Are you sure you want to remove? This action cannot be reversed.',
okButton: 'Delete',
cancelButton: 'Cancel',
style: "danger"
}, function (result) {
if (result) {
$('.ui-button.close-modal.btn-destroy-no-hover').addClass("ui-button ui-button--destructive js-btn-loadable is-loading disabled");
deleteAjax();
}
});
}else{
var r = confirm('Are you sure you want to remove? This action cannot be reversed.');
if (r == true) {
deleteAjax();
}
}
}
function toggleCheckedVal(switchval,userdomain,useremail,datakey){
$.ajax({
url: "ajax_actions.php",
type: "post",
dataType: "json",
data: {method_name: 'change_appStatus', data_status: switchval, user_name:userdomain, user_email:useremail, data_key:datakey, shop: shop},
beforeSend: function(){
$('#myonoffswitch').prop('disabled', true);
},
complete: function(){
$('#myonoffswitch').prop('disabled', false);
},
success: function (response) {
if (response['result'] == 'success') {
$(".enable-banner").html(response['msg']);
$('#user_key').val(response['key']);
}
},
error: function () {
flashNotice('Please try again!','error');
}
});
}

11
assets/js/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

4
assets/js/jquery-2.1.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long