-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use 'config' Pinia store - drop the usage of 'config' Vuex …
…module (#4) * refactor: clean code * refactor: create a 'config' pinia store and a 'config' interface in Typescript * refactor: remove the usage of 'config' Vuex module and instead use 'config' Pinia store * refactor: adapt other components to now use 'config' Pinia store * refactor: minor * refactor: refine 'Config' interface in Typescript to adhere to 'custom' config * refactor: changes in 'Config' interface * refactor: use 'config' Pinia Store in different components, remove 'config' Vuex Module --------- Co-authored-by: malkja <[email protected]>
- Loading branch information
1 parent
269e814
commit 44f535f
Showing
35 changed files
with
799 additions
and
739 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.