Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Grouping of action bar elements #19

Open
phneutral opened this issue Nov 28, 2018 · 0 comments
Open

Grouping of action bar elements #19

phneutral opened this issue Nov 28, 2018 · 0 comments
Labels
Milestone

Comments

@phneutral
Copy link
Member

At the moment it is possible to add a spacer between action bar elements using a single "|".

With ViUR ignite it is possible to put action buttons in groups that can be aligned left, right and center on the bar. More over it is possible to join multiple action buttons into one input group.

To make use of this Vi would need some kind of grouping syntax within actions.
Something like the example below or similar:

groupedActions = {"left":["add"],"center":["edit"],"right":["delete"]}

joinedActions = [("add", "edit"),("clone", "delete")]

@phorward phorward added the v3.0 label Jul 25, 2019
@akelch akelch added this to the next milestone Oct 2, 2020
@akelch akelch removed this from the next milestone Dec 23, 2020
@akelch akelch added this to the Beta 1 milestone Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants