-
Couldn't load subscription status.
- Fork 1.8k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
No. There are mostly enhancements.
Describe the solution you'd like
Some of the content on footer is hardcoded on the templates and doesn't provide any context in a on-premise deployment. My proposals are:
- Use
settings.appNamevariable to replace "eventyay" text.
https://github.com/fossasia/open-event-frontend/blob/development/app/templates/components/footer-main.hbs#L5
- Hide or drop the content of "Nearby Events" section as the URLs don't point to any page/section [1]. A more sophisticated solution here, would be to create a dynamic list based on the event locations [2].
[1] https://github.com/fossasia/open-event-frontend/blob/development/app/templates/components/footer-main.hbs#L25
[2] https://open-event-api-dev.herokuapp.com/#event-locations
- Hide "Connect with us" section by default and show it only when the user adds a link.

