-
Notifications
You must be signed in to change notification settings - Fork 292
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: allow picking a default tool #372
Comments
@argyleink, I'd like to pick this one next. I believe looking into unrelated issues would give me a better overall understanding of the project |
sounds good 👍 this issue touches aspects of the chrome extension and how it integrates with the web component, def a different aspect of the tool as compared to the PR we just merged which dealt with selection and feature functions. |
@argyleink
pros:
cons:
While working on this one I've noticed that the current project configuration doesn't use Rollup for bundling
|
lovely comments! state machines! i've spent a lot of time with those =)
you still down to have this ticket? being able to choose a default tool with the same ux as a color would be nice. thoughts!? i super value your insights and contributions. thanks for communicating so well. |
current default tool is guides, but maybe a user wants to always start it up with style or a11y inspect.
rough list of tasks to complete this:
vis-bug.element.js
vis-bug.element.js
colormode.js
did but make an option list of visbug toolsVisBugModel
into extension js and map the tools from ittoolSelected(tool_choice)
on visbug.element from extension code (like colormode does)The text was updated successfully, but these errors were encountered: