d8c331c0af
* webui: use date in exported filename Move conversation naming and export to utils update index.html.gz * webui: move literals to message export constants file * webui: move export naming and download back to the conversation store * chore: update webui build output * webui: add comments to some constants * chore: update webui build output
41 lines
1.2 KiB
TypeScript
41 lines
1.2 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 './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';
|