-
-
- Role
- {userRole}
-
-
-
- Email
-
- {userEmail || "Unknown"}
-
-
-
e.stopPropagation()}
- >
- Hide New Feature Indicators
- {
- setDisableShowNewBadge(checked);
- if (checked) {
- setLocalStorageItem("disableShowNewBadge", "true");
- emitLocalStorageChange("disableShowNewBadge");
- } else {
- removeLocalStorageItem("disableShowNewBadge");
- emitLocalStorageChange("disableShowNewBadge");
- }
- }}
- aria-label="Toggle hide new feature indicators"
- />
-
-
e.stopPropagation()}
- >
- Hide All Prompts
- {
- if (checked) {
- setLocalStorageItem("disableShowPrompts", "true");
- emitLocalStorageChange("disableShowPrompts");
- } else {
- removeLocalStorageItem("disableShowPrompts");
- emitLocalStorageChange("disableShowPrompts");
- }
- }}
- aria-label="Toggle hide all prompts"
- />
-
-