| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: style changes | Pitu | 2020-12-25 | 1 | -1/+1 |
| | | |||||
| * | bug: fix showlist resetting itself every time the page is changed | Zephyrrus | 2020-12-24 | 1 | -3/+18 |
| | | | | | bug: fix store not commiting search results | ||||
| * | chore: remove trailing commas | Zephyrrus | 2020-12-24 | 1 | -7/+7 |
| | | |||||
| * | feat: Add hiding to recommendations as a prop | Zephyrrus | 2020-07-23 | 1 | -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 input | Zephyrrus | 2020-07-22 | 1 | -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 ↵ | Zephyrrus | 2020-07-20 | 1 | -0/+27 |
| | | | | | selection modal | ||||
| * | feat: Start working on a new album/tags/image info modal | Zephyrrus | 2020-07-19 | 1 | -5/+22 |
| | | |||||
| * | refactor: finish refactoring all the components to use vuex | Zephyrrus | 2020-07-10 | 1 | -7/+8 |
| | | |||||
| * | refactor: refactor most of the admin pages to use the store instead of ↵ | Zephyrrus | 2020-07-09 | 1 | -1/+1 |
| | | | | | internal states | ||||
| * | refactor: refactor grid to use vuex for every action | Zephyrrus | 2020-07-08 | 1 | -2/+67 |
| | | |||||
| * | chore: eslint stores | Zephyrrus | 2020-07-07 | 1 | -20/+25 |
| | | | | | feat: merge album and images | ||||
| * | feat: add video preview on hover to dashboard and apply new linter rules to ↵ | Zephyrrus | 2020-07-05 | 1 | -2/+2 |
| | | | | | some of the files | ||||
| * | feat: refactor account to use vuex, fix small presentational components | Zephyrrus | 2020-07-02 | 1 | -2/+2 |
| | | |||||
| * | feat: start refactoring the code to actually use vuex | Zephyrrus | 2020-07-02 | 1 | -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) | |||||