mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-19 14:43:34 -04:00
[PR #57] App in main Window #50
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/desktop/pull/57
Author: @andrejvysny
Created: 11/5/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (2)
55b9dc8feat: enhance app navigation and URL handling in Electron app69772ecfix: adjust title bar style handling and clean up Controls component layout📊 Changes
6 files changed (+306 additions, -19 deletions)
View changed files
📝
src/main/index.ts(+141 -7)📝
src/main/utils/index.ts(+14 -3)📝
src/preload/index.d.ts(+39 -5)📝
src/preload/index.ts(+89 -1)📝
src/renderer/src/lib/components/Controls.svelte(+1 -3)📝
src/renderer/src/lib/stores.ts(+22 -0)📄 Description
Implemented fixes to run OpenWebUI inside of main App window not in browser.
This is still in draft stage - needed few changes and manual thorough review and testing.
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
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.