mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #4301] [CLOSED] feat: haptic feedback on support devices (android) #21446
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/4301
Author: @dannyl1u
Created: 8/2/2024
Status: ❌ Closed
Base:
dev← Head:feat/haptic-feedback-mobile📝 Commits (10+)
5ebb9ebfeat: haptic feedback on mobileac1e51aundo diff on unchanged file7707f3bstyle: npm run formatc0e0e34Merge branch 'dev' into feat/haptic-feedback-mobilea1458e7undo diffcec5fddAdded EXTRA_MODULES argument71d88ferevert367fa03added install_frontmatter_requirements879f858chore(deps): bump chromadb from 0.5.4 to 0.5.5 in /backend549d3b4chore(deps): bump langchain from 0.2.11 to 0.2.12 in /backend📊 Changes
96 files changed (+2475 additions, -3812 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+21 -24)📝
.github/workflows/integration-test.yml(+4 -11)📝
CHANGELOG.md(+0 -53)📝
backend/apps/images/main.py(+3 -20)📝
backend/apps/images/utils/comfyui.py(+11 -170)📝
backend/apps/ollama/main.py(+309 -84)📝
backend/apps/openai/main.py(+141 -75)📝
backend/apps/socket/main.py(+12 -15)📝
backend/apps/webui/main.py(+44 -5)📝
backend/apps/webui/models/chats.py(+4 -5)📝
backend/apps/webui/routers/chats.py(+5 -16)📝
backend/apps/webui/routers/tools.py(+18 -13)📝
backend/config.py(+0 -28)📝
backend/main.py(+16 -14)📝
backend/requirements.txt(+10 -11)📝
backend/utils/misc.py(+3 -87)📝
backend/utils/task.py(+2 -1)📝
backend/utils/utils.py(+6 -3)📝
cypress/e2e/chat.cy.ts(+13 -18)📝
docs/SECURITY.md(+3 -19)...and 76 more files
📄 Description
Pull Request Checklist
Closes #3513
Tested on Samsung Galaxy S21
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
navigator.vibrateAPI is not supported on iOS browsers, this feature will only be noticeable on non iOS devices (e.g. Android)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.