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

Settings #608

Open
wants to merge 13 commits into
base: blocks-to-code
Choose a base branch
from
Open

Settings #608

wants to merge 13 commits into from

Conversation

just6660
Copy link
Collaborator

@just6660 just6660 commented Jul 5, 2022

settings and spotlight search

@vercel
Copy link

vercel bot commented Jul 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nova-editor ✅ Ready (Inspect) Visit Preview Jul 21, 2022 at 2:58PM (UTC)

settingsBtn.addEventListener("click", () => {
this.renderSettings();
});
}
Copy link
Owner

Choose a reason for hiding this comment

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

add a function here that would toggle each of the settings.

}

this.settingsObject = {
"Coloured Blocks": true,
Copy link
Owner

Choose a reason for hiding this comment

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

use an enum for these strings

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.

None yet

2 participants