mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #151] [MERGED] Refactoring the codebase to clearly mark internal libraries. #222
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#222
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/151
Author: @mum4k
Created: 2/24/2019
Status: ✅ Merged
Merged: 2/24/2019
Merged by: @mum4k
Base:
devel← Head:api-docs📝 Commits (10+)
e7f1d49Documenting the API status.279cb8bFixing link to the wiki.31580baChanging size of the button demo.7ee222aMoving private libraries into internal subdirectory.6c03991Moving draw and event to internal.2ff1818Moving keyboard and mouse to internal.d177ad7Moving scripts to internal subdirectory.6093c7fMoving images to doc subdirectory.923d57fMoving trig into numbers subdirectory.55efbe0Moving numbers to internal subdirectory.📊 Changes
156 files changed (+478 additions, -459 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
README.md(+36 -27)📝
container/container.go(+8 -6)📝
container/container_test.go(+12 -12)📝
container/draw.go(+4 -4)📝
container/draw_test.go(+7 -7)📝
container/focus.go(+3 -3)📝
container/focus_test.go(+7 -7)📝
container/options.go(+4 -4)📝
container/traversal_test.go(+2 -2)📝
doc/hld.md(+1 -1)📝
doc/images/barchartdemo.gif(+0 -0)📝
doc/images/buttondemo.gif(+0 -0)📝
doc/images/donutdemo.gif(+0 -0)📝
doc/images/gaugedemo.gif(+0 -0)📝
doc/images/hld.graffle(+0 -0)📝
doc/images/hld.png(+0 -0)📝
doc/images/linechartdemo.gif(+0 -0)📝
doc/images/segmentdisplaydemo.gif(+0 -0)📝
doc/images/sparklinedemo.gif(+0 -0)...and 80 more files
📄 Description
Fixes #112
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.