67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Upgrade codebase to Ember Octane #184

Closed raucao closed 4 years ago

raucao commented 4 years ago

We can do this bit by bit, because Octane (introduced in Ember 3.15) is backward-compatible with classic Ember features. It'll just throw a ton of linter warnings, of course.

Here's a handy cheat sheet for all the changes: https://ember-learn.github.io/ember-octane-vs-classic-cheat-sheet/

raucao commented 4 years ago

Just a heads-up: I started the update orgy on my machine...

raucao commented 4 years ago

Note: channel-container component should be dissolved and most functionality moved into the base-channel route/controller.