Add a UI layer #186
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Some UI elements would be more useful as a layer on top of the current display instead of a completely separate state. A completely separate state always transitions to the same states regardless of its previous state. An overlay would not preserve the original state and return to it once dismissed.
This UI layer would be useful for displays that are not really a state in itself but rather a short-lived message (error) or a temporary selection (MB sync).
Not really necessary after some changes to how browse/matches interact.