Buckets:
| /** | |
| * | |
| * MISC | |
| * | |
| * Miscellaneous utility components. | |
| * | |
| */ | |
| /** | |
| * **ConversationSelection** - Multi-select conversation picker | |
| * | |
| * List of conversations with checkboxes for multi-selection. | |
| * Used in import/export dialogs for selecting conversations. | |
| * | |
| * **Features:** | |
| * - Search/filter conversations by name | |
| * - Select all / deselect all controls | |
| * - Shift-click for range selection | |
| * - Message count display per conversation | |
| * - Mode-specific UI (export vs import) | |
| */ | |
| export { default as ConversationSelection } from './ConversationSelection.svelte'; | |
| /** | |
| * Horizontal scrollable carousel with navigation arrows. | |
| * Used for displaying items in a horizontally scrollable container | |
| * with left/right navigation buttons that appear on hover. | |
| */ | |
| export { default as HorizontalScrollCarousel } from './HorizontalScrollCarousel.svelte'; | |
| /** | |
| * **TruncatedText** - Text with ellipsis and tooltip | |
| * | |
| * Displays text with automatic truncation and full content in tooltip. | |
| * Useful for long names or paths in constrained spaces. | |
| */ | |
| export { default as TruncatedText } from './TruncatedText.svelte'; | |
| /** | |
| * **KeyboardShortcutInfo** - Keyboard shortcut hint display | |
| * | |
| * Displays keyboard shortcut hints (e.g., "⌘ + Enter"). | |
| * Supports special keys like shift, cmd, and custom text. | |
| */ | |
| export { default as KeyboardShortcutInfo } from './KeyboardShortcutInfo.svelte'; | |
| /** | |
| * **CodeBlockActions** - Actions bar for code blocks (copy, preview) | |
| * | |
| * Displays copy-to-clipboard and preview buttons for code blocks. | |
| * Preview button is shown only for HTML code blocks. | |
| */ | |
| export { default as CodeBlockActions } from './CodeBlockActions.svelte'; | |
| /** | |
| * **Logo** - Application brand mark | |
| * | |
| * Inline SVG of the application logo. Accepts styling via the standard | |
| * `class` and `style` props and inherits color via `currentColor`. | |
| */ | |
| export { default as Logo } from './Logo.svelte'; | |
Xet Storage Details
- Size:
- 1.9 kB
- Xet hash:
- eb15bca812ab9f49c6284991d5ad4f696e98f74ea8769a84380be156ab2ba482
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.