From 135f0b1e0df1503a509963397988da05fcd850af Mon Sep 17 00:00:00 2001 From: David Evans Date: Mon, 7 May 2018 20:27:51 +0100 Subject: [PATCH] Improve editor and library pages on iOS --- index.html | 7 +- lib/sequence-diagram-web.js | 2 + lib/sequence-diagram-web.min.js | 2 +- lib/sequence-diagram.js | 2 + library.htm | 1 + scripts/core/DOMWrapper.mjs | 2 + web/lib/editor.js | 355 ++++++++++++++++++++-------- web/lib/editor.min.js | 2 +- web/scripts/editor.mjs | 7 +- web/scripts/interface/Interface.mjs | 346 +++++++++++++++++++-------- web/styles/editor.css | 155 ++++++++++-- web/styles/library.css | 119 +++++++++- 12 files changed, 776 insertions(+), 224 deletions(-) diff --git a/index.html b/index.html index 4b2bbf7..1c2a566 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,9 @@ img-src 'self' blob:; form-action 'none'; "> + + + Sequence Diagram @@ -89,8 +92,8 @@

Loading…