]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
webui: support video files as input (#22830)
authorJudd <redacted>
Sun, 17 May 2026 00:13:44 +0000 (08:13 +0800)
committerGitHub <redacted>
Sun, 17 May 2026 00:13:44 +0000 (02:13 +0200)
commit4f13cb742476d81a6b42a2aa5996e82a478c2481
tree1cf1c8d072481fee21adf40006d4b7398a60b85b
parentb64739ea393b3c9d07cc9907e0a611f707838051
webui: support video files as input (#22830)
36 files changed:
tools/ui/src/app.d.ts
tools/ui/src/lib/components/app/badges/BadgesModality.svelte
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemThumbnailFile.svelte
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview.svelte
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewCurrentItem/ChatAttachmentsPreviewCurrentItem.svelte
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewCurrentItem/ChatAttachmentsPreviewCurrentItemVideo.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreviewThumbnailStrip.svelte
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddDropdown.svelte
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddSheet.svelte
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionsAdd.svelte
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionModels.svelte
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActions.svelte
tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
tools/ui/src/lib/constants/attachment-menu.ts
tools/ui/src/lib/constants/icons.ts
tools/ui/src/lib/constants/supported-file-types.ts
tools/ui/src/lib/enums/attachment.ts
tools/ui/src/lib/enums/chat.ts
tools/ui/src/lib/enums/files.ts
tools/ui/src/lib/enums/index.ts
tools/ui/src/lib/enums/model.ts
tools/ui/src/lib/hooks/use-attachment-menu.svelte.ts
tools/ui/src/lib/services/chat.service.ts
tools/ui/src/lib/stores/models.svelte.ts
tools/ui/src/lib/types/api.d.ts
tools/ui/src/lib/types/common.d.ts
tools/ui/src/lib/types/database.d.ts
tools/ui/src/lib/types/index.ts
tools/ui/src/lib/types/models.d.ts
tools/ui/src/lib/utils/attachment-type.ts
tools/ui/src/lib/utils/convert-files-to-extra.ts
tools/ui/src/lib/utils/file-type.ts
tools/ui/src/lib/utils/index.ts
tools/ui/src/lib/utils/modality-file-validation.ts
tools/ui/src/lib/utils/process-uploaded-files.ts
tools/ui/tests/stories/fixtures/storybook-mocks.ts