Improved transitions between stacks and stack resources
Fixed the "Back to stack" button on resources. If you're on a database, back takes you to the database index and not the app index. 🎆
This indirectly fixes #714 . #714 was caused by my removing of the activating-item component in favor of #link-tos. This approach works great when the link route matches exactly, but not great when you need to match on sub routes. This PR removes the sub routes.
This PR adds more liquid fire goodness:
activating-item
component in favor of#link-to
s. This approach works great when the link route matches exactly, but not great when you need to match on sub routes. This PR removes the sub routes.