-
-
Notifications
You must be signed in to change notification settings - Fork 580
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
Build a virtual whiteboard 613 #742
Build a virtual whiteboard 613 #742
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Hey there @one2code, you didn't use the block()
function from Million at all 🤔
I'm gonna merge this for now, though. |
@tobySolutions Is it ok to create another PR with updates? I also found a bug as well. |
Please go for it @one2code; sorry I think some things I pushed earlier messed up the repo and your PR. Go ahead and make another PR please. Make sure to use more of |
Please describe the changes this PR makes and why it should be merged:
Designed and created a virtual whiteboard with in React-TS with Million.js, that allows the user to select their input color and the modes: draw, write, line, erase, undo, and redo. This fulfills the criteria laid out in #613, as part of Million.js 's Hacktoberfest event.
I made a further commit to resolve issues with the way the color input button was being rendered in Chrome vs Firefox. In Chrome, padding was being added by default that crushed the visibility of the selected color inside of the button. I added values specific to Chrome and Firefox to make the button look similar between the two browsers for a more consistent user experience.
Status
Semantic versioning classification: