0.6.0
This release makes Django admin edit pages easier to use, especially on longer forms.
Added
- Added save controls that stay easier to reach while scrolling through long edit forms.
Changed
- Cleaned up the buttons used for saving, deleting, viewing history, and changing passwords.
- Made delete confirmation buttons clearer, so the safe action and destructive action are easier to tell apart.
- Made form errors easier to read across admin forms, login, and two-factor auth screens.
- Simplified edit-page breadcrumbs so they feel less cluttered.
- Made a small light-mode polish pass on the sidebar account area.
Impact
- Long edit forms are less frustrating because users do not have to scroll as much just to save.
- Edit pages now feel more like the rest of Vanta instead of dropping back into default Django admin styling.