mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix(engage): disable assessments overview plugin on Engage
Made-with: Cursor
This commit is contained in:
@@ -4,6 +4,7 @@ import { getAssessmentsData } from "./api";
|
|||||||
import { renderErrorState, renderSkeletonLoader } from "./ui";
|
import { renderErrorState, renderSkeletonLoader } from "./ui";
|
||||||
import styles from "./styles.css?inline";
|
import styles from "./styles.css?inline";
|
||||||
import { delay } from "@/seqta/utils/delay";
|
import { delay } from "@/seqta/utils/delay";
|
||||||
|
import { isSeqtaEngageExperience } from "@/seqta/utils/isSeqtaEngage";
|
||||||
|
|
||||||
const assessmentsOverviewPlugin: Plugin<{}> = {
|
const assessmentsOverviewPlugin: Plugin<{}> = {
|
||||||
id: "assessments-overview",
|
id: "assessments-overview",
|
||||||
@@ -16,6 +17,8 @@ const assessmentsOverviewPlugin: Plugin<{}> = {
|
|||||||
styles,
|
styles,
|
||||||
|
|
||||||
run: async () => {
|
run: async () => {
|
||||||
|
if (isSeqtaEngageExperience()) return;
|
||||||
|
|
||||||
const menu = (await waitForElm(
|
const menu = (await waitForElm(
|
||||||
'[data-key="assessments"] > .sub > ul',
|
'[data-key="assessments"] > .sub > ul',
|
||||||
true,
|
true,
|
||||||
|
|||||||
Reference in New Issue
Block a user