about summary refs log tree commit diff
path: root/spec/javascript
AgeCommit message (Expand)Author
2017-09-30Upgrade to React 16 (#5119)Eugen Rochko
2017-09-25Fix emojify() by generating a mapping to existing Twemoji files (#5080)Eugen Rochko
2017-09-23Switch from EmojiOne to Twemoji, different emoji picker (#5046)Eugen Rochko
2017-09-22Make dropdowns render into portal, expand animation (#5018)Eugen Rochko
2017-08-07feat: Cache status height to avoid expensive renders (#4439)Sorin Davidoi
2017-08-07Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src an...Ondřej Hruška
2017-07-27fix(dropdown_menu): Open as modal on mobile (#4295)Sorin Davidoi
2017-07-18feat(emoji): Add back title attribute (#4253)Sorin Davidoi
2017-07-14🎄🔨 Force tree shake emojione (#4202)Sorin Davidoi
2017-07-14Fix #4149, fix #1199 - Store emojis as unicode (#4189)Eugen Rochko
2017-07-11refactor: Rewrite immutablejs import statements using destructuring (#4147)Sorin Davidoi
2017-07-03Faster emojify() by avoiding str.replace() entirely (#4049)Nolan Lawson
2017-06-30Faster emojify() algorithm, avoid regex replace (#4019)Nolan Lawson
2017-06-29Upgrade jsdom to version 11.0.0 (#3994)Yamagishi Kazutoshi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-06Add quotes ESLint rules (#3602)Yamagishi Kazutoshi
2017-06-01Improve tests for JavaScript (#3496)Yamagishi Kazutoshi
2017-05-29Update dependencies of Node.js (#3067)Yamagishi Kazutoshi
2017-05-20Performance improvements (#3168)Sorin Davidoi
2017-05-19Replace inline styles with stylesheet (#3115)Yamagishi Kazutoshi
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
2017-04-12Add unit tests for https://github.com/tootsuite/mastodon/pull/1574 (#1584)Henry Smith
2017-04-11When avatar/header are GIF, generate static versions (#1428)Eugen
2016-11-16Remove broken testEugen Rochko
2016-10-20add/update specs for Button, DisplayName, DropdownMenuKai Schaper
2016-10-18Adding application/jrd+json webfinger resourceEugen Rochko
2016-10-12actually use constKai Schaper
2016-10-12add chai-enzyme; add/improve Avatar component specsKai Schaper
2016-10-10use ES6 arrow functionsKai Schaper
2016-10-10add sinon; add basic Button component testKai Schaper
2016-10-10add jsdom; add basic Avatar component testKai Schaper
2016-10-10set up Mocha/Chai/Enzyme for React component unit testingKai Schaper