aboutsummaryrefslogtreecommitdiff
path: root/src/site/plugins/axios.js
Commit message (Collapse)AuthorAgeFilesLines
* RebrandPitu2020-12-251-1/+1
|
* Fix ESLint rules once and for allPitu2020-12-241-3/+3
|
* chore: remove trailing commasZephyrrus2020-12-241-2/+2
|
* refactor: finish refactoring all the components to use vuexZephyrrus2020-07-101-2/+2
|
* chore: linter the entire project using the new rulesZephyrrus2020-07-081-6/+6
|
* fix: fix axios plugin throwing if no message from backendZephyrrus2020-07-041-6/+15
|
* feat: start refactoring the code to actually use vuexZephyrrus2020-07-021-4/+5
| | | | 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)
* fix: dispatch logout from axios if token expiresZephyrrus2020-06-291-0/+4
|
* Globally catch exceptionsPitu2019-04-241-23/+12
|
* Added axios packagePitu2019-03-291-0/+29