From 6d84d008edaff14b0804ab152faecab577ab5005 Mon Sep 17 00:00:00 2001 From: Piotr Date: Tue, 23 Apr 2024 15:38:09 +0200 Subject: [PATCH] Update web editor layout and add scripts The editor's layout in edytor.html has been significantly modified. An additional javascript source, 'leader-line.min.js', is now being loaded, and new layout elements including input fields and buttons have been introduced. Additionally, predefined values for the monaco editor AND a new scripts template are provided. --- web/public/views/edytor.html | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/web/public/views/edytor.html b/web/public/views/edytor.html index c24aa78..d28dcb0 100644 --- a/web/public/views/edytor.html +++ b/web/public/views/edytor.html @@ -3,21 +3,39 @@ Monaco Editor with Echo + + {{template "styles" .}} -
+ +
+
+
+ + +
+
+
+
+
+
+
+ +
+
+
+{{template "scripts" .}}