vue-toaster icon indicating copy to clipboard operation
vue-toaster copied to clipboard

✨ New feature - `position: center` option. #hacktoberfest

Open richardevcom opened this issue 1 year ago • 2 comments

Heyo! 👋

As part of #hacktoberfest I found your repo. I'm huge Vue.js fan so I checked out the source code and figured out it's missing center position option.

So - I added one.

As per your logic, I replicated position option with new value center. Also, since it's centered toast, I figured the animation has to fade in and grow, so I added transform: scale(1) instead.

P.S. I hope my formatter's code reformat doesn't bother you. If so, reach out and I will save it without formatting.

Best, Richard

richardevcom avatar Oct 08 '23 12:10 richardevcom

Hi, @richardevcom, thank you for contributing!

There are many unnecessary changes in your Pull Request. Please undo spacing and line wrapping changes, and keep only those changes that are essential to your contribution.

jprodrigues70 avatar Oct 10 '23 13:10 jprodrigues70

@jprodrigues70 yeah I didn't notice the formatting only after pushing && submitting PR. I reset everything and manually submitted changes. Formatting issue is now resolved.

richardevcom avatar Oct 10 '23 22:10 richardevcom