Ver Fonte

v0.16.0

Ahmad Kholid há 3 anos atrás
pai
commit
6e54dd66cc
3 ficheiros alterados com 3 adições e 2 exclusões
  1. 1 1
      package.json
  2. 1 1
      src/newtab/pages/workflows/[id].vue
  3. 1 0
      src/utils/shared.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "automa",
-  "version": "0.15.4",
+  "version": "0.16.0",
   "description": "An extension for automating your browser by connecting blocks",
   "license": "MIT",
   "repository": {

+ 1 - 1
src/newtab/pages/workflows/[id].vue

@@ -409,7 +409,7 @@ onUnmounted(() => {
 <style>
 .ghost-task {
   height: 40px;
-  @apply bg-box-transparent;
+  @apply bg-gray-200;
 }
 .ghost-task:not(.workflow-task) * {
   display: none;

+ 1 - 0
src/utils/shared.js

@@ -555,6 +555,7 @@ export const tasks = {
       loopData: '[]',
       description: '',
       referenceKey: '',
+      specificRowAndCol: false,
       loopThrough: 'data-columns',
     },
   },