[App] Repositories in the Menu Bar view #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "app/repositories"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work done to implement the rendering of the (lack of) repositories in the
MenuBarView
view UI interface. For this purpose, some components have been created:ListHeader
,ListItemEmpty
, andListItem
. Furthermore, some preview-specific code have been implemented as well, specially to add dummy repositories to the previews.