Replace vuex by pinia #7

Merged
jacob1123 merged 14 commits from pinia into master 2022-02-11 23:20:06 +01:00

14 Commits

Author SHA1 Message Date
jacob1123 cd0b370b50 Fix typescript errors 2022-02-11 22:18:00 +00:00
jacob1123 1af69b047d Fix mapping for menu in App.vue 2022-02-11 22:03:37 +00:00
jacob1123 f6cb6d4163 Do not use useStorage for root state 2022-02-11 22:03:26 +00:00
jacob1123 45389e01be Use vueuse useStorage instead of manually using localStorage 2022-02-11 21:38:06 +00:00
jacob1123 5868c3310e Fix Map.values() access and convert to array 2022-02-10 18:07:52 +00:00
jacob1123 1dc818f51f Add pinia-logger 2022-02-10 16:30:53 +00:00
jacob1123 0e342f2bcf Try to move perstisting to stores 2022-02-10 16:30:42 +00:00
jacob1123 21dcd7837b Bugfixes 2022-02-10 16:07:29 +00:00
jacob1123 c693625e34 Remove vuex 2022-02-10 15:49:30 +00:00
jacob1123 8b0e368d58 Fix return type of AuthHeaders 2022-02-10 13:35:51 +00:00
jacob1123 0c094d6f6b And on 2022-02-09 23:16:16 +00:00
jacob1123 9b8ae7a44d And on… 2022-02-09 23:14:48 +00:00
jacob1123 08330ce33c Migrate farther 2022-02-09 23:12:26 +00:00
jacob1123 2d0737a10c First step from vuex to pinia 2022-02-09 23:08:43 +00:00