Chat Messages
-
click things and stuff
-
-
+
+ Check multiple messages to change their visibility to:
+
+
+
+
+
{},
};
-const OUTCOME_TIMEOUT = 3000;
export default function ToggleSwitch({ isVisible, message, setMessage }: MessageToggleProps) {
let outcomeTimeout = null;
diff --git a/web/styles/chat.scss b/web/styles/chat.scss
index df54dfed0..f9c1e94ee 100644
--- a/web/styles/chat.scss
+++ b/web/styles/chat.scss
@@ -14,6 +14,26 @@
overflow: hidden;
}
}
+
+ .bulk-editor {
+ margin: .5rem 0;
+ padding: .5rem;
+ border: 1px solid #333;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: flex-end;
+
+ .label {
+ font-size: .75rem;
+ color: #666;
+ }
+
+ .toggler {
+ margin: 0 1rem 0 .5rem;
+ }
+
+ }
}
.ant-table-filter-dropdown {
max-width: 250px;