Add feature cards for Browser Notifications and Docker Deployment#65
Merged
hoangsonww merged 1 commit intomasterfrom Apr 11, 2026
Merged
Add feature cards for Browser Notifications and Docker Deployment#65hoangsonww merged 1 commit intomasterfrom
hoangsonww merged 1 commit intomasterfrom
Conversation
…oyment in index.html
There was a problem hiding this comment.
Pull request overview
Updates the dashboard’s marketing/landing page (index.html) to highlight two capabilities—browser notifications and Docker deployment—by adding new feature cards alongside the existing feature grid.
Changes:
- Added a “Browser Notifications” feature card describing notification behavior and settings toggles.
- Added a “Docker Deployment” feature card with a quick-start
docker composecommand.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+724
to
+731
| <div class="feature-card"> | ||
| <div class="feature-icon ic-pink">🔔</div> | ||
| <h3>Browser Notifications</h3> | ||
| <p> | ||
| Native browser notifications for session starts, completions, errors, and subagent | ||
| spawns — even when the dashboard tab is in the background. Per-event toggles in | ||
| Settings let you choose exactly which events trigger alerts, with automatic | ||
| permission management and graceful fallback. |
Comment on lines
+724
to
+726
| <div class="feature-card"> | ||
| <div class="feature-icon ic-pink">🔔</div> | ||
| <h3>Browser Notifications</h3> |
Comment on lines
+734
to
+736
| <div class="feature-card"> | ||
| <div class="feature-icon ic-teal">🐳</div> | ||
| <h3>Docker Deployment</h3> |
Comment on lines
+738
to
+740
| Ready-to-use Dockerfile and docker-compose.yml for one-command deployment. | ||
| Supports both Docker and Podman with persistent volume mounts, automatic | ||
| rebuilds, and configurable port mapping. Run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds two new features to the dashboard: browser notifications and Docker deployment support. These enhancements improve user experience by providing real-time alerts and simplifying deployment.
New features:
User Experience Improvements
index.html, index.htmlR724-R743)Deployment Enhancements
Dockerfileanddocker-compose.ymlfor easy deployment with Docker or Podman, persistent volumes, and configurable ports. (index.html, index.htmlR724-R743)