Skip to content

0.5.0

Choose a tag to compare

@oli-dev0 oli-dev0 released this 07 Jul 21:53

This release adds sidebar navigation filtering and refines the light-mode admin palette.

Added

  • Added a sidebar navigation filter that can match app sections and model links.
  • Added automatic section expansion while filtering, then restores the stored open-section state when the filter is cleared.

Changed

  • Tightened the sidebar display controls so the account menu stays compact.
  • Refined the light-mode palette with softer blue-grey surfaces, clearer search focus states, and stronger changelist table headers.
  • Reduced sidebar group spacing around the new filter so larger admin menus stay easier to scan.

Impact

  • Admin users can find models faster in projects with many apps or long sidebars.
  • Light-mode changelists and search inputs have clearer visual states without changing Django admin behavior, permissions, URLs, or server-side data.

Notes

  • The navigation filter runs as plain Django static JavaScript and does not add a frontend build step.