Gitlab Community Edition Instance

Skip to content

subscription Sidebar component / Routing rework

robinwilliam.hundt requested to merge subscription-sidebar into master

Routing is now dynamically handled by selector components. E.g. the LayoutSelector will render as the correct Layout depending on the logged in users role. This allows to simply route to e.g. '/home/ and the StartPageSelector will determine if StudentPage or TutorStartPage should be displayed.

Merge request reports