This commit is contained in:
2020-09-10 13:50:36 +00:00
parent 0e8778a902
commit 6baaae63f4
2 changed files with 2 additions and 5 deletions

View File

@@ -5,6 +5,8 @@
GENERAL TODO ITEMS THAT CAME UP DOING THIS SECTION
TODO: Deploy to linux server and test reporting stuff out
todo: chunk-vendors has fa-brands in it which is fucking huge, what else is in there I don't need?
eradicate fa-brands!
Looks like I'm doing it wrong, I was using a generic NPM module when there is a Vue specific one that also has guidance to limit to just the icons I actually use:

View File

@@ -137,11 +137,6 @@ import * as monaco from "monaco-editor";
/*TODO:
logo example report
build release for joyce to play with and give feedback
Is the report list filtered by roles? It should not present reports that a user is not permitted to use by role.
Add sanitize html for Marked markdown helper as in Wiki control