mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #969] [CLOSED] fix: unnecesary double loops #7341
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/969
Author: @Carlos-err406
Created: 2/29/2024
Status: ❌ Closed
Base:
dev← Head:fix/double-loop📝 Commits (5)
f6fe26ffix: unnecesary voices double loopb0a9686fix: double loop in changelog modal096c169fix: double loop in Models7558caefix: double prompt loop page3372deafix: unnecesary chat loops in sidebar📊 Changes
5 files changed (+310 additions, -311 deletions)
View changed files
📝
src/lib/components/ChangelogModal.svelte(+26 -24)📝
src/lib/components/chat/Settings/Audio.svelte(+6 -3)📝
src/lib/components/chat/Settings/Models.svelte(+6 -4)📝
src/lib/components/layout/Sidebar.svelte(+171 -181)📝
src/routes/(app)/prompts/+page.svelte(+101 -99)📄 Description
Pull Request Checklist
Description
addresses issue #966 but for this comment
Changelog Entry
Added
Fixed
unnecesary double loops in several parts of the codebase
Changed
src/lib/components/chat/Settings/Audio.svelte
src/lib/components/ChangelogModal.svelte
src/lib/components/chat/Settings/Models.svelte
src/routes/(app)/prompts/+page.svelte
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.