[PR #470] [MERGED] Enhance/embedded toast in bubble #488

Closed
opened 2026-03-03 11:30:13 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: enhance/embedded-toast-in-bubble


📝 Commits (7)

  • 487f97e feat(terminal): initialize panel with URL server ID
  • f92fab5 fix(bubble): ensure proper behavior with external terminal
  • 0962484 feat(bubble): implement responsive design and safe area handling
  • 20c66ec feat(terminal): add state persistence and enhanced UX
  • ac74715 refactor(preferences): separate bubble and terminal preferences
  • ac6f042 feat(notifications): configure toaster display and behavior
  • 69ac257 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/470 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `enhance/embedded-toast-in-bubble` --- ### 📝 Commits (7) - [`487f97e`](https://github.com/dflow-sh/dflow/commit/487f97e1bdddefab41712ae39536a0f2d956fd41) feat(terminal): initialize panel with URL server ID - [`f92fab5`](https://github.com/dflow-sh/dflow/commit/f92fab50ed1de833f76177ee3791c4dedd6d1c33) fix(bubble): ensure proper behavior with external terminal - [`0962484`](https://github.com/dflow-sh/dflow/commit/0962484dbed8797c9df01255e8bb790ff0160449) feat(bubble): implement responsive design and safe area handling - [`20c66ec`](https://github.com/dflow-sh/dflow/commit/20c66ec1f5f0d49464246a108c347215830a7708) feat(terminal): add state persistence and enhanced UX - [`ac74715`](https://github.com/dflow-sh/dflow/commit/ac74715d505f706548f15dd49155b29992e18a99) refactor(preferences): separate bubble and terminal preferences - [`ac6f042`](https://github.com/dflow-sh/dflow/commit/ac6f042ec6cfa3b5e18adbea4388215c61417b42) feat(notifications): configure toaster display and behavior - [`69ac257`](https://github.com/dflow-sh/dflow/commit/69ac257b174c418455cfd79eed248a82b90e51f0) Merge branch 'main' into enhance/embedded-toast-in-bubble ### 📊 Changes **8 files changed** (+962 additions, -371 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#488
No description provided.