-
Notifications
You must be signed in to change notification settings - Fork 1.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
Adds fieldPosition
to ui.itemView
allowing fields to be moved to the sidebar
#8075
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This comment was marked as resolved.
This comment was marked as resolved.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
good to see a start on UI improvements. I hope we can see custom actions in sidebar or other places (v5 UI Hooks) soon. |
db96446
to
e99307a
Compare
5754a9d
to
95e52e0
Compare
80155b1
to
0d2a8a7
Compare
Awesome, Thanks! It would be great if this can be added to ui.createView as well. |
@borisno2 is |
@gautamsi not exactly, there are some caveats around how to manage expectations when a create modal is used. |
Adds the ability to set a field's
fieldPosition
inui.itemView
to eitherform
(standard behaviour) orsidebar
- places the field under theid
field in the sidebar.