aboutsummaryrefslogtreecommitdiff
path: root/src/site/store/images.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: style changesPitu2020-12-251-1/+1
|
* bug: fix showlist resetting itself every time the page is changedZephyrrus2020-12-241-3/+18
| | | | bug: fix store not commiting search results
* chore: remove trailing commasZephyrrus2020-12-241-7/+7
|
* feat: Add hiding to recommendations as a propZephyrrus2020-07-231-0/+6
| | | | fix: change some of the regexes to remove , and ; as separator support because the query parser doesn't understad them and I don't feel like dealing with all the edge cases introduces by it
* feat: add new search inputZephyrrus2020-07-221-0/+1
| | | | For now, it clones the autocomplete from buefy, untill a PR or resolution to the opened issue about not being able to manipulate how the suggestions are applied is found
* feat: implement all-in-one file detail viewer, tag editor and album ↵Zephyrrus2020-07-201-0/+27
| | | | selection modal
* feat: Start working on a new album/tags/image info modalZephyrrus2020-07-191-5/+22
|
* 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)