Should navigate to selected card (i.e Inventory)
Some Cards don't navigate to any route
http://g.recordit.co/eQY6F9j9jj.gif
docker reaction:latest fresh install
The Routing, Inventory, and Layout cards all do nothing. The Catalog card allows you do disable it which I am not sure what effect that would have.
I added these intentionally and want to keep them. They are there as reminders -> that we have functionality that is yet to be developed. Those packages don't need Routes or enable/disable though. (For instance, the Router card will be going to a routing table to manage routes..). The dashboard isn't just going to be settings, in the near-ish future, there will also be stats,etc. reflected in these cards, so it will make more sense that some cards "do nothing".
It just seems to be causing confusion now as I get the same question every couple of days that people think that something's not working or they can't manage the catalog (or inventory or routing) because the card doesn't work. Can we mark these as WIP or something to make it clearer? I get wanting to leave a placeholder.
I had an equal number of questions about where were these packages when they weren't visible.. I sort of view it as a forceful reminder.. of things to come. The "Catalog" one in particular though, is more questionable.. I'm open to hiding that one.
Short term, we could change the cursor css prop on any of those that don't have an actual URL to go to. That would probably at least curb the "why doesn't this link work" question.
.dashboard-thing {
cursor: default;
}
@jshimko works fine, feels almost good enough that I'm not sure it won't be a long term solution (what's that saying about quick fixes?)
馃憤
Most helpful comment
Short term, we could change the
cursorcss prop on any of those that don't have an actual URL to go to. That would probably at least curb the "why doesn't this link work" question.