mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #147] Consider adding interactive elements at the container layer #92
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#92
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @mum4k on GitHub (Feb 22, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/147
We could add infrastructure level elements like buttons or drop down menus that would be rendered at the container's border.
E.g. a drop down menu and a button:
Possible use case is a multi-widget container. A drop down menu would select which widget to display in the container. When defined generically enough, this could be used for various purposes where the user wants to interact with the application.
This is currently blocked until we have the ability to display floating windows (#104) since a drop-down menu would utilize the functionality and until we have the ability to change layout dynamically (#67).