We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ideas:
emit focus and blur events so that the page knows when it's on the screen.
focus
blur
Also, decouple the tab list. this should be quite different on mobile. it should be a separate module, with a default probably.
tabs should also have nicer titles - use mutation observer to watch the title attribute? and favicon?
it would also be a good idea to have a notification state, so we can see whether the content of that tab wants to update? or do this via favicon?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ideas:
emit
focus
andblur
events so that the page knows when it's on the screen.Also, decouple the tab list. this should be quite different on mobile.
it should be a separate module, with a default probably.
tabs should also have nicer titles - use mutation observer to watch the title attribute?
and favicon?
it would also be a good idea to have a notification state, so we can see whether the content of that tab wants to update? or do this via favicon?
The text was updated successfully, but these errors were encountered: