summaryrefslogtreecommitdiffstats
path: root/src/main.js
AgeCommit message (Expand)Author
2024-01-02fix: ESLint errorsSean Molenaar
2023-10-19cleanup old cron stuff and make cron-warning.js part of build so it can be co...Devlin Junker
2023-10-19fix bug using php template for warning messageDevlin Junker
2023-10-06tests and some cleanupDevlin Junker
2023-10-06display vue errors and axios errors in top right popoverDevlin Junker
2023-10-01add warning message generated with PHP, also check for subcribe_to parameterDevlin Junker
2023-08-09fix unit test and linting errorsDevlin Junker
2022-12-23split out routing and add another routeDevlin Junker
2022-12-06modularize store files and fix unit testsDevlin Junker
2022-12-06cleanDevlin Junker
2022-12-06moved store to separate file and started using constants for action/mutation ...Devlin 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