[PR #969] [CLOSED] fix: unnecesary double loops #36175

Closed
opened 2026-04-25 10:10:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/969
Author: @Carlos-err406
Created: 2/29/2024
Status: Closed

Base: devHead: fix/double-loop


📝 Commits (5)

  • f6fe26f fix: unnecesary voices double loop
  • b0a9686 fix: double loop in changelog modal
  • 096c169 fix: double loop in Models
  • 7558cae fix: double prompt loop page
  • 3372dea fix: 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: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

addresses issue #966 but for this comment

Changelog Entry

Added

  • [List any new features or additions]

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

  • [List any removed features or files]

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/969 **Author:** [@Carlos-err406](https://github.com/Carlos-err406) **Created:** 2/29/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/double-loop` --- ### 📝 Commits (5) - [`f6fe26f`](https://github.com/open-webui/open-webui/commit/f6fe26f0db6a7c0ebd7936d51b3493f03d2da66d) fix: unnecesary voices double loop - [`b0a9686`](https://github.com/open-webui/open-webui/commit/b0a9686704e82ccfbfbd36eaf839fd71b93c3671) fix: double loop in changelog modal - [`096c169`](https://github.com/open-webui/open-webui/commit/096c16964042ce7be59ddd9eb211a13250d83fdb) fix: double loop in Models - [`7558cae`](https://github.com/open-webui/open-webui/commit/7558cae89b3c3d4bf83ee5481538d80ff788a1fe) fix: double prompt loop page - [`3372dea`](https://github.com/open-webui/open-webui/commit/3372deaeb7ca1b0c8d0656ae31239bedde23beeb) fix: unnecesary chat loops in sidebar ### 📊 Changes **5 files changed** (+310 additions, -311 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description addresses issue #966 but for [this](https://github.com/open-webui/open-webui/issues/966#issuecomment-1971900475) comment --- ### Changelog Entry ### Added - [List any new features or additions] ### 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 - [List any removed features or files] --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 10:10:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#36175