summaryrefslogtreecommitdiffstats
path: root/src/components/Explore.vue
AgeCommit message (Expand)Author
2023-08-28basic unit testsDevlin Junker
2022-12-06start on state/store testsDevlin Junker
2022-12-06cleanup and renamingDevlin Junker
2022-12-06split store into multiple filesDevlin Junker
2022-11-02fix lintingDevlin Junker
2022-11-02fix tests with proper mockingDevlin Junker
2022-11-02use newer libraries and clean up eslintDevlin Junker
2022-11-02test file for each componentDevlin Junker
2022-11-02outline Sidebar specsDevlin 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-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