drewroberts / blog

📝 Laravel package for my opinionated style of adding blog posts to Laravel projects
MIT License
2 stars 4 forks source link

Nova View & Copy Path Buttons #87

Closed drewroberts closed 3 years ago

drewroberts commented 3 years ago

Similar to how WordPress handles "View" buttons on Posts, I would like for all of the resources in this package to have a "View" link in both the Nova Index and the Resource Show pages that is a simple ahref link to the path accessor of the resource. Here is a screenshot of what WordPress does:

Screen Shot 2021-04-17 at 9 46 38 AM

YouTube takes it further and does a "Copy" button for the path to the resource that would be great on the resource Show page with the "View" Button next to it and the path as in their example:

Screen Shot 2021-04-17 at 9 40 57 AM
drewroberts commented 3 years ago

@chx2 Could you take this issue?