mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-05 18:18:51 +01:00
🔊 refactor: Optimize Aria-Live Announcements for macOS VoiceOver (#3851)
This commit is contained in:
parent
757b6d3275
commit
dc40e577af
5 changed files with 59 additions and 170 deletions
|
|
@ -3,9 +3,7 @@ import React from 'react';
|
|||
|
||||
export interface AnnounceOptions {
|
||||
message: string;
|
||||
id?: string;
|
||||
isStream?: boolean;
|
||||
isComplete?: boolean;
|
||||
isStatus?: boolean;
|
||||
}
|
||||
|
||||
interface AnnouncerContextType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue