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
Update empty state for search: show a “no results” message. Currently we show no results and no messages which makes the UI appear broken.
No recently opened: When there are no recently opened items continue showing the treeview. Currently we show nothing so it looks like the treeview completely disappeared. You can reproduce this state by clearing recently opened.
When you click on the expand all button, keyboard navigation no longer behaves as I'd expect. Every time I press enter the focus returns to the expand all button no matter what I focus on using my keyboard. Video here
Keyboard navigation skips items when a folder is expanded and collapsed. Video here. When expanding and collapsing using the right and left arrow keys I expect the focus to start at the very beginning of the list not in the middle.
Keyboard navigation focus doesn't transfer to the "folder" items. Video here
The text was updated successfully, but these errors were encountered:
Update empty state for search: show a “no results” message. Currently we show no results and no messages which makes the UI appear broken.
I added a "No components found" message:
No recently opened: When there are no recently opened items continue showing the treeview. Currently we show nothing so it looks like the treeview completely disappeared. You can reproduce this state by clearing recently opened.
Instead of showing the treeview, I made sure that the history will always show at least one item. After all, you will always have a component selected, so technically that one should always be at the top of the list.
When you click on the expand all button, keyboard navigation no longer behaves as I'd expect. Every time I press enter the focus returns to the expand all button no matter what I focus on using my keyboard. Video here
Fixed this by removing focus from the expand-all button when using the arrow keys to navigate the tree.
Keyboard navigation skips items when a folder is expanded and collapsed. Video here. When expanding and collapsing using the right and left arrow keys I expect the focus to start at the very beginning of the list not in the middle.
This was a bug and is fixed now.
Keyboard navigation focus doesn't transfer to the "folder" items. Video here
Fixed. Now when you click a node to expand/collapse it, it will get highlighted as well.
RFCs for edge cases
Update empty state for search: show a “no results” message. Currently we show no results and no messages which makes the UI appear broken.
No recently opened: When there are no recently opened items continue showing the treeview. Currently we show nothing so it looks like the treeview completely disappeared. You can reproduce this state by clearing recently opened.
When you click on the expand all button, keyboard navigation no longer behaves as I'd expect. Every time I press enter the focus returns to the expand all button no matter what I focus on using my keyboard. Video here
Keyboard navigation skips items when a folder is expanded and collapsed. Video here. When expanding and collapsing using the right and left arrow keys I expect the focus to start at the very beginning of the list not in the middle.
Keyboard navigation focus doesn't transfer to the "folder" items. Video here
The text was updated successfully, but these errors were encountered: