[PR #163] [MERGED] Moving widgetapi out of internal #230

Closed
opened 2026-03-03 16:23:26 +03:00 by kerem · 0 comments
Owner

📋 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: develHead: widgetapi


📝 Commits (2)

  • b020770 Moving widgetapi out of internal.
  • 768d513 Updating 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mum4k/termdash/pull/163 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 3/3/2019 **Status:** ✅ Merged **Merged:** 3/3/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `widgetapi` --- ### 📝 Commits (2) - [`b020770`](https://github.com/mum4k/termdash/commit/b0207707337fa2162425f305be4e3e3508a0dbdf) Moving widgetapi out of internal. - [`768d513`](https://github.com/mum4k/termdash/commit/768d5132b0cad4024200153ed038d1eaf4f0b471) Updating CHANGELOG. ### 📊 Changes **26 files changed** (+26 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description This will allow external users to develop their own widgets. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#230
No description provided.