Add global settings form (#303)

* Add settings store

* Use brand variable in app.vue

* wip

* Add global settings form, refactor project error type

* Fix codesmell
This commit is contained in:
Rijk van Zanten
2020-04-03 16:13:40 -04:00
committed by GitHub
parent 11f9a7f89c
commit 670103a523
16 changed files with 303 additions and 36 deletions

View File

@@ -67,6 +67,11 @@
"page_not_found": "Page Not Found",
"page_not_found_body": "The page you are looking for doesn't seem to exist.",
"setting_update_success": "Setting {setting} updated",
"setting_update_failed": "Updating setting {setting} failed",
"settings_update_success": "Settings updated",
"settings_update_failed": "Updating settings failed",
"about_directus": "About Directus",
"activity": "Activity",
"activity_log": "Activity Log",