51a84efc53
* refactor: Make `DialogConfirmation` extensible with children slot * feat: Add conversation forking logic * feat: Conversation forking UI * feat: Update delete/edit dialogs and logic for forks * refactor: Improve Chat Sidebar UX and add MCP Servers entry * refactor: Cleanup * feat: Update message in place when editing leaf nodes * chore: Cleanup * chore: Cleanup * chore: Cleanup * chore: Cleanup * chore: Cleanup * chore: Cleanup * refactor: Post-review improvements * chore: update webui build output * test: Update Storybook test * chore: update webui build output * chore: update webui build output
42 lines
1.3 KiB
TypeScript
42 lines
1.3 KiB
TypeScript
// Central constants export file
|
|
// All constants should be imported from '$lib/constants'
|
|
|
|
export * from './agentic';
|
|
export * from './api-endpoints';
|
|
export * from './attachment-labels';
|
|
export * from './auto-scroll';
|
|
export * from './binary-detection';
|
|
export * from './cache';
|
|
export * from './chat-form';
|
|
export * from './code-blocks';
|
|
export * from './code';
|
|
export * from './context-keys';
|
|
export * from './css-classes';
|
|
export * from './favicon';
|
|
export * from './floating-ui-constraints';
|
|
export * from './formatters';
|
|
export * from './key-value-pairs';
|
|
export * from './icons';
|
|
export * from './latex-protection';
|
|
export * from './literal-html';
|
|
export * from './localstorage-keys';
|
|
export * from './markdown';
|
|
export * from './max-bundle-size';
|
|
export * from './mcp';
|
|
export * from './mcp-form';
|
|
export * from './mcp-resource';
|
|
export * from './message-export';
|
|
export * from './model-id';
|
|
export * from './precision';
|
|
export * from './processing-info';
|
|
export * from './settings-config';
|
|
export * from './settings-fields';
|
|
export * from './settings-keys';
|
|
export * from './settings-sections';
|
|
export * from './supported-file-types';
|
|
export * from './table-html-restorer';
|
|
export * from './tooltip-config';
|
|
export * from './ui';
|
|
export * from './uri-template';
|
|
export * from './viewport';
|