mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #126] [MERGED] Constructors of all widgets now return an error. #208
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#208
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/126
Author: @mum4k
Created: 2/15/2019
Status: ✅ Merged
Merged: 2/15/2019
Merged by: @mum4k
Base:
devel← Head:constructor-error📝 Commits (7)
2949a79Constructor of BarChart now returns an error.3e84662Merge branch 'devel' into constructor-error1ab50bcFinished changes for BarChart and updated CHNAGELOG.a6f5d69Constructor of Gauge now returns an error.231db41Constructor of SparkLine now returns an error.2784a1cConstructor of Text now returns an error.ca21035Also listing LineChart in the CHANGELOG.📊 Changes
18 files changed (+491 additions, -218 deletions)
View changed files
📝
CHANGELOG.md(+7 -2)📝
termdashdemo/termdashdemo.go(+49 -17)📝
widgets/barchart/barchart.go(+6 -3)📝
widgets/barchart/barchart_test.go(+91 -43)📝
widgets/barchart/barchartdemo/barchartdemo.go(+4 -1)📝
widgets/barchart/options.go(+17 -2)📝
widgets/gauge/gauge.go(+6 -2)📝
widgets/gauge/gauge_test.go(+97 -75)📝
widgets/gauge/gaugedemo/gaugedemo.go(+19 -4)📝
widgets/gauge/options.go(+12 -2)📝
widgets/sparkline/options.go(+15 -3)📝
widgets/sparkline/sparkline.go(+6 -2)📝
widgets/sparkline/sparkline_test.go(+66 -50)📝
widgets/sparkline/sparklinedemo/sparklinedemo.go(+12 -3)📝
widgets/text/options.go(+23 -0)📝
widgets/text/text.go(+5 -2)📝
widgets/text/text_test.go(+36 -2)📝
widgets/text/textdemo/textdemo.go(+20 -5)📄 Description
Fixes #111
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.