Skip to content

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

@vercel
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
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