thunderbird / thunderbird/services-ui
Refactor button properties
Open
@devmount is already working on this.
Since Oct 6, 2025.
BREAKING
enhancement
- Dominant language
- Vue
- Stars
- 9
- Forks
- 1
- Avg merge
- 6h 58m
- Merged PRs (30d)
- 6
Description
We currently use a type property for different button styles, which can be easily confused with the native button type prop.
Proposal:
- Change the
typeprop to be exactly like the native button type - Change the
variantprop (former type) to reflect the button flavor (primary, secondary, etc) - Add
outlineprop (former variant) as boolean if the button is rendered as outline only
This would be much more intuitive for devs.
Originally posted by @devmount in https://github.com/thunderbird/services-ui/issues/168#issuecomment-3362618340
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.