mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #470] [MERGED] Enhance/embedded toast in bubble #488
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#488
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/470
Author: @manikanta9176
Created: 10/8/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @manikanta9176
Base:
main← Head:enhance/embedded-toast-in-bubble📝 Commits (7)
487f97efeat(terminal): initialize panel with URL server IDf92fab5fix(bubble): ensure proper behavior with external terminal0962484feat(bubble): implement responsive design and safe area handling20c66ecfeat(terminal): add state persistence and enhanced UXac74715refactor(preferences): separate bubble and terminal preferencesac6f042feat(notifications): configure toaster display and behavior69ac257Merge branch 'main' into enhance/embedded-toast-in-bubble📊 Changes
8 files changed (+962 additions, -371 deletions)
View changed files
📝
.vscode/settings.json(+1 -0)📝
src/app/(frontend)/layout.tsx(+8 -1)📝
src/components/bubble/MenuPanel.tsx(+173 -81)📝
src/components/bubble/PreferencesPanel.tsx(+73 -10)📝
src/components/bubble/TerminalPanel.tsx(+109 -131)📝
src/components/bubble/index.tsx(+309 -85)📝
src/providers/BubbleProvider.tsx(+148 -13)📝
src/providers/TerminalProvider.tsx(+141 -50)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.