aboutsummaryrefslogtreecommitdiff
path: root/src/site/store/images.js
Commit message (Collapse)AuthorAgeFilesLines
* refactor: finish refactoring all the components to use vuexZephyrrus2020-07-101-7/+8
|
* refactor: refactor most of the admin pages to use the store instead of ↵Zephyrrus2020-07-091-1/+1
| | | | internal states
* refactor: refactor grid to use vuex for every actionZephyrrus2020-07-081-2/+67
|
* chore: eslint storesZephyrrus2020-07-071-20/+25
| | | | feat: merge album and images
* feat: add video preview on hover to dashboard and apply new linter rules to ↵Zephyrrus2020-07-051-2/+2
| | | | some of the files
* feat: refactor account to use vuex, fix small presentational componentsZephyrrus2020-07-021-2/+2
|
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-021-0/+56
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)