geomoose / gm3

GeoMoose 3.0 Development. Please submit pull requests to the 'main' branch.
https://www.geomoose.org
MIT License
58 stars 59 forks source link

If Favorites are not Implemented, hide Stars in Catalog #852

Open tchaddad opened 7 months ago

tchaddad commented 7 months ago

Currently, I think if a GeoMoose app is not configured to use the Favorites option, we still get the "Stars" option appearing in the Catalog items. This can be confusing for users who wonder what the stars are for.

If the stars could be hidden in cases where app.js does not specify app.add(gm3.components.Favorites, 'favorites') that would be a nice enhancement.