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.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/18253
**Author:** [@rgaricano](https://github.com/rgaricano)
**Created:** 10/11/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dev-FIX_FEAT_Refresh_Chats_Sidebar`
---
### 📝 Commits (3)
- [`08a3d1d`](https://github.com/open-webui/open-webui/commit/08a3d1d479c819396c30f6601fc9cc921952c399) UPD_FEAT-Refresh_Sidebar_ChatList_after_actions
- [`6faa9bd`](https://github.com/open-webui/open-webui/commit/6faa9bdbc03e60def9546c3683b958c442446303) Fix Code Format
- [`919f4de`](https://github.com/open-webui/open-webui/commit/919f4defb973f91878d009d3efd14731c3577f38) Added refresh on icon folder change
### 📊 Changes
**6 files changed** (+52 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `src/lib/components/chat/Placeholder/FolderTitle.svelte` (+5 -1)
📝 `src/lib/components/layout/ArchivedChatsModal.svelte` (+12 -0)
📝 `src/lib/components/layout/Sidebar.svelte` (+7 -0)
📝 `src/lib/components/layout/Sidebar/ChatItem.svelte` (+17 -1)
📝 `src/lib/components/layout/Sidebar/RecursiveFolder.svelte` (+10 -1)
📝 `src/lib/stores/index.ts` (+1 -0)
</details>
### 📄 Description
### UPD_FEAT-Refresh_Sidebar_ChatList_after_actions
Add function for refresh sidebar chat list.
Fix some realtime rendering issues.
Added:
- store for chatList refresh trigger.
- refresh actions in Folders & Sidebar.
- refresh trigger and calls after chat list actions in ChatItem.
- refresh trigger after unarchive chat/s in ArchiveChatsModal.
https://github.com/user-attachments/assets/abbf8c93-2b6e-4b5b-9bd6-fefe62e10556
____
### Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/18253
Author: @rgaricano
Created: 10/11/2025
Status: ❌ Closed
Base:
dev← Head:dev-FIX_FEAT_Refresh_Chats_Sidebar📝 Commits (3)
08a3d1dUPD_FEAT-Refresh_Sidebar_ChatList_after_actions6faa9bdFix Code Format919f4deAdded refresh on icon folder change📊 Changes
6 files changed (+52 additions, -3 deletions)
View changed files
📝
src/lib/components/chat/Placeholder/FolderTitle.svelte(+5 -1)📝
src/lib/components/layout/ArchivedChatsModal.svelte(+12 -0)📝
src/lib/components/layout/Sidebar.svelte(+7 -0)📝
src/lib/components/layout/Sidebar/ChatItem.svelte(+17 -1)📝
src/lib/components/layout/Sidebar/RecursiveFolder.svelte(+10 -1)📝
src/lib/stores/index.ts(+1 -0)📄 Description
UPD_FEAT-Refresh_Sidebar_ChatList_after_actions
Add function for refresh sidebar chat list.
Fix some realtime rendering issues.
Added:
https://github.com/user-attachments/assets/abbf8c93-2b6e-4b5b-9bd6-fefe62e10556
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.