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

Build a virtual whiteboard 613 #742

Merged
merged 15 commits into from
Oct 17, 2023

Conversation

one2code
Copy link
Contributor

@one2code one2code commented Oct 15, 2023

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

  • Code changes have been tested against prettier, or there are no code changes
  • I know how to update typings and have done so, or typings don't need updating

Semantic versioning classification:

  • This PR changes the codebase
    • This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
    • This PR changes the internal workings with no modifications to the external API (bug fixes, performance improvements)
  • This PR only includes non-code changes, like changes to documentation, README, etc.

@vercel
Copy link

vercel bot commented Oct 15, 2023

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

Name Status Preview Comments Updated (UTC)
million-kitchen-sink ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2023 11:37pm
sink ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2023 11:37pm

@CLAassistant
Copy link

CLAassistant commented Oct 15, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@tobySolutions tobySolutions left a 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 🤔

@tobySolutions
Copy link
Contributor

I'm gonna merge this for now, though.

@tobySolutions tobySolutions merged commit 51209ae into aidenybai:main Oct 17, 2023
@one2code
Copy link
Contributor Author

@tobySolutions Is it ok to create another PR with updates? I also found a bug as well.

@tobySolutions
Copy link
Contributor

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 block though, thanks!

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