KrailOrg / krail

Rapid web app framework using Vaadin 8 integrated with Guice and Shiro
50 stars 19 forks source link

Make NavigationButton independent #747

Open davidsowerby opened 6 years ago

davidsowerby commented 6 years ago

These are useful buttons to put almost anywhere (for example the help button).

Ideally they would refer to a NavigationState, as that is the state which the Navigator has least work to do to look up.

They need the Navigator to function - this could be done through the use of a Provider

They should be compatible with TranslatableComponents