Skip to content

0.6.0

Choose a tag to compare

@oli-dev0 oli-dev0 released this 07 Jul 23:56

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.