Proper way to handle velocity limits
Streamline the configuration of the velocityLimits.
Currently each component of the navigation stack has it's velocityLimit in it's own config.
Thus, it has to be set multiple times.
Consequently, the limit should be set once in the client::GeneralConfig and then passed as an additional parameter to each component.
Edited by Tobias Gröger