Broken navigation links on "Help" page
Inside the first expandable section on the "About" page, "Using the Application" there are top level navigation links that jump you down the page.
These links are using a '#' prefix and that appears to be making it into the URL. This should not be actually updating the URL with the hash fragment, it should be updating the application state and the about page should be reacting to that change and focusing on the correct portion of the page.
If you click on one of the links it updates the URL with the hash fragment and the application is reloaded.
You should be able to link to a portion of the help/about documentation from any part of the application. There are links to the documentation at the bottom of the list panel, within the settings panel, and in navigation described above. This is working on the help links from the settings panel, this might help solve the problem.