DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
0 stars 0 forks source link

Admin section navigation #28

Closed DavidAJohn closed 1 year ago

DavidAJohn commented 1 year ago

Navigation in the admin section needs to be improved.

A breadcrumb at the top of each page would probably be my favoured way of accomplishing that. Or perhaps just simple buttons to return to the previous page using the existing LinkButton component.

The Galleries section is a good example. There are really three levels - the initial list of galleries, the edit page for an existing gallery, then from that you can edit an individual photo. But there are no links between those pages.