aboutsummaryrefslogtreecommitdiff
path: root/src/site/store/auth.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix ESLint rules once and for allPitu2020-12-241-3/+3
|
* chore: remove trailing commasZephyrrus2020-12-241-7/+7
|
* refactor: finish refactoring all the components to use vuexZephyrrus2020-07-101-1/+5
|
* refactor: refactor most of the admin pages to use the store instead of ↵Zephyrrus2020-07-091-2/+8
| | | | internal states
* chore: linter the entire project using the new rulesZephyrrus2020-07-081-0/+4
|
* feat: add new sidebar with mdi icons and active reactivityZephyrrus2020-07-081-0/+1
|
* chore: eslint storesZephyrrus2020-07-071-12/+5
| | | | feat: merge album and images
* feat: add video preview on hover to dashboard and apply new linter rules to ↵Zephyrrus2020-07-051-10/+10
| | | | some of the files
* feat: refactor account to use vuex, fix small presentational componentsZephyrrus2020-07-021-1/+38
|
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-021-0/+61
This includes creating multiple stores as needed for components and removing all complex states from components (since all those states should be stored in vuex)