mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #163] [MERGED] Moving widgetapi out of internal #230
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#230
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/163
Author: @mum4k
Created: 3/3/2019
Status: ✅ Merged
Merged: 3/3/2019
Merged by: @mum4k
Base:
devel← Head:widgetapi📝 Commits (2)
b020770Moving widgetapi out of internal.768d513Updating CHANGELOG.📊 Changes
26 files changed (+26 additions, -24 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
container/container.go(+1 -1)📝
container/container_test.go(+1 -1)📝
container/draw_test.go(+1 -1)📝
container/options.go(+1 -1)📝
internal/fakewidget/fakewidget.go(+1 -1)📝
internal/fakewidget/fakewidget_test.go(+1 -1)📝
termdash_test.go(+1 -1)📝
widgetapi/widgetapi.go(+0 -0)📝
widgets/barchart/barchart.go(+1 -1)📝
widgets/barchart/barchart_test.go(+1 -1)📝
widgets/button/button.go(+1 -1)📝
widgets/button/button_test.go(+1 -1)📝
widgets/button/options.go(+1 -1)📝
widgets/donut/donut.go(+1 -1)📝
widgets/donut/donut_test.go(+1 -1)📝
widgets/gauge/gauge.go(+1 -1)📝
widgets/gauge/gauge_test.go(+1 -1)📝
widgets/linechart/linechart.go(+1 -1)📝
widgets/linechart/linechart_test.go(+1 -1)...and 6 more files
📄 Description
This will allow external users to develop their own widgets.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
internaldirectory toprivate. #272