third-stats icon indicating copy to clipboard operation
third-stats copied to clipboard

Migrate to Pinia stores

Open devmount opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, options are stored with vanilla local storage. Which is fine, but not very easy to maintain or extend.

Describe the solution you'd like Use Pinia store for

  • [ ] add-on options
  • [ ] filter values
  • [ ] stats store

Describe alternatives you've considered There are a lot of store solutions. Pinia is easy to use.

Additional context https://pinia.vuejs.org/

devmount avatar Nov 14 '23 00:11 devmount