mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #146] [MERGED] Allow widgets to subscribe to global keyboard events #221
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#221
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?
📋 Pull Request Information
Original PR: https://github.com/mum4k/termdash/pull/146
Author: @mum4k
Created: 2/22/2019
Status: ✅ Merged
Merged: 2/22/2019
Merged by: @mum4k
Base:
devel← Head:widgets-global-keys📝 Commits (2)
0df7387Widgets can now register for global keyboard events.2fba137Updating CHANGELOG.📊 Changes
19 files changed (+194 additions, -49 deletions)
View changed files
📝
CHANGELOG.md(+16 -0)📝
container/container.go(+23 -3)📝
container/container_test.go(+78 -8)📝
termdash_test.go(+7 -7)📝
widgetapi/widgetapi.go(+37 -5)📝
widgets/barchart/barchart.go(+1 -1)📝
widgets/barchart/barchart_test.go(+6 -6)📝
widgets/donut/donut.go(+1 -1)📝
widgets/donut/donut_test.go(+1 -1)📝
widgets/fakewidget/fakewidget.go(+1 -1)📝
widgets/fakewidget/fakewidget_test.go(+2 -2)📝
widgets/gauge/gauge.go(+1 -1)📝
widgets/gauge/gauge_test.go(+3 -3)📝
widgets/segmentdisplay/segmentdisplay.go(+1 -1)📝
widgets/segmentdisplay/segmentdisplay_test.go(+1 -1)📝
widgets/sparkline/sparkline.go(+1 -1)📝
widgets/sparkline/sparkline_test.go(+4 -4)📝
widgets/text/text.go(+8 -1)📝
widgets/text/text_test.go(+2 -2)📄 Description
Fixes #113
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.