subdavis / Tusk

🐘 🔒 KeePass-compatible browser extension for filling passwords.
https://subdavis.com/Tusk
Other
475 stars 73 forks source link

Re-Write State Management With Vuex #259

Closed subdavis closed 3 weeks ago

subdavis commented 5 years ago

Feature Request

A feature you'd like to see

Completely gut any state-related functions into a Vuex pattern.

Alternatives you've considered

n/a Vuex is the gold standard for Vue.js state management.

Additional remarks

I'd really like to get to #5 within a few months. To do that, we need sane state, and the current method of just doing it everywhere is garbage. It's poorly implemented and I feel bad about that.

Also, this will allow us to be much better with testing, and break lots of functionality into non-vue components.

subdavis commented 3 weeks ago

Vuex is dead, Tusk needs a vue 3 rewrite which it's unlikely to get.