summaryrefslogtreecommitdiffstats
path: root/src/store
AgeCommit message (Expand)Author
2024-01-02fix: ESLint errorsSean Molenaar
2023-10-06make ActionParams generic to make it clear what is available in each vuex fileDevlin Junker
2023-10-06tests and some cleanupDevlin Junker
2023-10-06cleanupDevlin Junker
2023-10-06display vue errors and axios errors in top right popoverDevlin Junker
2023-10-05add unit testsDevlin Junker
2023-10-05tested with audio and video feedsDevlin Junker
2023-09-20store testsDevlin Junker
2023-09-20start on testsDevlin Junker
2023-09-20all sidebar actions workingDevlin Junker
2023-09-20remaining feed actionsDevlin Junker
2023-09-203 more feed actionsDevlin Junker
2023-09-20adding pinned feedsDevlin Junker
2023-09-20start hooking up actions to backendDevlin Junker
2023-09-15add routes for folder items and all itemsDevlin Junker
2023-09-03move backend call details to servicesDevlin Junker
2023-09-03add comments and remove start parameterDevlin Junker
2023-09-03fix loading bug and move to feed-display directoryDevlin Junker
2023-08-28add Feed component and filtering in FeedItemDisplayListDevlin Junker
2023-08-26More cleanup and started on unit testsDevlin Junker
2023-08-26add logic to fetch more starredDevlin Junker
2023-08-26add unread route and componentDevlin Junker
2023-08-22connect actions to backendDevlin Junker
2023-08-22match style from current appDevlin Junker
2023-08-22basic starred items list with VirtualScroll componentDevlin Junker
2023-08-22started on fetching starred items from backend and displaying with for loopDevlin Junker
2023-08-11fix linting errorsDevlin Junker
2023-08-11fix add + create folderDevlin Junker
2023-08-11use eslint --fix to clean up linting errorsDevlin Junker
2023-08-11cleanup of angular directivesDevlin Junker
2023-08-11add feed pretty much worksDevlin Junker
2022-12-06clean up commented out linesDevlin Junker
2022-12-06basic tests for storeDevlin Junker
2022-12-06start on state/store testsDevlin Junker
2022-12-06lint the .ts and spec.ts files alsoDevlin Junker
2022-12-06modularize store files and fix unit testsDevlin Junker
2022-12-06split store into multiple filesDevlin Junker
2022-12-06moved store to separate file and started using constants for action/mutation ...Devlin Junker