summaryrefslogtreecommitdiffstats
path: root/src/components/AddFeed.vue
AgeCommit message (Expand)Author
2023-10-11cleaning up explore pageDevlin Junker
2023-10-01add warning message generated with PHP, also check for subcribe_to parameterDevlin Junker
2023-08-11fix wrong propertyDevlin Junker
2023-08-11use eslint --fix to clean up linting errorsDevlin Junker
2023-08-11fix indentationDevlin Junker
2023-08-11clean up commentsDevlin Junker
2023-08-11fix indentationDevlin Junker
2023-08-11finished unit testsDevlin Junker
2023-08-11fix formattingDevlin Junker
2023-08-11clean upDevlin Junker
2023-08-11cleanup of angular directivesDevlin Junker
2023-08-11add feed pretty much worksDevlin 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-02use newer libraries and clean up eslintDevlin Junker
2022-11-02test file for each componentDevlin Junker
2022-11-02clean up linting errorsDevlin Junker
2022-10-04move types to separate filesDevlin Junker
2022-10-04move all components to typescript 'Vue.extend({ ... ' syntaxDevlin Junker
2022-10-03fix editor config and spaces inside of quotesDevlin Junker
2022-10-03change linting rule from spaces to tabs to match typical vue lintingDevlin Junker
2022-06-09[Vue Rewrite] Fix CI Jobs (#1816)devlinjunker
2022-05-22Vue RewriteHK2FB