mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #14054] [MERGED] fix: Correct typo in LightBulb component name and imports & delete lightblub.svelte (duplicate of lightbulb.svelte) #94411
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/14054
Author: @silentoplayz
Created: 5/19/2025
Status: ✅ Merged
Merged: 5/20/2025
Merged by: @tjbck
Base:
dev← Head:delete-lightblub📝 Commits (3)
83ed2d0chore: delete lightblub.svelte58b3091chore: adjustmentab94866chore: fix on-hover visual📊 Changes
4 files changed (+5 additions, -24 deletions)
View changed files
📝
src/lib/components/chat/ContentRenderer/FloatingButtons.svelte(+2 -2)📝
src/lib/components/chat/Messages/Markdown/AlertRenderer.svelte(+2 -2)➖
src/lib/components/icons/LightBlub.svelte(+0 -19)📝
src/lib/components/workspace/Knowledge.svelte(+1 -1)📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
LightBlubtoLightBulb. This affects the icon component used inFloatingButtons.svelteandAlertRenderer.svelte.Changed
src/lib/components/icons/LightBlub.sveltetosrc/lib/components/icons/LightBulb.svelte.src/lib/components/chat/ContentRenderer/FloatingButtons.sveltefromLightBlubtoLightBulb.src/lib/components/chat/Messages/Markdown/AlertRenderer.sveltefromLightBlubtoLightBulb.Removed
src/lib/components/icons/LightBlub.svelte(the misspelled version).Fixed
LightBulbSvelte component filename and its corresponding import statements.Additional Information
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.