devmount / third-stats

Thunderbird add-on turning your emails into beautifully visualized email account stats. Built with Vue.js and Chart.js
https://addons.thunderbird.net/thunderbird/addon/thirdstats/
MIT License
219 stars 27 forks source link

Composition API for Options component #419

Closed devmount closed 1 year ago

devmount commented 1 year ago

Description of the Change

This change is just a technical switch from options API to composition API for the options component as well as related components.

Benefits

Better organized code.

Applicable Issues

None