Commit graph

2 commits

Author SHA1 Message Date
af69abf8e3 feat(admin): add "See on site" link in change forms for better navigation
Integrates a "See on site" button in the admin change forms for `Category`, `Brand`, and `Product` models. This allows users to navigate directly to the corresponding storefront page of the object being edited, improving efficiency and user experience.

- Introduced `StorefrontLinkMixin` for reusable storefront URL logic.
- Added custom template `change_form_with_storefront_link.html` for rendering the button.
2026-03-09 17:38:28 +03:00
f8f051f4e9 feat(admin-docs): add base structure and templates for admin documentation
Introduce templates for admin documentation, including model details, views, template tags, filters, and bookmarklets. This enhances the admin interface by providing detailed documentation directly within the application.
2026-02-21 19:52:28 +03:00