Skip to content
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

Jaredlim/bxc 112 blank project #120

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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.

@@ -76,6 +76,7 @@ const SaveButton = () => {
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

@@ -52,7 +52,7 @@ export const FileDropDown = ({ cloudEnabled }: FielDropDownProps) => {
}

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.

3 participants