about summary refs log tree commit diff
path: root/app/javascript/packs/about.js
AgeCommit message (Collapse)Author
2017-11-20Finalized theme loading and stuffkibigo!
2017-11-18WIP static themeingkibigo!
2017-11-17Forking glitch themekibigo!
2017-10-07Redesign public hashtag pages (#5237)Eugen Rochko
2017-07-18Require any modules after loading polyfill in entry points (#4231)Akihiko Odaki
app/javascript/mastodon/main.js delayed the execution of modules, but other entry points didn't. That leads to failure in executing modules, which requires those polyfills. Strictly enforce the rule to require any modules after loading polyfill in entry points.
2017-07-14Do not load unnecessary script files (#4193)Yamagishi Kazutoshi