You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/helpers
Eugen Rochko f5bf5ebb82 Replace sprockets/browserify with Webpack (#2617)
* Replace browserify with webpack

* Add react-intl-translations-manager

* Do not minify in development, add offline-plugin for ServiceWorker background cache updates

* Adjust tests and dependencies

* Fix production deployments

* Fix tests

* More optimizations

* Improve travis cache for npm stuff

* Re-run travis

* Add back support for custom.scss as before

* Remove offline-plugin and babili

* Fix issue with Immutable.List().unshift(...values) not working as expected

* Make travis load schema instead of running all migrations in sequence

* Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
<UI />

* Add react definitions to places that use JSX

* Add Procfile.dev for running rails, webpack and streaming API at the same time
8 years ago
..
admin Downgrade rubocop 0.48.1 => 0.46.0 (#2628) 8 years ago
activitystreams2_builder_helper.rb Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 8 years ago
application_helper.rb Replace sprockets/browserify with Webpack (#2617) 8 years ago
flashes_helper.rb Clean up flash display in views (#2336) 8 years ago
home_helper.rb Improve initialState loading 8 years ago
http_helper.rb Bump version, improve how version is stored for better commit history (#2526) 8 years ago
instance_helper.rb Instance helper to replace site title helper (#2038) 8 years ago
routing_helper.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago
settings_helper.rb Add Hebrew interface translation. (#2573) 8 years ago
stream_entries_helper.rb Test embedded_view related code in a helper (#2282) 8 years ago
style_helper.rb Check for a custom css file to help customization of instances (#1368) 8 years ago