about summary refs log tree commit diff
path: root/app/assets/javascripts/components/selectors
AgeCommit message (Collapse)Author
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