about summary refs log tree commit diff
path: root/app/assets/javascripts/components/selectors/index.jsx
AgeCommit message (Collapse)Author
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
* 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
2017-04-02Avoid re-loading already loaded relationships. Also fixes issue where wrongEugen Rochko
button would be displayed in account lists for unloaded relationships
2017-02-26Improve compose form performance, upgrade JS dependencies. LightingBoxEugen Rochko
now allows to cycle through multiple images
2017-02-22Improve status reselect, do not display "load more" when no next link availableEugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-28Make suggestions box also use user list componentsEugen Rochko
2016-10-27Adding following/followers lists to the UIEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
all statuses/accounts to assemble, but at least lists don't have to be re-rendered all the time now. Also add "mention" dropdown option
2016-10-18This should fix itEugen Rochko
2016-10-18DebuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18Will this fix the issue?Eugen Rochko
2016-10-15Display follow suggestionsEugen Rochko
2016-10-08Fix mistakeEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
Also upgrade react-redux to latest version. This is a performance update