about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui/containers
AgeCommit message (Collapse)Author
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-11-13Making upload button into a smaller icon buttonEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko
2016-11-10Fix modals sizing and add animation to it, fix #140 by only making the text ofEugen Rochko
status clickable (this also fixes multiple dropdown being openable at the same time)
2016-11-07Replace react-skylight with own solution that centers images betterEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-24Add opening images in a modal windowEugen 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-08Use reselect to memoize denormalization in UI stateEugen Rochko
Also upgrade react-redux to latest version. This is a performance update
2016-10-02Unreblogging and unfavouriting from the UIEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-27Fix #58 - disable compose form while image is uploadingEugen Rochko
2016-09-25Limit usernames to 30 chars, statuses to 500, open account after follow form ↵Eugen Rochko
success
2016-09-22Infinite scroll for timeline columnsEugen Rochko
2016-09-22API returns mentions for statuses, compose form pre-fills all relevant ↵Eugen Rochko
usernames into the form when replying
2016-09-21Fix notifications in UI, added new API for fetching account relationshipsEugen Rochko
2016-09-20Fix rake tasks and loading barEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko