Commit Graph

3 Commits (884b085f534b02c664bcddd3a2fefcad6d4e5cc4)

Author SHA1 Message Date
Sorin Davidoi 8eb6d171e6 feat: Cache status height to avoid expensive renders ()
* feat: Cache status height to avoid expensive renders

* feat: Escape content and emojify in reducers

* fix(css): Remove backface-visibility: hidden from .scrollable

* fix(statuses): Avoid creating DOMParses inside a loop
Sorin Davidoi cc68d1945b refactor: Rewrite immutablejs import statements using destructuring ()
Yamagishi Kazutoshi 39ea5c0e2e Improve tests for JavaScript ()
- Upgrade dependencies
    - chai (3.5.0 -> 4.0.1)
    - chai-enzyme (0.6.1 -> 0.7.1)
    - sinon (2.2.0 -> 2.3.2)
- Change extensions from .jsx to .js
- Don't assign `React` to `global`
- Check code format using ESLint