Web Portal Navigation

  • [code]
  • [webportal]

The Web Portal supports two navigation menus - a sidebar and a top navbar. These navigation menus are controlled by the following code files:

  • ares-webportal/app/components/global-sidebar.hbs and .js
  • ares-webportal/app/components/global-navbar.hbs and .js

The sidebar is driven by the GetSidebarInfoRequestHandler web request. If you want additional data to appear on the sidebar (for example - adding a list of recently-approved characters), you’ll need to update that handler.