mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-11 13:08:51 +01:00
* ✨ v0.7.5-rc2
* docs: update README
* refactor(settings): Update rememberForkOption default value
* a11y: proper screen reader announcements for content blocks
* Update version to 0.7.423 in package-lock.json and packages/data-provider/package.json
* chore: rename rememberForkOption -> rememberDefaultFork to apply new default value
* fix: headlessui menu stealing focus from Settings Dialog when pressing Enter
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
export interface AnnounceOptions {
|
|
message: string;
|
|
isStatus?: boolean;
|
|
}
|
|
|
|
export const MESSAGE_UPDATE_INTERVAL = 7000;
|