mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #4942] [CLOSED] fix: Lighthouse a11y improvements + fixes for Lighthouse SEO errors #21591
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4942
Author: @sebdanielsson
Created: 8/27/2024
Status: ❌ Closed
Base:
dev← Head:lighthouse-improvements📝 Commits (7)
7de9ba4Add robots.txt to fix validation error7afab12Add meta descriptiona4199a5A11y: Buttons do not have an accessible namec0fd8bba11y: Touch targets do not have sufficient size or spacing.64f5d1ba11y: Zooming and scaling must not be disabledddbeecba11y: Background and foreground colors do not have a sufficient contrast ratio.01bd7bcRun code format📊 Changes
9 files changed (+27 additions, -7 deletions)
View changed files
📝
src/app.html(+6 -1)📝
src/lib/components/chat/MessageInput.svelte(+3 -0)📝
src/lib/components/chat/MessageInput/Suggestions.svelte(+6 -4)📝
src/lib/components/chat/ModelSelector.svelte(+4 -2)📝
src/lib/components/layout/Navbar.svelte(+3 -0)📝
src/routes/(app)/admin/+layout.svelte(+1 -0)📝
src/routes/(app)/playground/+layout.svelte(+1 -0)📝
src/routes/(app)/workspace/+layout.svelte(+1 -0)➕
static/robots.txt(+2 -0)📄 Description
Changelog Entry
Description
This PR addresses lots of low-hanging fruit fixes to greatly improve the Lighthouse score. After these fixes:
Fixed
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.