-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a modal to show sponsors #465
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more thing besides the other comments is that I had thought that footer_modal.js should have been required in app/assets/javascripts/application.js but it seems to work fine without this.
Webpacker probably handles this already and serves the whole |
About
This adds a new feature: we now use a modal to show sponsors at
/#sponsors
. Due to the newly introduced login/landing page in #444, we do not have a navbar anymore which led to an error since the sponsor route was previously accessible without authentication. However, in the new navbar, we do not even consider if the user is logged in anymore as the navbar is per se only shown when the user is logged in. A hotfix was employed in #461.Todo
Preview