In Header.jsx, the Order history item was added in the user menu using the ORDER_HISTORY_URL environment variable as href.
Environment Variables section in README.rst updated with the description of ORDER_HISTORY_URL.
* docs: fleshing out the readme
Making it consistent with frontend-component-footer and much more detailed.
* fix: Removing unused variable, siteName
Also fixing logout URL in development. (We fixed this in a number of other repositories already, but somehow this one snuck through)
The LOGISTRATION_MINIMAL_HEADER environment variable removes the main menu links
from the header. It also removes login/register links from the menu if user
is unauthenticated.
* refactor: rename SiteHeader to Header
* build: use frontend-build
* fix: ensure that we can handle anonymous users
* feat: anonymous header works now
Up until now we haven’t had any microfrontends that allowed anonymous usage. The Header was encountering errors rendering in such situations, though it was close. Now it properly shows the Login and Sign Up buttons.
* build: bump version of frontend-build