feat: improve drafts and diffs (#2534)

* feat: improve drafts and diffs

* feat: add scripts diff button

* fix: remove diff drawer in scripts/add

* fix: nits

* feat: diffs for flows and apps w/ deep comparison

* fix: flow preview buttons height

* fix: use ordered json stringify

* fix: code view

* fix: temp flow diffs

* fix: flow diffs merge conflict
This commit is contained in:
HugoCasa
2023-11-04 08:45:03 +01:00
committed by GitHub
parent 543fae77a7
commit 3bfc2c81d2
31 changed files with 1140 additions and 256 deletions
@@ -277,7 +277,6 @@
on:move={async ({ detail }) => {
if (!$moving || $moving.module.id !== detail.module.id) {
if (detail.module && detail.modules) {
console.log('MOVE+')
$moving = { module: detail.module, modules: detail.modules }
}
} else {