mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #276] [MERGED] Improving the button widget. #295
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#295
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/276
Author: @mum4k
Created: 11/28/2020
Status: ✅ Merged
Merged: 11/28/2020
Merged by: @mum4k
Base:
devel← Head:243-button-improvements📝 Commits (10+)
891a672WIP: Button can be configured to accept multiple keys as triggers.3a0d044Allow button to specify multiple trigger keys.1925141Updating CHANGELOG.ce3adfbButton can be drawn without the shadow and animation.7364471Button can be drawn without horizontal padding around its text.0643120Button's support for cell options on each text cell.cf9554aRenaming WriteOptions to TextOptions.31c7a24Button now supports separate color values for text chunks.bb95f53Merge branch 'devel' into 243-form-demode41768Merge branch 'devel' into 243-form-demo📊 Changes
5 files changed (+1235 additions, -99 deletions)
View changed files
📝
CHANGELOG.md(+20 -1)📝
widgets/button/button.go(+149 -29)📝
widgets/button/button_test.go(+874 -48)📝
widgets/button/options.go(+107 -21)➕
widgets/button/text_options.go(+85 -0)📄 Description
Works on #243.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.