]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
webui: [a11y] fix keyboard navigation issues in chat interface and sidebar (#23132)
authorviggy <redacted>
Thu, 4 Jun 2026 15:59:00 +0000 (08:59 -0700)
committerGitHub <redacted>
Thu, 4 Jun 2026 15:59:00 +0000 (17:59 +0200)
commit42b2d60e5729dcac9810c631533faae3ed74b761
tree362c69a95b5b45de725465759ff22a6c4d1ca38d
parente7bcf1c3a8513429c913a619156eb4c905914e87
webui: [a11y] fix keyboard navigation issues in chat interface and sidebar (#23132)

* use child snippets for landing and chat message elements

* make ... icon visible in conversation history menu

* conversation history forward tab fix

* add snippet fix for fork icon in conversation history

* focus/keyboard fix for attachment x icon and scroll left/right

* formatting

* fix scroll down issue

* simply Statistics and pointer events in scrolldown

* create storybook tests and move to folder

* improve tests to actually assert on element
18 files changed:
tools/ui/src/lib/components/app/actions/ActionIcon.svelte
tools/ui/src/lib/components/app/badges/BadgeInfo.svelte
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemThumbnailFile.svelte
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemThumbnailImage.svelte
tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageStatistics/ChatMessageStatistics.svelte
tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageStatistics/ChatMessageStatisticsBadge.svelte
tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenActionScrollDown.svelte
tools/ui/src/lib/components/app/misc/HorizontalScrollCarousel.svelte
tools/ui/src/lib/components/app/models/ModelBadge.svelte
tools/ui/src/lib/components/app/models/ModelsSelectorDropdown.svelte
tools/ui/src/lib/components/app/navigation/DropdownMenuActions.svelte
tools/ui/src/lib/components/app/navigation/SidebarNavigation/SidebarNavigationConversationItem.svelte
tools/ui/tests/stories/ChatScreenForm.a11y.stories.svelte [deleted file]
tools/ui/tests/stories/a11y/ActionIcon.a11y.stories.svelte [new file with mode: 0644]
tools/ui/tests/stories/a11y/ChatMessageStatistics.a11y.stories.svelte [new file with mode: 0644]
tools/ui/tests/stories/a11y/ChatScreenForm.a11y.stories.svelte [new file with mode: 0644]
tools/ui/tests/stories/a11y/HorizontalScrollCarousel.a11y.stories.svelte [new file with mode: 0644]
tools/ui/tests/stories/a11y/SidebarNavigationConversationItem.a11y.stories.svelte [new file with mode: 0644]