appirio-tech / connect-app

Build your next project on Connect with the power of crowdsourcing
https://connect.topcoder.com
44 stars 139 forks source link

Implement common Topcoder navigation bar in Connect #3276

Open maxceem opened 5 years ago

maxceem commented 5 years ago

Instead of current topbar which is different from page to page in Connect app, we should use the common Topcoder navigation bar for all Connect pages like this:

image

vikasrohit commented 5 years ago

This nav bar is outdated @maxceem The new common nav is something like this https://tc-unified-nav.herokuapp.com/light Screen Shot 2019-08-22 at 1 02 55 PM

maxceem commented 5 years ago

Resources:

This common reusable component for topbar new features from React 16.8 like hooks https://github.com/topcoder-platform/navigation-component/blob/develop/src/components/TopNav/index.js

So we cannot use it until we upgrade Connect app to React 16 which is tracked here https://github.com/appirio-tech/connect-app/issues/1564