Skip to content

0.49.0

Choose a tag to compare

@dantownsend dantownsend released this 25 May 22:47

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:

image

Thanks to @sinisaos for adding this.