-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Recipe - List of Commands to be executed #439
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/negu3/meme-box/5sR34a7XexD9SxgQFphFQAGeA8qC [Deployment for 47d5741 failed] |
…ature/clickable-logic # Conflicts: # projects/recipe-core/src/lib/command-blocks.memebox.ts # projects/recipe-core/src/lib/command-blocks.obs.ts # projects/recipe-core/src/lib/generateCodeByRecipe.ts
import {map} from "rxjs/operators"; | ||
import {ActionVariableTypes} from "@memebox/action-variables"; | ||
import { Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges } from '@angular/core'; | ||
import { DialogService } from "../../../../../src/app/shared/dialogs/dialog.service"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extract or use a function or something - so that the library doesn't have to import from the main app
3 Months This feature is landed.. 😁 |
This will be a feature to use the functionality of scripts but without having to write code
TODO:
Recipe
Structure to Script CodeCommand Block
sRecipe
Recipe
Command Block
Command Block
or Preview ImageInitial
Command Block
(UI and Script Part works):