mozilla-iam / sso-dashboard

A python flask implementation of an SSO dashboard. OIDC for authentication and message bus for alert pipelines.
Mozilla Public License 2.0
37 stars 45 forks source link

Activate tile link on searchbox enter key if only one visible #459

Closed eemeli closed 3 weeks ago

eemeli commented 1 year ago

This PR adds an event handler for the Enter key being pressed in the search box while only one tile is visible. When that happens, the tile's link is opened in a new tab, just as would happen if the tile were clicked manually.

I also tried to make the tiles tabbable, but couldn't figure out why they aren't.

dividehex commented 3 weeks ago

@eemeli Thank you for the PR, sorry for the very long wait on review. Rebased in #514