cburschka / cadence

A strophe.js-powered XMPP web client for chatrooms.
6 stars 2 forks source link

Navigation links can't be overridden. #449

Closed cburschka closed 7 years ago

cburschka commented 7 years ago

Thanks to the object merging code, profiles cannot add new keys to the configuration object.

Since config.ui.navigation is an empty object in the template, no navigation links can be added.

This is a bad idea in general since it also requires unique link texts and potentially alters the link order. Just make it an array.