mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #452] [MERGED] Feat/bubble UI #478
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#478
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/452
Author: @manikanta9176
Created: 9/25/2025
Status: ✅ Merged
Merged: 10/2/2025
Merged by: @manikanta9176
Base:
main← Head:feat/bubble-ui📝 Commits (10+)
a798862feat(bubble): add interactive floating control panel9aa9752refactor(bubble): overhaul panel layout and user experiencece1b8c7feat(bubble): integrate SSE for real-time sync updatesd43448crefactor(routing): standardize route parameter names787b5c6feat(queues): add comprehensive server queue management81c6904feat(servers): add server data provider and queue panel statesf8a7f3ffeat(bubble): add server terminal with display modes2d7de12feat(terminal): integrate resizable panels72df9c2feat(terminal): integrate xterm.js for enhanced server log viewer34d9d03feat(bubble): remove logs panel and platform status📊 Changes
45 files changed (+3915 additions, -62 deletions)
View changed files
📝
.vscode/settings.json(+1 -0)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+14 -0)📝
src/actions/server/index.ts(+41 -0)📝
src/actions/server/validator.ts(+11 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/layout.client.tsx(+3 -3)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/layout.tsx(+6 -6)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/page.tsx(+0 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/layout.client.tsx(+3 -3)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/layout.tsx(+2 -2)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/page.tsx(+1 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/layout.tsx(+24 -15)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[serverId]/layout.client.tsx(+0 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[serverId]/page.tsx(+3 -3)📝
src/app/(frontend)/globals.css(+23 -0)➕
src/components/bubble/LogsPanel.tsx(+246 -0)➕
src/components/bubble/MenuPanel.tsx(+227 -0)➕
src/components/bubble/PreferencesPanel.tsx(+299 -0)➕
src/components/bubble/QueuesPanel.tsx(+678 -0)➕
src/components/bubble/SyncPanel.tsx(+214 -0)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.