Loading the app from /dashboard/contributors/:id is failing, because the contributors are loaded later. This fetches the requested contributor separately when launching the app from a contributor profile URL.
Later it can be used for contribution details and other things, too.
Adds a 3-pane layout option for showing details, as well as a dashboard sub-route for showing contributor details in the new details pane.