0.49.0
Custom links can now be added to the sidebar. This allows quick navigation to specific pages in the admin, or to external websites.
For example:
create_admin(
sidebar_links={
"Top Movies": "/admin/#/movies/?__order=-popularity",
},
...
)This is how it looks:
Thanks to @sinisaos for adding this.
