Closed tom00502 closed 2 months ago
Name | Link |
---|---|
Latest commit | 6c27584da8d7ee1c483cdda42305caa2d1a7a131 |
Latest deploy log | https://app.netlify.com/sites/vuestic-docs/deploys/66e7de0fff5b8f00085b2a44 |
Deploy Preview | https://deploy-preview-4377--vuestic-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 57 Accessibility: 98 Best Practices: 100 SEO: 92 PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 6c27584da8d7ee1c483cdda42305caa2d1a7a131 |
Latest deploy log | https://app.netlify.com/sites/vuestic-storybook/deploys/66e7de0f72c18d0008d41da3 |
Deploy Preview | https://deploy-preview-4377--vuestic-storybook.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
I updated missing animations.
Add bottom-center, top-center position options to VaToast
Description
Two new position options have been added to Vatoast: 'top-center' and 'bottom-center'.
closes https://github.com/epicmaxco/vuestic-ui/issues/4373
'top-center': Displays the toast at the top center of the screen. 'bottom-center': Displays the toast at the bottom center of the screen. The Y-axis shift overlay and fade-out animation when the toast appears have been taken into account.
In order to handle the relationship of the animation starting point, it was necessary to add the 'center' class to the toast for these two options.
Types of changes