mirror of
https://github.com/directus/directus.git
synced 2026-02-11 03:15:07 -05:00
* Fix paths of imports * Process not-found.vue as ts To prevent the following error from 'vue-tsc': error TS6504: File '/Users/pascal/Development/directus/app/src/modules/insights/routes/not-found.vue.js' is a JavaScript file. Did you mean to enable the 'allowJs' option? Note: We could also enable 'allowJS' but since this is the only js file this seems to be a more fitting fix * Drop hljs language definition for GraphQL (now in core) * Enhance bug reporting from within the app * Simplify simplify simplify --------- Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Views
Views are the top-level parent component that are used in all modules. Directus will only have two Views for the
foreseeable future: public and private for non-authenticated and authenticated routes respectively.