-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat,refac: tui.widgets: Make actions clickable
- Add: `Action`. - Replaces the `Text` widgets used to display actions in the action bar. - Triggers the action on left mouse button clicks, if enabled and bound to a function. - Change: Do not use bare `Action` widgets within `ActionBar`; they must always be within a `Columns` widget to prevent accidentally triggering an action alone on a row when clicking off the action but on the row.
- Loading branch information
1 parent
6b3f5bf
commit cd2bbff
Showing
1 changed file
with
56 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters