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

feat: support dynamic position #68

Merged
merged 1 commit into from
May 7, 2024

Conversation

motea927
Copy link

@motea927 motea927 commented May 7, 2024

Description:

This update introduces support for dynamic positioning in the application. The existing functionality remains unaffected, ensuring seamless operation even after the implementation of this enhancement.

To ensure the proper functioning of the dynamic positioning feature, the following code can be utilized for testing:

// src/components/Position.vue
const handleChangePosition = (activePosition: Position) => {
  toast('Event has been created', {
    description: 'Monday, January 3rd at 6:00pm',
    position: activePosition
  })
}

This code snippet facilitates testing the dynamic positioning behavior and confirms that it aligns with the intended functionality.

Related issue (if exists):
#64

Copy link

vercel bot commented May 7, 2024

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

Name Status Preview Comments Updated (UTC)
vue-sonner ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 4:44am

Copy link
Owner

@xiaoluoboding xiaoluoboding left a comment

Choose a reason for hiding this comment

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

LGTM

@xiaoluoboding xiaoluoboding merged commit 543a767 into xiaoluoboding:main May 7, 2024
2 checks passed
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.

2 participants