about summary refs log tree commit diff
path: root/app/assets/javascripts/components/reducers
AgeCommit message (Expand)Author
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-12-24Re-add unlisted toggle to the UIAnthony Bellew
2016-12-23Compose form in the UI now has public/private toggle instead of public/unlistedEugen Rochko
2016-12-22Fix notifications reducer bugEugen Rochko
2016-12-14Re-implemented autosuggestions component for the compose formEugen Rochko
2016-12-12Fix timelines loading bugEugen Rochko
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
2016-11-24Fix bad referenceEugen Rochko
2016-11-24Fix forgotten referenceEugen Rochko
2016-11-24Remove Neo4JEugen Rochko
2016-11-23Follow/unfollow button outside of dropdown, also make favs/reblogs update ind...Eugen Rochko
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notif...Eugen Rochko
2016-11-23Adding content sensitivity toggle, spoilers for mediaEugen Rochko
2016-11-21Switch to compose route when replying and compose is not mountedEugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-11-18Adding german localizationEugen Rochko
2016-11-13Fix another mistakeEugen Rochko
2016-11-13Infinite scroll for followers/following listsEugen Rochko
2016-11-13Fix stale referenceEugen Rochko
2016-11-13Making upload button into a smaller icon buttonEugen Rochko
2016-11-13Search componentEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Add forgotten reducer for FAVOURITES_FETCH_SUCCESSEugen Rochko
2016-11-04Optimize how statuses are re-rendered and relative time intervalsEugen Rochko
2016-11-03Add list of who reblogged statusEugen Rochko
2016-11-03Aria-labels actually didn't work in React, so removing. Fixing some bugsEugen Rochko
2016-11-03Allow @username@domain/@username in follow form, prevent duplicate accountsEugen Rochko
2016-11-03Add own composed status to home without waiting for websocket eventEugen Rochko
2016-10-31Actually fix the reblogs/favs reducer issueEugen Rochko
2016-10-31Fix forgotten reducers for reblogs/favouritesEugen
2016-10-31Fix accounts not being normalized from context statusesEugen
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-28Improved how user lists look, added follow button to themEugen Rochko
2016-10-27Adding following/followers lists to the UIEugen 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
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
2016-10-18Improve how errors are displayed in the UIEugen Rochko
2016-10-18Small clean upEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-17Fix #82 - only show latest reblog of status in UIEugen Rochko
2016-10-15Exclude blocked users from follow suggestions, fix testsEugen Rochko
2016-10-15Display follow suggestionsEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
2016-10-07Adding public timelineEugen Rochko