From 575c0ab730e2c8f32d6eec4e1ccefbc8d9aa46d7 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 20 Nov 2024 02:52:46 +0100 Subject: [PATCH] [UI] FileEditor improvements. - Switched to dark mode (I couldn't find any decent light theme combination that works with the Platypush UI). - Support passing static `content` and `content-type` rather than only a `file`. - Pass the `with-save` property from `EditorModal` to `Editor`. --- .../webapp/src/components/File/Editor.vue | 111 ++++++++++++------ .../src/components/File/EditorModal.vue | 14 ++- 2 files changed, 88 insertions(+), 37 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/File/Editor.vue b/platypush/backend/http/webapp/src/components/File/Editor.vue index 235e34f23e..c9d608e6de 100644 --- a/platypush/backend/http/webapp/src/components/File/Editor.vue +++ b/platypush/backend/http/webapp/src/components/File/Editor.vue @@ -33,7 +33,7 @@