amilner42 / code-tidbit

Share Programming Knowledge Better
GNU General Public License v3.0
9 stars 1 forks source link

Fixing the navigation #222

Closed amilner42 closed 6 years ago

amilner42 commented 7 years ago

Closes

Closes #220

Description

Almost all the navigation of the website that can be done with a simple link now uses navigation nodes to allow for things like open-in-new-tab.

Created navigation helpers to make this easy, from now on you simply use Route.navigationNode whenever you are making a navigation element.

This has the added benefit of everything being tab-able now, which is the default for a nodes. Just better to be following html semantics...