aboutsummaryrefslogtreecommitdiff
path: root/src/site/store/config.js
Commit message (Collapse)AuthorAgeFilesLines
* fix: anon upload and domain fix for album links (#292)Zephyrrus2021-08-221-0/+7
|
* feat: show validation errors from joi on the frontendZephyrrus2021-06-171-9/+9
|
* fix: upload sizePitu2021-06-171-1/+1
|
* feat: fetch settings from apiPitu2021-06-171-6/+28
|
* feat: make frontend use database settingsPitu2021-06-171-16/+9
|
* chore: remove trailing commasZephyrrus2020-12-241-2/+2
|
* chore: eslint storesZephyrrus2020-07-071-3/+2
| | | | feat: merge album and images
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-021-0/+19
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)