@nualang/nualang-ui-components 0.1.1309 → 0.1.1310
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.
|
@@ -991,31 +991,26 @@ function Classroom({
|
|
|
991
991
|
pt: "8px",
|
|
992
992
|
children: [/*#__PURE__*/_jsx("div", {
|
|
993
993
|
className: classes.grow
|
|
994
|
-
}), /*#__PURE__*/
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
color: "inherit",
|
|
1004
|
-
fontSize: 24,
|
|
1005
|
-
children: t("discussions")
|
|
1006
|
-
}), /*#__PURE__*/_jsx(Tooltip, {
|
|
1007
|
-
title: t("refresh_discuss"),
|
|
1008
|
-
placement: "left",
|
|
1009
|
-
children: /*#__PURE__*/_jsx(IconButton, {
|
|
994
|
+
}), /*#__PURE__*/_jsx(Tooltip, {
|
|
995
|
+
title: t("refresh_discuss"),
|
|
996
|
+
placement: "left",
|
|
997
|
+
children: /*#__PURE__*/_jsx(IconButton, {
|
|
998
|
+
sx: {
|
|
999
|
+
position: "absolute",
|
|
1000
|
+
right: theme.spacing(),
|
|
1001
|
+
marginRight: theme.spacing(2),
|
|
1002
|
+
zIndex: 1,
|
|
1010
1003
|
size: "large",
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1004
|
+
marginTop: "5px"
|
|
1005
|
+
},
|
|
1006
|
+
size: "large",
|
|
1007
|
+
"aria-label": "Refresh",
|
|
1008
|
+
onClick: refetchData,
|
|
1009
|
+
id: "discussRefreshScheduled",
|
|
1010
|
+
children: /*#__PURE__*/_jsx(Refresh, {
|
|
1011
|
+
fontSize: "inherit"
|
|
1017
1012
|
})
|
|
1018
|
-
})
|
|
1013
|
+
})
|
|
1019
1014
|
}), /*#__PURE__*/_jsx(_Fragment, {
|
|
1020
1015
|
children: isCreator && createdDiscussions?.length > 0 && /*#__PURE__*/_jsx("div", {
|
|
1021
1016
|
id: "discussGroupedDiscussions",
|