mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #98] [MERGED] Thread safe widgets #200
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#200
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/98
Author: @mum4k
Created: 1/27/2019
Status: ✅ Merged
Merged: 1/27/2019
Merged by: @mum4k
Base:
devel← Head:thread-safe-widgets📝 Commits (3)
8968704Fixing racy behavior between Options and Draw.8f6c2e5Updating CHANGELOG.94f656eSelf-review fixes.📊 Changes
15 files changed (+213 additions, -19 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
container/draw.go(+1 -2)📝
doc/widget_development.md(+27 -3)📝
draw/testdraw/testdraw.go(+7 -0)📝
draw/text.go(+6 -0)📝
draw/text_test.go(+53 -0)📝
widgetapi/widgetapi.go(+8 -0)📝
widgets/barchart/barchart.go(+9 -0)📝
widgets/barchart/barchart_test.go(+18 -0)📝
widgets/gauge/gauge.go(+8 -0)📝
widgets/gauge/gauge_test.go(+17 -0)📝
widgets/linechart/linechart.go(+20 -6)📝
widgets/linechart/linechart_test.go(+10 -8)📝
widgets/sparkline/sparkline.go(+9 -0)📝
widgets/sparkline/sparkline_test.go(+18 -0)📄 Description
Fixes #63
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.