summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-08-09upmerged from masterDevlin Junker
2022-12-23rename to typescript fileDevlin Junker
2022-12-23split out routing and add another routeDevlin Junker
2022-12-06clean up commented out linesDevlin Junker
2022-12-06clean up linting warningsDevlin 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-06cleanDevlin 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-12-01add back translate to admin main js fileDevlin Junker
2022-12-01add unit tests for admin settingsDevlin Junker
2022-12-01add unit tests for admin settingsDevlin Junker
2022-12-01fix admin page getRequestToken() callDevlin Junker
2022-11-17fix extraneous import errorDevlin Junker
2022-11-17fix lintingDevlin Junker
2022-11-17upmerging master into vue-rewriteDevlin 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-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-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-07-04[Vue Rewrite] Enable Typescript Vue Components (#1831)devlinjunker
2022-06-09[Vue Rewrite] Fix CI Jobs (#1816)devlinjunker
2022-05-22Vue RewriteHK2FB