mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #24156] [CLOSED] feat: dashboard i18n, connector bar, addon packs, favicon, model order #50524
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/24156
Author: @clapnclaw
Created: 4/26/2026
Status: ❌ Closed
Base:
main← Head:clapnclaw📝 Commits (10+)
30e2d38feat: ClapNClaw white-label fork with full integration stackb6384b9feat: ClapNClaw branding for login pageb8f5465feat: replace OI logos with ClapNClaw branding in Docker image2b8579dci: add GitHub Actions build for clapnclaw branchd8d83d1fix: copy branding assets to /app/build/static/ too (served to frontend)89658fffix: disable changelog popup, onboarding wizard, update banner + add forgot passwordfe43fb1fix: proper ClapNClaw logo favicon + hide top-left logo on login990a6f4fix: pin ddgs>=9.11.3 to match CI patch (was ==9.11.2)50d54d0fix: remove onboarding wizard + Google OAuth step5775ef7feat: dashboard redesign, onboarding animation, logout fix📊 Changes
74 files changed (+12846 additions, -9026 deletions)
View changed files
➕
.github/workflows/clapnclaw-build.yml(+50 -0)📝
Dockerfile(+25 -3)➕
LOCAL_DEV.md(+101 -0)📝
backend/dev.sh(+18 -3)➕
backend/open_webui/clapnclaw/__init__.py(+0 -0)➕
backend/open_webui/clapnclaw/client.py(+39 -0)➕
backend/open_webui/clapnclaw/config.py(+4 -0)➕
backend/open_webui/clapnclaw/presets.py(+32 -0)➕
backend/open_webui/clapnclaw/router.py(+125 -0)📝
backend/open_webui/env.py(+2 -4)📝
backend/open_webui/main.py(+4 -0)➕
backend/open_webui/tools/clapnclaw_calendar.py(+71 -0)➕
backend/open_webui/tools/clapnclaw_drive.py(+58 -0)➕
backend/open_webui/tools/clapnclaw_gmail.py(+87 -0)➕
backend/open_webui/tools/clapnclaw_slack.py(+65 -0)➕
backend/open_webui/tools/clapnclaw_web_search.py(+41 -0)📝
backend/requirements.txt(+1 -1)➕
docker-compose.dev.yml(+30 -0)➕
env.dev.example(+8 -0)📝
package-lock.json(+17 -32)...and 54 more files
📄 Description
Qué cambia
info) aparecen primero en el selectorCómo probar
Deploy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.