From 3abcd9563baf1d03dc043c46353705e5ba82b7f8 Mon Sep 17 00:00:00 2001 From: zosimovaa Date: Mon, 23 Feb 2026 09:22:26 +0300 Subject: [PATCH] feat: add monaco editor and align markdown toggle in tabs --- index.html | 4 +- src/main.js | 2 + src/ui/AppView.js | 49 +++++++++++- src/ui/MonacoEditorAdapter.js | 146 ++++++++++++++++++++++++++++++++++ styles.css | 19 +++-- 5 files changed, 210 insertions(+), 10 deletions(-) create mode 100644 src/ui/MonacoEditorAdapter.js diff --git a/index.html b/index.html index ffc4b0d..440edc4 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ AI Project Editor MVP +
@@ -31,10 +32,11 @@
+
- +