Philosocode / okane

0 stars 0 forks source link

FE: Replace finance Pinia stores with `provide inject` #80

Closed Philosocode closed 1 week ago

Philosocode commented 1 week ago

Description

All the finance stores will only be used on the finances page. Since this isn't global, app-wide state, I think it would be better to switch to provide inject.

Tasks