You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we have been happy with the pattern we have in the version listing with those buttons at the right:
Today I found that those buttons are different in the build listing page but it seems we should be able to use the same pattern:
Why we don't we move the content from the chip into the list item? The "Book" icon could be a button, similar to the version listing page, and the other two links could be inside the "..." (dots) dropdown. That way we remove the extensive usage of chips that require hovering --which is usually harder than just a simple click.
The text was updated successfully, but these errors were encountered:
We shouldn't alter the version popupcard. The intention with that UI is not to supplement UI in the build listing view. Instead the buttons should exist in both, it sounds like mostly just a view docs button that we should add to the buttons list.
A few things there:
We don't have the URL of the built documentation and this is a slow query. In other UIs, this is an async call against APIv3 on buttons hover.
There are probably issues with the API used here. It might be stuck using APIv2, if at least for reasons like
I think we have been happy with the pattern we have in the version listing with those buttons at the right:
Today I found that those buttons are different in the build listing page but it seems we should be able to use the same pattern:
Why we don't we move the content from the chip into the list item? The "Book" icon could be a button, similar to the version listing page, and the other two links could be inside the "..." (dots) dropdown. That way we remove the extensive usage of chips that require hovering --which is usually harder than just a simple click.
The text was updated successfully, but these errors were encountered: