0.8.0
This release makes the admin sidebar more flexible and brings more two-factor auth screens into the Vanta theme.
Added
- Added a resizable desktop sidebar that remembers the user's preferred width in the browser.
- Added a sidebar expand/collapse-all control for visible navigation sections.
- Added a sidebar account-menu link to 2FA settings when
django-two-factor-authroutes are available. - Added a themed two-factor authentication disable-confirmation screen.
Changed
- Tightened the sidebar filter layout so search and section controls sit together cleanly.
- Refined two-factor auth buttons and links so the security screens feel more consistent with the rest of Vanta.
- Cleaned up help text, submit-row buttons, small action buttons, and focus outlines across admin screens.
Impact
- Large admin sidebars are easier to adapt to long app and model names.
- Users can open or close sidebar sections faster when moving around larger Django admins.
- Projects using
django-two-factor-authget a more complete Vanta-styled account security flow.