-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: payload admin bar #3684
feat: payload admin bar #3684
Conversation
fix: logout button rendering conditions
fix: react and react-dom peer dependencies
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.
Do we plan on supporting this plugin for 3.0?
If so, we need to get this building, and we can get it imported.
This isn't a plugin, it's a standalone pkg. This is something we will want to continue to maintain. I'll see about updating this PR. |
b5f1f48
to
8fa48dc
Compare
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.
Looks good. A screenshot in the PR description would be nice, as many likely have not seen this 👍
Looks like the normal build flow was somehow skipped. Should figure that out before merging. |
8fa48dc
to
06928d2
Compare
🚀 This is included in version v3.27.0 |
Thank you for merging it into core. Do you have plans to add support for multiple locales when using localized Payload with Next.js with |
Imports https://github.com/payloadcms/payload-admin-bar into the Payload monorepo. This package will now be regularly maintained directly alongside all Payload packages and now includes its own test suite.
A few changes minor have been made between v1.0.7 and latest:
The package name has changed from
payload-admin-bar
to@payloadcms/admin-bar
.The
collection
prop has been renamed tocollectionSlug
The
authCollection
prop has been renamed toauthCollectionSlug
Here's a screenshot of the admin bar in use within the Website Template: