-
Notifications
You must be signed in to change notification settings - Fork 1
Modern UX Redesign for Browser.AI Extension #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feat/extension-with-chatbot-and-voice
Are you sure you want to change the base?
Modern UX Redesign for Browser.AI Extension #17
Conversation
- Unify Chat and Agent modes into a single seamless interface. - Implement "Smart Steps" visualization to group technical logs into high-level task steps. - Add Light/Dark mode theming with a clean "Copilot-like" default. - Inject a floating status overlay into the active web page. - Update Tailwind configuration and React components to support the new design.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
… cross-platform compatibility
|
@jules you haven't implemented the concentration mode with voice implement it with animation like gemini live mode show animation like jarvis form iron man visualize the voice. create the conversation more friendly and interapable like talking to a person. |
I have implemented the requested changes:
|
- Unify Chat and Agent modes into a single seamless interface. - Implement "Smart Steps" visualization to group technical logs into high-level task steps. - Add Light/Dark mode theming with a clean "Copilot-like" default. - Inject a floating status overlay into the active web page. - Add "Concentration Mode" with Jarvis-style voice visualization. - Add Sticky Task Status header that expands on completion. - Update Tailwind configuration and React components to support the new design.
|
@jules the ConversationMode funcitalies are not working reffere the feat/extension-with-chatbot-and-voice branch for working impl logic and apply it here and the ux and visuals are not good i want more animation (spectorum kind like in gemini live ). in the task hedder add a animated bot head (like github copilot ) or a good loading animation intsed of just dot, when user click anyware toggle off the task hedder afte task finsh, if dismis the clear the whoe chat and remove the task hedder |
I have updated the implementation to address your feedback:
|
- Re-integrate Conversation/Intent loop into unified SidePanel. - Update Voice Visualizer to 'Gemini Live' style spectrum animation. - Add animated Bot Head to Task Status Header. - Add 'Dismiss & Clear' functionality for task results. - Ensure unified chat flow handles intent clarification properly.
|
@jules remove the last commit you did change lot wrong first remove it |
I have reverted the last commit as requested. The codebase has been restored to the previous state. |
|
@jules the ConversationMode funcitalies are not working and the ux and visuals are not good i want more animation (spectorum kind like in gemini live ). in the task hedder add a animated bot head (like github copilot ) or a good loading animation intsed of just dot, when user click anyware toggle off the task hedder afte task finsh, if dismis the clear the whoe chat and remove the task hedder |
I have completely re-implemented the requested features after reverting the previous attempt to ensure a clean slate.
|
- Restored Unified UI with Conversation Loop logic. - Added Gemini-style Spectrum Visualizer. - Added Animated Bot Head to Task Header. - Implemented Dismiss/Clear logic. - Verified build pass.
This PR significantly overhauls the Browser.AI extension UI to improve user experience. The rigid separation between "Chat" and "Agent" modes has been removed in favor of a unified conversational interface. Task execution is now visualized using a hierarchical "Smart Steps" component that groups technical logs under high-level actions. A new theming system introduces a clean, professional aesthetic (Light/Dark mode) replacing the previous neon-heavy design. Additionally, a floating content script overlay now provides real-time status updates directly on the active web page.
PR created automatically by Jules for task 3385628847228754702 started by @Sathursan-S