-
Notifications
You must be signed in to change notification settings - Fork 2
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
Customize webview title #445
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user, I want the name of the tab I have open to provide helpful information to me as I work in the tab so I can see what tabs are effectively.
As an extension developer, I want to update my webview's title on the fly so I can update information embedded into the title bar.
Concrete example: As a user, I want to be able to see what projects are showing in my text collection in the tab's title so I can see the contents of the text collection at a glance.
We need to add some way to edit the title of the webviews. Maybe from the webview provider (some async function to run to update the title) or maybe from the webview code itself (a couple of React props
title
andupdateTitle
?). Or maybe both.The text was updated successfully, but these errors were encountered: