Skip to content
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

(Try to) integrate some rogue client-side features into Angular app #5

Open
bentsherman opened this issue Jan 24, 2017 · 0 comments
Open
Labels

Comments

@bentsherman
Copy link
Member

There are a few "rogue" features in the main website:

  • Twitter social stream
  • Chatango chat widget
  • audio streams

That is, these features aren't components (e.g. controllers, directives) in the Angular app. It's not really a big deal; everything still works, but there are a few minor inconveniences. For example, we have to load jQuery just to load the chat widget in the Media Center view, and opening the Media Center opens 3 more audio streams (albeit only for a minute). So it would be cleaner to integrate these features into the Angular app, but it's not a top priority by any means.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant