Merge branch 'main' of https://git.vnfco.ir/Brizco/web
commit
24d771073e
|
@ -9,7 +9,7 @@ import SimpleReactValidator from "simple-react-validator";
|
|||
import PersianNumber from "plugins/PersianNumber";
|
||||
import moment from "jalali-moment";
|
||||
|
||||
const ActivityCardFake = ({ data }) => {
|
||||
const ActivityCard = ({ data }) => {
|
||||
const CTX = useContext(AppContext);
|
||||
|
||||
const [conditionTask, setConditionTask] = useState(0);
|
||||
|
@ -52,7 +52,7 @@ const ActivityCardFake = ({ data }) => {
|
|||
|
||||
return (
|
||||
<div
|
||||
className={` p-3 overflow-hidden bg-[#11211e] rounded-2xl w-full realtive ${
|
||||
className={` p-2 overflow-hidden border-b border-gray-200 ${
|
||||
conditionTask == 3 ||
|
||||
conditionTask == 4 ||
|
||||
data?.status == 4 ||
|
||||
|
@ -62,24 +62,24 @@ const ActivityCardFake = ({ data }) => {
|
|||
: ""
|
||||
}`}
|
||||
>
|
||||
<div className="flex pl-3">
|
||||
<div className="flex">
|
||||
<div className="flex">
|
||||
<div className="flex w-fit ">
|
||||
<div className="relative text-[11px] text-primary-500">
|
||||
<div className="relative pr-2 text-[11px] text-primary-500">
|
||||
{data?.scheduleType == 0
|
||||
? "daily"
|
||||
? "روزانه"
|
||||
: data?.scheduleType == 1
|
||||
? "weekly"
|
||||
? "هفتگی"
|
||||
: data?.scheduleType == 2
|
||||
? "special"
|
||||
? "مخصوص"
|
||||
: ""}
|
||||
</div>
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-30 mt-[1px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-400">
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-75 mt-[2px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-800">
|
||||
{data?.shiftTitle}
|
||||
</div>
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-30 mt-[1px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-400 h-fit">
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-75 mt-[2px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-800 h-fit">
|
||||
{data?.userFullName}
|
||||
</div>
|
||||
</div>{" "}
|
||||
|
@ -152,19 +152,19 @@ const ActivityCardFake = ({ data }) => {
|
|||
</div>
|
||||
<div className="w-full">
|
||||
<h3
|
||||
className={`text-base font-medium tr03 mx-1 mb-0 ${
|
||||
className={`text-sm font-medium tr03 mt-1 ${
|
||||
conditionTask == 2 || conditionTask == 4 || data?.status == 4
|
||||
? "text-red-600"
|
||||
: "text-secondary-300 "
|
||||
: "text-secondary-950"
|
||||
} `}
|
||||
>
|
||||
{data?.title}{" "}
|
||||
</h3>
|
||||
<p
|
||||
className={`mb-0 text-[12px] tr03 mx-1 ${
|
||||
className={`mb-0 text-[12px] tr03 ${
|
||||
conditionTask == 2 || conditionTask == 4 || data?.status == 4
|
||||
? "text-red-600"
|
||||
: "text-secondary-800"
|
||||
: ""
|
||||
}`}
|
||||
>
|
||||
{data?.description}{" "}
|
||||
|
@ -258,7 +258,7 @@ const ActivityCardFake = ({ data }) => {
|
|||
>
|
||||
<div className="">
|
||||
<Input
|
||||
lable=" Why??????? "
|
||||
lable="چرا انجام نشد ؟؟؟ "
|
||||
id="undoneResone-id"
|
||||
name="undoneResone"
|
||||
type={"text"}
|
||||
|
@ -275,13 +275,13 @@ const ActivityCardFake = ({ data }) => {
|
|||
"required"
|
||||
)}
|
||||
textarea={true}
|
||||
theme={1}
|
||||
theme={0}
|
||||
mt={"2"}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<Buttonbriz
|
||||
title="Activity registration"
|
||||
title="ثبت فعالیت"
|
||||
color="INFO"
|
||||
icon="CHECK"
|
||||
buttonEvent={() => handleUndoneResone()}
|
||||
|
@ -292,4 +292,4 @@ const ActivityCardFake = ({ data }) => {
|
|||
);
|
||||
};
|
||||
|
||||
export default ActivityCardFake;
|
||||
export default ActivityCard;
|
||||
|
|
|
@ -9,7 +9,7 @@ import SimpleReactValidator from "simple-react-validator";
|
|||
import PersianNumber from "plugins/PersianNumber";
|
||||
import moment from "jalali-moment";
|
||||
|
||||
const ActivityCard = ({ data }) => {
|
||||
const ActivityCardFake = ({ data }) => {
|
||||
const CTX = useContext(AppContext);
|
||||
|
||||
const [conditionTask, setConditionTask] = useState(0);
|
||||
|
@ -52,7 +52,7 @@ const ActivityCard = ({ data }) => {
|
|||
|
||||
return (
|
||||
<div
|
||||
className={` p-2 overflow-hidden border-b border-gray-200 ${
|
||||
className={` p-3 overflow-hidden bg-[#11211e] rounded-2xl w-full realtive ${
|
||||
conditionTask == 3 ||
|
||||
conditionTask == 4 ||
|
||||
data?.status == 4 ||
|
||||
|
@ -62,24 +62,24 @@ const ActivityCard = ({ data }) => {
|
|||
: ""
|
||||
}`}
|
||||
>
|
||||
<div className="flex">
|
||||
<div className="flex pl-3">
|
||||
<div className="flex">
|
||||
<div className="flex w-fit ">
|
||||
<div className="relative pr-2 text-[11px] text-primary-500">
|
||||
<div className="relative text-[11px] text-primary-500">
|
||||
{data?.scheduleType == 0
|
||||
? "روزانه"
|
||||
? "daily"
|
||||
: data?.scheduleType == 1
|
||||
? "هفتگی"
|
||||
? "weekly"
|
||||
: data?.scheduleType == 2
|
||||
? "مخصوص"
|
||||
? "special"
|
||||
: ""}
|
||||
</div>
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-75 mt-[2px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-800">
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-30 mt-[1px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-400">
|
||||
{data?.shiftTitle}
|
||||
</div>
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-75 mt-[2px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-800 h-fit">
|
||||
<div className="w-[2px] h-3 mx-1 bg-primary-200 opacity-30 mt-[1px]"></div>
|
||||
<div className=" w-fit relative text-[11px] text-secondary-400 h-fit">
|
||||
{data?.userFullName}
|
||||
</div>
|
||||
</div>{" "}
|
||||
|
@ -152,19 +152,19 @@ const ActivityCard = ({ data }) => {
|
|||
</div>
|
||||
<div className="w-full">
|
||||
<h3
|
||||
className={`text-sm font-medium tr03 mt-1 ${
|
||||
className={`text-base font-medium tr03 mx-1 mb-0 ${
|
||||
conditionTask == 2 || conditionTask == 4 || data?.status == 4
|
||||
? "text-red-600"
|
||||
: "text-secondary-950"
|
||||
: "text-secondary-300 "
|
||||
} `}
|
||||
>
|
||||
{data?.title}{" "}
|
||||
</h3>
|
||||
<p
|
||||
className={`mb-0 text-[12px] tr03 ${
|
||||
className={`mb-0 text-[12px] tr03 mx-1 ${
|
||||
conditionTask == 2 || conditionTask == 4 || data?.status == 4
|
||||
? "text-red-600"
|
||||
: ""
|
||||
: "text-secondary-800"
|
||||
}`}
|
||||
>
|
||||
{data?.description}{" "}
|
||||
|
@ -258,7 +258,7 @@ const ActivityCard = ({ data }) => {
|
|||
>
|
||||
<div className="">
|
||||
<Input
|
||||
lable="چرا انجام نشد ؟؟؟ "
|
||||
lable=" Why??????? "
|
||||
id="undoneResone-id"
|
||||
name="undoneResone"
|
||||
type={"text"}
|
||||
|
@ -275,13 +275,13 @@ const ActivityCard = ({ data }) => {
|
|||
"required"
|
||||
)}
|
||||
textarea={true}
|
||||
theme={0}
|
||||
theme={1}
|
||||
mt={"2"}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<Buttonbriz
|
||||
title="ثبت فعالیت"
|
||||
title="Activity registration"
|
||||
color="INFO"
|
||||
icon="CHECK"
|
||||
buttonEvent={() => handleUndoneResone()}
|
||||
|
@ -292,4 +292,4 @@ const ActivityCard = ({ data }) => {
|
|||
);
|
||||
};
|
||||
|
||||
export default ActivityCard;
|
||||
export default ActivityCardFake;
|
||||
|
|
|
@ -14,8 +14,7 @@ import { textVariant } from "src/utils/motion";
|
|||
import { styles } from "src/style";
|
||||
import { experiences } from "src/constans";
|
||||
import { activityFake } from "datacalender";
|
||||
import ActivityCard from "@comp/TaskPage/ActivityCard/page";
|
||||
import ActivityCardFake from "@comp/TaskPage/ActivityCard/page";
|
||||
import ActivityCardFake from "@comp/TaskPage/ActivityCardFake/page";
|
||||
|
||||
const ExperienceCard = ({ experience }) => {
|
||||
const [isMobile, setIsMobile] = useState(false);
|
||||
|
|
|
@ -861,6 +861,10 @@ const StepProduct = ({}) => {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="mb-0 text-white text-center my-10 pb-8 font-bold lg:text-[100px] xs:text-[30px] lg:leading-[60px]">
|
||||
Briz, Harmonious routine management
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
self.fallback=async e=>{let{destination:a,url:n}=e,o={document:"/offline",image:!1,audio:!1,video:!1,font:!1}[a];return o?caches.match(o,{ignoreSearch:!0}):Response.error()};
|
|
@ -0,0 +1,102 @@
|
|||
/*
|
||||
* ATTENTION: An "eval-source-map" devtool has been used.
|
||||
* This devtool is neither made for production nor for readable output files.
|
||||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
||||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
||||
* or disable the default devtool with "devtool: false".
|
||||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
||||
*/
|
||||
/******/ (function() { // webpackBootstrap
|
||||
/******/ "use strict";
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./node_modules/@ducanh2912/next-pwa/dist/fallback.js":
|
||||
/*!************************************************************!*\
|
||||
!*** ./node_modules/@ducanh2912/next-pwa/dist/fallback.js ***!
|
||||
\************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\nself.fallback = async (_)=>{\n let { destination: e, url: A } = _, s = {\n document: \"/offline\",\n image: false,\n audio: false,\n video: false,\n font: false\n }[e];\n return s ? caches.match(s, {\n ignoreSearch: !0\n }) : \"\" === e && false && 0 ? 0 : Response.error();\n};//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvQGR1Y2FuaDI5MTIvbmV4dC1wd2EvZGlzdC9mYWxsYmFjay5qcyIsIm1hcHBpbmdzIjoiO0FBQUE7QUFDQSxVQUFVLHlCQUF5QjtBQUNuQyxrQkFBa0IsVUFBcUM7QUFDdkQsZUFBZSxLQUFrQztBQUNqRCxlQUFlLEtBQWtDO0FBQ2pELGVBQWUsS0FBa0M7QUFDakQsY0FBYyxLQUFpQztBQUMvQyxLQUFLO0FBQ0w7QUFDQTtBQUNBLEtBQUssZ0JBQWdCLEtBQWlDLElBQUksQ0FBd0MsR0FBRyxDQUUvRjtBQUNOIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vX05fRS8uL25vZGVfbW9kdWxlcy9AZHVjYW5oMjkxMi9uZXh0LXB3YS9kaXN0L2ZhbGxiYWNrLmpzP2NlNGIiXSwic291cmNlc0NvbnRlbnQiOlsic2VsZi5mYWxsYmFjayA9IGFzeW5jIChfKT0+e1xuICAgIGxldCB7IGRlc3RpbmF0aW9uOiBlLCB1cmw6IEEgfSA9IF8sIHMgPSB7XG4gICAgICAgIGRvY3VtZW50OiBwcm9jZXNzLmVudi5fX1BXQV9GQUxMQkFDS19ET0NVTUVOVF9fLFxuICAgICAgICBpbWFnZTogcHJvY2Vzcy5lbnYuX19QV0FfRkFMTEJBQ0tfSU1BR0VfXyxcbiAgICAgICAgYXVkaW86IHByb2Nlc3MuZW52Ll9fUFdBX0ZBTExCQUNLX0FVRElPX18sXG4gICAgICAgIHZpZGVvOiBwcm9jZXNzLmVudi5fX1BXQV9GQUxMQkFDS19WSURFT19fLFxuICAgICAgICBmb250OiBwcm9jZXNzLmVudi5fX1BXQV9GQUxMQkFDS19GT05UX19cbiAgICB9W2VdO1xuICAgIHJldHVybiBzID8gY2FjaGVzLm1hdGNoKHMsIHtcbiAgICAgICAgaWdub3JlU2VhcmNoOiAhMFxuICAgIH0pIDogXCJcIiA9PT0gZSAmJiBwcm9jZXNzLmVudi5fX1BXQV9GQUxMQkFDS19EQVRBX18gJiYgQS5tYXRjaCgvXFwvX25leHRcXC9kYXRhXFwvLitcXC8uK1xcLmpzb24kL2kpID8gY2FjaGVzLm1hdGNoKHByb2Nlc3MuZW52Ll9fUFdBX0ZBTExCQUNLX0RBVEFfXywge1xuICAgICAgICBpZ25vcmVTZWFyY2g6ICEwXG4gICAgfSkgOiBSZXNwb25zZS5lcnJvcigpO1xufTsiXSwibmFtZXMiOltdLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///./node_modules/@ducanh2912/next-pwa/dist/fallback.js\n"));
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
/************************************************************************/
|
||||
/******/ // The require scope
|
||||
/******/ var __webpack_require__ = {};
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/trusted types policy */
|
||||
/******/ !function() {
|
||||
/******/ var policy;
|
||||
/******/ __webpack_require__.tt = function() {
|
||||
/******/ // Create Trusted Type policy if Trusted Types are available and the policy doesn't exist yet.
|
||||
/******/ if (policy === undefined) {
|
||||
/******/ policy = {
|
||||
/******/ createScript: function(script) { return script; }
|
||||
/******/ };
|
||||
/******/ if (typeof trustedTypes !== "undefined" && trustedTypes.createPolicy) {
|
||||
/******/ policy = trustedTypes.createPolicy("nextjs#bundler", policy);
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ return policy;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/trusted types script */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.ts = function(script) { return __webpack_require__.tt().createScript(script); };
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/react refresh */
|
||||
/******/ !function() {
|
||||
/******/ if (__webpack_require__.i) {
|
||||
/******/ __webpack_require__.i.push(function(options) {
|
||||
/******/ var originalFactory = options.factory;
|
||||
/******/ options.factory = function(moduleObject, moduleExports, webpackRequire) {
|
||||
/******/ var hasRefresh = typeof self !== "undefined" && !!self.$RefreshInterceptModuleExecution$;
|
||||
/******/ var cleanup = hasRefresh ? self.$RefreshInterceptModuleExecution$(moduleObject.id) : function() {};
|
||||
/******/ try {
|
||||
/******/ originalFactory.call(this, moduleObject, moduleExports, webpackRequire);
|
||||
/******/ } finally {
|
||||
/******/ cleanup();
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ })
|
||||
/******/ }
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/compat */
|
||||
/******/
|
||||
/******/
|
||||
/******/ // noop fns to prevent runtime errors during initialization
|
||||
/******/ if (typeof self !== "undefined") {
|
||||
/******/ self.$RefreshReg$ = function () {};
|
||||
/******/ self.$RefreshSig$ = function () {
|
||||
/******/ return function (type) {
|
||||
/******/ return type;
|
||||
/******/ };
|
||||
/******/ };
|
||||
/******/ }
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/
|
||||
/******/ // startup
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ // This entry module can't be inlined because the eval-source-map devtool is used.
|
||||
/******/ var __webpack_exports__ = {};
|
||||
/******/ __webpack_modules__["./node_modules/@ducanh2912/next-pwa/dist/fallback.js"](0, __webpack_exports__, __webpack_require__);
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
Binary file not shown.
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 256 KiB |
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 90 KiB |
116
public/sw.js
116
public/sw.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
self.onmessage=async e=>{switch(e.data.type){case"__START_URL_CACHE__":{let t=e.data.url,a=await fetch(t);if(!a.redirected)return(await caches.open("start-url")).put(t,a);return Promise.resolve()}case"__FRONTEND_NAV_CACHE__":{let t=e.data.url,a=await caches.open("pages");if(await a.match(t,{ignoreSearch:!0}))return;let s=await fetch(t);if(!s.ok)return;if(a.put(t,s.clone()),e.data.shouldCacheAggressively&&s.headers.get("Content-Type")?.includes("text/html"))try{let e=await s.text(),t=[],a=await caches.open("static-style-assets"),r=await caches.open("next-static-js-assets"),c=await caches.open("static-js-assets");for(let[s,r]of e.matchAll(/<link.*?href=['"](.*?)['"].*?>/g))/rel=['"]stylesheet['"]/.test(s)&&t.push(a.match(r).then(e=>e?Promise.resolve():a.add(r)));for(let[,a]of e.matchAll(/<script.*?src=['"](.*?)['"].*?>/g)){let e=/\/_next\/static.+\.js$/i.test(a)?r:c;t.push(e.match(a).then(t=>t?Promise.resolve():e.add(a)))}return await Promise.all(t)}catch{}return Promise.resolve()}default:return Promise.resolve()}};
|
|
@ -0,0 +1,102 @@
|
|||
/*
|
||||
* ATTENTION: An "eval-source-map" devtool has been used.
|
||||
* This devtool is neither made for production nor for readable output files.
|
||||
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
||||
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
||||
* or disable the default devtool with "devtool: false".
|
||||
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
||||
*/
|
||||
/******/ (function() { // webpackBootstrap
|
||||
/******/ "use strict";
|
||||
/******/ var __webpack_modules__ = ({
|
||||
|
||||
/***/ "./node_modules/@ducanh2912/next-pwa/dist/sw-entry-worker.js":
|
||||
/*!*******************************************************************!*\
|
||||
!*** ./node_modules/@ducanh2912/next-pwa/dist/sw-entry-worker.js ***!
|
||||
\*******************************************************************/
|
||||
/***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
||||
|
||||
eval(__webpack_require__.ts("__webpack_require__.r(__webpack_exports__);\nself.onmessage = async (e)=>{\n switch(e.data.type){\n case \"__START_URL_CACHE__\":\n {\n let t = e.data.url, a = await fetch(t);\n if (!a.redirected) return (await caches.open(\"start-url\")).put(t, a);\n return Promise.resolve();\n }\n case \"__FRONTEND_NAV_CACHE__\":\n {\n let t = e.data.url, a = await caches.open(\"pages\");\n if (await a.match(t, {\n ignoreSearch: !0\n })) return;\n let s = await fetch(t);\n if (!s.ok) return;\n if (a.put(t, s.clone()), e.data.shouldCacheAggressively && s.headers.get(\"Content-Type\")?.includes(\"text/html\")) try {\n let e = await s.text(), t = [], a = await caches.open(\"static-style-assets\"), r = await caches.open(\"next-static-js-assets\"), c = await caches.open(\"static-js-assets\");\n for (let [s, r] of e.matchAll(/<link.*?href=['\"](.*?)['\"].*?>/g))/rel=['\"]stylesheet['\"]/.test(s) && t.push(a.match(r).then((e)=>e ? Promise.resolve() : a.add(r)));\n for (let [, a] of e.matchAll(/<script.*?src=['\"](.*?)['\"].*?>/g)){\n let e = /\\/_next\\/static.+\\.js$/i.test(a) ? r : c;\n t.push(e.match(a).then((t)=>t ? Promise.resolve() : e.add(a)));\n }\n return await Promise.all(t);\n } catch {}\n return Promise.resolve();\n }\n default:\n return Promise.resolve();\n }\n};//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi9ub2RlX21vZHVsZXMvQGR1Y2FuaDI5MTIvbmV4dC1wd2EvZGlzdC9zdy1lbnRyeS13b3JrZXIuanMiLCJtYXBwaW5ncyI6IjtBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0EsaUJBQWlCO0FBQ2pCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0Esa0JBQWtCO0FBQ2xCO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQSIsInNvdXJjZXMiOlsid2VicGFjazovL19OX0UvLi9ub2RlX21vZHVsZXMvQGR1Y2FuaDI5MTIvbmV4dC1wd2EvZGlzdC9zdy1lbnRyeS13b3JrZXIuanM/NmM4NCJdLCJzb3VyY2VzQ29udGVudCI6WyJzZWxmLm9ubWVzc2FnZSA9IGFzeW5jIChlKT0+e1xuICAgIHN3aXRjaChlLmRhdGEudHlwZSl7XG4gICAgICAgIGNhc2UgXCJfX1NUQVJUX1VSTF9DQUNIRV9fXCI6XG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgbGV0IHQgPSBlLmRhdGEudXJsLCBhID0gYXdhaXQgZmV0Y2godCk7XG4gICAgICAgICAgICAgICAgaWYgKCFhLnJlZGlyZWN0ZWQpIHJldHVybiAoYXdhaXQgY2FjaGVzLm9wZW4oXCJzdGFydC11cmxcIikpLnB1dCh0LCBhKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIGNhc2UgXCJfX0ZST05URU5EX05BVl9DQUNIRV9fXCI6XG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgbGV0IHQgPSBlLmRhdGEudXJsLCBhID0gYXdhaXQgY2FjaGVzLm9wZW4oXCJwYWdlc1wiKTtcbiAgICAgICAgICAgICAgICBpZiAoYXdhaXQgYS5tYXRjaCh0LCB7XG4gICAgICAgICAgICAgICAgICAgIGlnbm9yZVNlYXJjaDogITBcbiAgICAgICAgICAgICAgICB9KSkgcmV0dXJuO1xuICAgICAgICAgICAgICAgIGxldCBzID0gYXdhaXQgZmV0Y2godCk7XG4gICAgICAgICAgICAgICAgaWYgKCFzLm9rKSByZXR1cm47XG4gICAgICAgICAgICAgICAgaWYgKGEucHV0KHQsIHMuY2xvbmUoKSksIGUuZGF0YS5zaG91bGRDYWNoZUFnZ3Jlc3NpdmVseSAmJiBzLmhlYWRlcnMuZ2V0KFwiQ29udGVudC1UeXBlXCIpPy5pbmNsdWRlcyhcInRleHQvaHRtbFwiKSkgdHJ5IHtcbiAgICAgICAgICAgICAgICAgICAgbGV0IGUgPSBhd2FpdCBzLnRleHQoKSwgdCA9IFtdLCBhID0gYXdhaXQgY2FjaGVzLm9wZW4oXCJzdGF0aWMtc3R5bGUtYXNzZXRzXCIpLCByID0gYXdhaXQgY2FjaGVzLm9wZW4oXCJuZXh0LXN0YXRpYy1qcy1hc3NldHNcIiksIGMgPSBhd2FpdCBjYWNoZXMub3BlbihcInN0YXRpYy1qcy1hc3NldHNcIik7XG4gICAgICAgICAgICAgICAgICAgIGZvciAobGV0IFtzLCByXSBvZiBlLm1hdGNoQWxsKC88bGluay4qP2hyZWY9WydcIl0oLio/KVsnXCJdLio/Pi9nKSkvcmVsPVsnXCJdc3R5bGVzaGVldFsnXCJdLy50ZXN0KHMpICYmIHQucHVzaChhLm1hdGNoKHIpLnRoZW4oKGUpPT5lID8gUHJvbWlzZS5yZXNvbHZlKCkgOiBhLmFkZChyKSkpO1xuICAgICAgICAgICAgICAgICAgICBmb3IgKGxldCBbLCBhXSBvZiBlLm1hdGNoQWxsKC88c2NyaXB0Lio/c3JjPVsnXCJdKC4qPylbJ1wiXS4qPz4vZykpe1xuICAgICAgICAgICAgICAgICAgICAgICAgbGV0IGUgPSAvXFwvX25leHRcXC9zdGF0aWMuK1xcLmpzJC9pLnRlc3QoYSkgPyByIDogYztcbiAgICAgICAgICAgICAgICAgICAgICAgIHQucHVzaChlLm1hdGNoKGEpLnRoZW4oKHQpPT50ID8gUHJvbWlzZS5yZXNvbHZlKCkgOiBlLmFkZChhKSkpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBhd2FpdCBQcm9taXNlLmFsbCh0KTtcbiAgICAgICAgICAgICAgICB9IGNhdGNoICB7fVxuICAgICAgICAgICAgICAgIHJldHVybiBQcm9taXNlLnJlc29sdmUoKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgIHJldHVybiBQcm9taXNlLnJlc29sdmUoKTtcbiAgICB9XG59OyJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///./node_modules/@ducanh2912/next-pwa/dist/sw-entry-worker.js\n"));
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
/************************************************************************/
|
||||
/******/ // The require scope
|
||||
/******/ var __webpack_require__ = {};
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/ /* webpack/runtime/make namespace object */
|
||||
/******/ !function() {
|
||||
/******/ // define __esModule on exports
|
||||
/******/ __webpack_require__.r = function(exports) {
|
||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
/******/ }
|
||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/trusted types policy */
|
||||
/******/ !function() {
|
||||
/******/ var policy;
|
||||
/******/ __webpack_require__.tt = function() {
|
||||
/******/ // Create Trusted Type policy if Trusted Types are available and the policy doesn't exist yet.
|
||||
/******/ if (policy === undefined) {
|
||||
/******/ policy = {
|
||||
/******/ createScript: function(script) { return script; }
|
||||
/******/ };
|
||||
/******/ if (typeof trustedTypes !== "undefined" && trustedTypes.createPolicy) {
|
||||
/******/ policy = trustedTypes.createPolicy("nextjs#bundler", policy);
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ return policy;
|
||||
/******/ };
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/trusted types script */
|
||||
/******/ !function() {
|
||||
/******/ __webpack_require__.ts = function(script) { return __webpack_require__.tt().createScript(script); };
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/react refresh */
|
||||
/******/ !function() {
|
||||
/******/ if (__webpack_require__.i) {
|
||||
/******/ __webpack_require__.i.push(function(options) {
|
||||
/******/ var originalFactory = options.factory;
|
||||
/******/ options.factory = function(moduleObject, moduleExports, webpackRequire) {
|
||||
/******/ var hasRefresh = typeof self !== "undefined" && !!self.$RefreshInterceptModuleExecution$;
|
||||
/******/ var cleanup = hasRefresh ? self.$RefreshInterceptModuleExecution$(moduleObject.id) : function() {};
|
||||
/******/ try {
|
||||
/******/ originalFactory.call(this, moduleObject, moduleExports, webpackRequire);
|
||||
/******/ } finally {
|
||||
/******/ cleanup();
|
||||
/******/ }
|
||||
/******/ }
|
||||
/******/ })
|
||||
/******/ }
|
||||
/******/ }();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/compat */
|
||||
/******/
|
||||
/******/
|
||||
/******/ // noop fns to prevent runtime errors during initialization
|
||||
/******/ if (typeof self !== "undefined") {
|
||||
/******/ self.$RefreshReg$ = function () {};
|
||||
/******/ self.$RefreshSig$ = function () {
|
||||
/******/ return function (type) {
|
||||
/******/ return type;
|
||||
/******/ };
|
||||
/******/ };
|
||||
/******/ }
|
||||
/******/
|
||||
/************************************************************************/
|
||||
/******/
|
||||
/******/ // startup
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ // This entry module can't be inlined because the eval-source-map devtool is used.
|
||||
/******/ var __webpack_exports__ = {};
|
||||
/******/ __webpack_modules__["./node_modules/@ducanh2912/next-pwa/dist/sw-entry-worker.js"](0, __webpack_exports__, __webpack_require__);
|
||||
/******/
|
||||
/******/ })()
|
||||
;
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,7 @@ import { toast } from "react-toastify";
|
|||
import Avatar from "boring-avatars";
|
||||
import moment from "jalali-moment";
|
||||
import InfiniteScroll from "react-infinite-scroll-component";
|
||||
import PersianNumber from "plugins/PersianNumber";
|
||||
|
||||
const page = () => {
|
||||
const router = useRouter();
|
||||
|
|
|
@ -175,7 +175,7 @@ export default function RootLayout({ children }) {
|
|||
|
||||
const pathname = usePathname();
|
||||
const router = useRouter();
|
||||
const hiddenUrls = ["/login", "/pricing", "/about-us", "/"];
|
||||
const hiddenUrls = ["/app/login", "/pricing", "/about-us", "/"];
|
||||
const shouldRenderComponent = !hiddenUrls.includes(pathname);
|
||||
|
||||
const closeBigPlusPage = () => {
|
||||
|
|
|
@ -39,31 +39,31 @@ const services = [
|
|||
const experiences = [
|
||||
{
|
||||
title: "Insert tasks and assign",
|
||||
date: "Insert tasks ",
|
||||
date: " ",
|
||||
points: ["Insert tasks and assign them to positions in the store"],
|
||||
},
|
||||
{
|
||||
title: "Create a clear shift plan",
|
||||
date: "clear shift plan ",
|
||||
date: " ",
|
||||
points: [
|
||||
"Create a clear shift plan for each week and assign a supervisor to each shift.",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "activity assigned to a specific person",
|
||||
date: "specific ",
|
||||
date: " ",
|
||||
points: [
|
||||
"After shift planning, each task becomes an activity assigned to a specific person.",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "real time ",
|
||||
date: "Track in system",
|
||||
date: "",
|
||||
points: ["Track the operation routine in the system in real time."],
|
||||
},
|
||||
{
|
||||
title: "confirms completion",
|
||||
date: "completion ",
|
||||
date: " ",
|
||||
points: [
|
||||
"After closing the shift, your supervisor checks all the tasks, confirms completion, and rates the staff.",
|
||||
],
|
||||
|
|
|
@ -13,6 +13,9 @@ module.exports = {
|
|||
100: "#FFFBE6",
|
||||
},
|
||||
primary: {
|
||||
100: "#B9E4C9",
|
||||
200: "#37966F",
|
||||
300: "#356859",
|
||||
50: "#f3faf3",
|
||||
100: "#e4f4e5",
|
||||
200: "#cbe7cc",
|
||||
|
@ -27,6 +30,9 @@ module.exports = {
|
|||
},
|
||||
|
||||
secondary: {
|
||||
50: "#fd562317",
|
||||
100: "#FD5523",
|
||||
200: "#DA4215",
|
||||
50: "#f7f7f7",
|
||||
100: "#ededed",
|
||||
200: "#dbdbdb",
|
||||
|
|
Loading…
Reference in New Issue