mario-core 2.9.6 → 2.9.7-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,9 @@ import { useDispatch, useSelector } from 'react-redux';
8
8
  import { createAction, createReducer, configureStore } from '@reduxjs/toolkit';
9
9
  import axios from 'axios';
10
10
  import { useGoogleReCaptcha, GoogleReCaptcha, GoogleReCaptchaProvider } from 'react-google-recaptcha-v3';
11
- import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarMinimizer, CHeader, CToggler, CHeaderBrand, CHeaderNav, CContainer } from '@coreui/react';
11
+ import { CSidebar, CSidebarBrand, CSidebarNav, CCreateElement, CSidebarNavDivider, CSidebarNavDropdown, CSidebarNavItem, CSidebarNavTitle, CSidebarFooter, CHeader, CToggler, CHeaderBrand, CHeaderNav, CContainer } from '@coreui/react';
12
+ import { CgMenuRight } from 'react-icons/cg';
13
+ import { RiLogoutBoxRLine } from 'react-icons/ri';
12
14
  import Pusher from 'pusher-js/with-encryption';
13
15
  import { FaPlus, FaTrashAlt, FaRegEdit, FaArrowLeft, FaDownload, FaTrash, FaEdit, FaFolderPlus, FaFileUpload } from 'react-icons/fa';
14
16
  import Select from 'react-select';
@@ -43,7 +45,7 @@ function _catch(body, recover) {
43
45
  return result;
44
46
  }
45
47
 
