solidusio / solidus_support

Common runtime helpers for Solidus extensions.
BSD 3-Clause "New" or "Revised" License
9 stars 23 forks source link

Add support for SolidusAdmin #84

Closed mamhoff closed 4 months ago

mamhoff commented 5 months ago

For extension developers wishing to conditionally add support for the new Admin, we need to provide a space for components and controllers to go. Furthermore, we should have something like SolidusSupport.backend_available? for the new admin. With this commit, I propose SolidusSupport.admin_available?