index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
javascript
Age
Commit message (
Expand
)
Author
2017-08-07
feat: Cache status height to avoid expensive renders (#4439)
Sorin Davidoi
2017-08-07
Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src an...
Ondřej Hruška
2017-07-27
fix(dropdown_menu): Open as modal on mobile (#4295)
Sorin Davidoi
2017-07-18
feat(emoji): Add back title attribute (#4253)
Sorin Davidoi
2017-07-14
🎄🔨 Force tree shake emojione (#4202)
Sorin Davidoi
2017-07-14
Fix #4149, fix #1199 - Store emojis as unicode (#4189)
Eugen Rochko
2017-07-11
refactor: Rewrite immutablejs import statements using destructuring (#4147)
Sorin Davidoi
2017-07-03
Faster emojify() by avoiding str.replace() entirely (#4049)
Nolan Lawson
2017-06-30
Faster emojify() algorithm, avoid regex replace (#4019)
Nolan Lawson
2017-06-29
Upgrade jsdom to version 11.0.0 (#3994)
Yamagishi Kazutoshi
2017-06-23
Remove unused variables (#3906)
Yamagishi Kazutoshi
2017-06-06
Add quotes ESLint rules (#3602)
Yamagishi Kazutoshi
2017-06-01
Improve tests for JavaScript (#3496)
Yamagishi Kazutoshi
2017-05-29
Update dependencies of Node.js (#3067)
Yamagishi Kazutoshi
2017-05-20
Performance improvements (#3168)
Sorin Davidoi
2017-05-19
Replace inline styles with stylesheet (#3115)
Yamagishi Kazutoshi
2017-05-03
Replace sprockets/browserify with Webpack (#2617)
Eugen Rochko
2017-04-12
Add unit tests for https://github.com/tootsuite/mastodon/pull/1574 (#1584)
Henry Smith
2017-04-11
When avatar/header are GIF, generate static versions (#1428)
Eugen
2016-11-16
Remove broken test
Eugen Rochko
2016-10-20
add/update specs for Button, DisplayName, DropdownMenu
Kai Schaper
2016-10-18
Adding application/jrd+json webfinger resource
Eugen Rochko
2016-10-12
actually use const
Kai Schaper
2016-10-12
add chai-enzyme; add/improve Avatar component specs
Kai Schaper
2016-10-10
use ES6 arrow functions
Kai Schaper
2016-10-10
add sinon; add basic Button component test
Kai Schaper
2016-10-10
add jsdom; add basic Avatar component test
Kai Schaper
2016-10-10
set up Mocha/Chai/Enzyme for React component unit testing
Kai Schaper