-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat: Add editable address bar in browser tab #26
Conversation
Add editable URL input field to Browser component * Add an input field in `frontend/src/components/Browser.tsx` to allow editing the URL. * Add `handleUrlChange` and `handleUrlBlur` handlers to update the URL state. * Implement `updateBrowserTabUrl` function in `frontend/src/services/browseService.ts` to send data using websocket for updating the browser tab URL. * Modify `frontend/src/state/browserSlice.ts` to include a new action to update the URL state and call `updateBrowserTabUrl` function. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/OpenDevin/OpenDevin?shareId=b39056db-d2ea-402e-aabd-c77505aa2575).
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍
|
All-Hands-AI#3078