Multi chat (#6428)

This commit is contained in:
Zane
2026-01-21 07:13:55 -10:00
committed by GitHub
parent f26ffed587
commit a7699e1607
34 changed files with 1673 additions and 644 deletions
@@ -1,3 +1,4 @@
import { AppEvents } from '../../../constants/events';
import { useEffect, useState } from 'react';
import { all_response_styles, ResponseStyleSelectionItem } from './ResponseStyleSelectionItem';
@@ -24,7 +25,7 @@ export const ResponseStylesSection = () => {
localStorage.setItem('response_style', newStyle);
// Dispatch custom event to notify other components of the change
window.dispatchEvent(new CustomEvent('responseStyleChanged'));
window.dispatchEvent(new CustomEvent(AppEvents.RESPONSE_STYLE_CHANGED));
};
return (