Skip to content

Conversation

@azure-kyuri
Copy link
Collaborator

added blank project option (#112 )

@linear
Copy link

linear bot commented Sep 24, 2023

BXC-112 Select Thread Trigger Event

Summary

Implement how users will designate which event will trigger a thread's script

Requirements

  • Implement a visual way to edit each target's thread
  • Implement a way to choose a thread's trigger event
    • And choose or set corresponding option if needed.

const { saveProject } = useProjectActions();

const handleSaveNow = async () => {
console.log("Pressed save")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed debug statement


const authenticatedOptions = [
{ label: "New", onClick: handleNew},
{ label: "New Blank Project", onClick: handleNew},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change the current functionality? Right now on my local machine, I still get the template project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants