Target branch: Please verify that the pull request targets the dev branch.
Description: Provide a concise description of the changes made 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 Open WebUI Docs, or other documentation sources?
Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
Testing: Have you written and run sufficient tests for validating the changes?
Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
Prefix: To cleary categorize this pull request, prefix the pull request title, using one of the following
Description
This PR makes sure the "Clone Chat" button is visible on mobile. This might not be the best fix, but just wanted a fix out!
🔄 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/8344
**Author:** [@srajangarg](https://github.com/srajangarg)
**Created:** 1/5/2025
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `sg2`
---
### 📝 Commits (1)
- [`63d1460`](https://github.com/open-webui/open-webui/commit/63d14603e536b3ebcdc707b7f6472b734a13c6b8) fix clone chat functionality on mobile
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `src/routes/s/[id]/+page.svelte` (+1 -1)
</details>
### 📄 Description
Small fix for newly added "clone chat" feature introduced in https://github.com/open-webui/open-webui/pull/8286
### Pull Request Checklist
- [x] **Target branch:** Please verify that the pull request targets the `dev` branch.
- [x] **Description:** Provide a concise description of the changes made in this pull request.
- [ ] **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 [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources?
- [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation?
- [ ] **Testing:** Have you written and run sufficient tests for validating the changes?
- [x] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
- [x] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following
### Description
This PR makes sure the "Clone Chat" button is visible on mobile. This might not be the best fix, but just wanted _a_ fix out!
Before:
<img src="https://github.com/user-attachments/assets/88f81c00-fafd-40f4-bd01-b1d1bc184e8a" width=35%>
After (not shown, I click on "Clone Chat"):
https://github.com/user-attachments/assets/83400c5a-95ac-40ae-9900-7404b775ebdf
No change in behavior on desktop.
---
<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/8344
Author: @srajangarg
Created: 1/5/2025
Status: ❌ Closed
Base:
main← Head:sg2📝 Commits (1)
63d1460fix clone chat functionality on mobile📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/routes/s/[id]/+page.svelte(+1 -1)📄 Description
Small fix for newly added "clone chat" feature introduced in https://github.com/open-webui/open-webui/pull/8286
Pull Request Checklist
devbranch.Description
This PR makes sure the "Clone Chat" button is visible on mobile. This might not be the best fix, but just wanted a fix out!
Before:

After (not shown, I click on "Clone Chat"):
https://github.com/user-attachments/assets/83400c5a-95ac-40ae-9900-7404b775ebdf
No change in behavior on desktop.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.