aboutsummaryrefslogtreecommitdiff
path: root/src/site/store/alert.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove trailing commasZephyrrus2020-12-241-3/+3
|
* refactor: refactor most of the admin pages to use the store instead of ↵Zephyrrus2020-07-091-5/+13
| | | | internal states
* chore: eslint storesZephyrrus2020-07-071-4/+3
| | | | feat: merge album and images
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-021-0/+26
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)