schon/engine/vibes_auth/graphene
Egor fureunoir Gorbunov 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
..
__init__.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
mutations.py feat(admin): add "See on site" link in change forms for better navigation 2026-03-09 17:38:28 +03:00
object_types.py Features: 1) None; 2025-12-19 16:43:39 +03:00