-
Notifications
You must be signed in to change notification settings - Fork 0
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(admin): events management #7
Conversation
app.config.ts
Outdated
notifications: { | ||
position: 'bottom-0 left-0', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why this is included?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For configuring where the NuxtUI notifications will show
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohh, by default it doesn't show correctly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does, but shows on the bottom right. Saw it from the documentation that you can configure the rendering location by adding it there (https://ui.nuxt.com/overlays/notification)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. Does this affect mobile? Or will it show bottom center on mobile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'll return bottom center on mobile
Good attempt @Ethan-Chew! I closed #3 in favor of this but let me know if you have something in that PR you want to merge into here. Left a few comments for your review 👍🏻 |
Remember to lint your code (: ! |
Deploying with Cloudflare Pages
|
This reverts commit 658acda.
@Ethan-Chew want to help review then i'll merge in? |
Related issue #10 |
No description provided.