46
- var styles = {"notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","sidebar-logo":"_1hXpy","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
48
+ var styles = {"notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
47
49
 
48
50
  var style = {
49
51
  fontSize: "0.85rem"
@@ -381,7 +383,7 @@ var useLogin = function useLogin() {
381
383
  history.push(HOMEPAGE_DISTRICT);
382
384
  } else if (roles.includes("Admin")) {
383
385
  history.push(HOMEPAGE_ADMIN);
384
- } else if (roles.includes("Teacher")) {
386
+ } else if (roles.includes("Teacher") || roles.includes("Assistant")) {
385
387
  history.push(HOMEPAGE_TEACHER);
386
388
  } else if (roles.includes("Student")) {
387
389
  history.push(HOMEPAGE_STUDENT);
@@ -1083,7 +1085,8 @@ var ContentHomePage = function ContentHomePage(_ref) {
1083
1085
  md: 12,
1084
1086
  className: styles["student-image"] + " d-flex justify-content-end mt-5"
1085
1087
  }, React.createElement("a", {
1086
- href: "https://cert.privo.com/#/companies/marioFrameworkLlc"
1088
+ href: "https://cert.privo.com/#/companies/marioFrameworkLlc",
1089
+ target: "blank"
1087
1090
  }, React.createElement(IconContent, {
1088
1091
  srcIcon: "/images/STUDENT.png",
1089
1092
  content: ""
@@ -1135,9 +1138,9 @@ var Dashboard = function Dashboard() {
1135
1138
  var Images = {
1136
1139
  USER_CONVERSATION_AVATAR: "images/user.png",
1137
1140
  GROUP_CONVERSATION_AVATAR: "images/group.png",
1138
- LOGO: "images/logo.png",
1141
+ LOGO: "images/logoV1-1.png",
1139
1142
  LOGO_HEADER: "images/logo-header.png",
1140
- LOGO_MINIMIZED: "images/logo-minimized.png",
1143
+ LOGO_MINIMIZED: "images/logo-small.png",
1141
1144
  DOCS_IMAGE: "images/docs.png",
1142
1145
  AUDIO_IMAGE: "images/audio.png",
1143
1146
  PHOTO_IMAGE: "images/image.png",
@@ -1149,24 +1152,46 @@ var Images = {
1149
1152
  var TheSidebar = function TheSidebar(_ref) {
1150
1153
  var navigation = _ref.navigation;
1151
1154
  var dispatch = useDispatch();
1155
+ var history = useHistory();
1152
1156
  var show = useSelector(function (state) {
1153
1157
  return state.common.sidebarShow;
1154
1158
  });
1159
+
1160
+ var _useState = useState(false),
1161
+ toggleMinimize = _useState[0],
1162
+ setToggleMinimize = _useState[1];
1163
+
1164
+ var signOut = useCallback(function () {
1165
+ localStorage.removeItem(ACCESS_TOKEN);
1166
+ dispatch(reset());
1167
+ history.push("/");
1168
+ }, []);
1155
1169
  return React.createElement(CSidebar, {
1156
1170
  show: show,
1157
1171
  onShowChange: function onShowChange(val) {
1158
1172
  return dispatch(setSidebar(val));
1159
- }
1173
+ },
1174
+ minimize: toggleMinimize,
1175
+ className: "" + styles["box-sidebar"]
1160
1176
  }, React.createElement(CSidebarBrand, {
1161
- className: "d-md-down-none",
1162
- to: "/"
1163
- }, React.createElement("img", {
1177
+ className: styles["box-sidebar-header"] + " d-md-down-none justify-content-around"
1178
+ }, React.createElement("div", null, React.createElement("img", {
1164
1179
  src: Images.LOGO,
1165
1180
  className: styles["sidebar-logo"] + " c-sidebar-brand-full"
1166
1181
  }), React.createElement("img", {
1167
1182
  src: Images.LOGO_MINIMIZED,
1168
- className: styles["sidebar-logo"] + " c-sidebar-brand-minimized"
1169
- })), React.createElement(CSidebarNav, null, React.createElement(CCreateElement, {
1183
+ className: styles["sidebar-logo"] + " " + styles["sidebar-btn-minimized"] + " c-sidebar-brand-minimized",
1184
+ onClick: function onClick() {
1185
+ return setToggleMinimize(false);
1186
+ }
1187
+ })), React.createElement(CgMenuRight, {
1188
+ className: styles["sidebar-btn-minimized"] + " c-sidebar-brand-full",
1189
+ onClick: function onClick() {
1190
+ return setToggleMinimize(true);
1191
+ }
1192
+ })), React.createElement(CSidebarNav, {
1193
+ className: "" + styles["sidebar-nav-links"]
1194
+ }, React.createElement(CCreateElement, {
1170
1195
  items: navigation,
1171
1196
  components: {
1172
1197
  CSidebarNavDivider: CSidebarNavDivider,
@@ -1174,10 +1199,15 @@ var TheSidebar = function TheSidebar(_ref) {
1174
1199
  CSidebarNavItem: CSidebarNavItem,
1175
1200
  CSidebarNavTitle: CSidebarNavTitle
1176
1201
  }
1177
- })), React.createElement(CSidebarMinimizer, {
1178
- id: "sidebar-minimizer",
1179
- className: "c-d-md-down-none"
1180
- }));
1202
+ })), React.createElement(CSidebarFooter, {
1203
+ onClick: signOut,
1204
+ className: styles["box-logout"] + " p-3 d-flex align-items-center cursor-point"
1205
+ }, React.createElement(RiLogoutBoxRLine, {
1206
+ onClick: signOut,
1207
+ className: "" + styles["sidebar-logout"]
1208
+ }), React.createElement("p", {
1209
+ onClick: signOut
1210
+ }, "Log out")));
1181
1211
  };
1182
1212
 
1183
1213
  var setNotification = createAction("notifications/setNotification");
@@ -1426,7 +1456,7 @@ var TheHeader = function TheHeader() {
1426
1456
  style: {
1427
1457
  color: '#000'
1428
1458
  },
1429
- href: 'https://marioframework.com/privacy-policy',
1459
+ href: '/privacy-policy',
1430
1460
  target: "blank"
1431
1461
  }, "Privacy Policy"), !isDistrict && React.createElement(NotificationButton, null), React.createElement(TheHeaderDropdown, null)));
1432
1462
  };