summaryrefslogtreecommitdiffstats
path: root/src/components/Sidebar.vue
AgeCommit message (Expand)Author
2023-10-01Merge branch 'vue-rewrite' into share-itemdevlinjunker
2023-10-01add warning message generated with PHP, also check for subcribe_to parameterDevlin Junker
2023-09-26working share componentDevlin Junker
2023-09-20add all iconsDevlin Junker
2023-09-20start on testsDevlin Junker
2023-09-20confirm mark all read and feed counter inside folderDevlin Junker
2023-09-20all sidebar actions workingDevlin Junker
2023-09-20remaining feed actionsDevlin Junker
2023-09-20adding pinned feedsDevlin Junker
2023-09-20start hooking up actions to backendDevlin Junker
2023-09-15cleanup sidebar and translationsDevlin Junker
2023-09-15add routes for folder items and all itemsDevlin Junker
2023-08-28basic unit testsDevlin Junker
2023-08-28add Feed component and filtering in FeedItemDisplayListDevlin 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-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-23split out routing and add another routeDevlin Junker
2022-12-06start on state/store testsDevlin Junker
2022-12-06modularize store files and fix unit testsDevlin Junker
2022-12-06cleanup and renamingDevlin 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
2022-11-02fix lintingDevlin Junker
2022-11-02fix tests with proper mockingDevlin Junker
2022-11-02more package cleanup and some basic tests for SidebarDevlin Junker
2022-11-02use newer libraries and clean up eslintDevlin Junker
2022-10-04move types to separate filesDevlin Junker
2022-10-04move all components to typescript 'Vue.extend({ ... ' syntaxDevlin Junker
2022-10-03change linting rule from spaces to tabs to match typical vue lintingDevlin Junker
2022-07-04[Vue Rewrite] Enable Typescript Vue Components (#1831)devlinjunker
2022-06-09[Vue Rewrite] Fix CI Jobs (#1816)devlinjunker
2022-05-22Vue RewriteHK2FB