about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/hashtag_timeline
AgeCommit message (Collapse)Author
2017-02-23Improve glowEugen Rochko
2017-02-18Fix #642 - Add "empty column" text to home/notificationsEugen Rochko
2017-02-04Make the streaming API also handle websockets (because trying to get the ↵Eugen Rochko
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
2017-02-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
redis-backed "mentions" timeline as redundant (given notifications)
2017-01-30Resolve confusion between ColumnBackButton and the slim version thatEugen Rochko
the public timeline has been using
2017-01-03Add "back" button on column headers of public and hashtag timelines. The "back"Eugen Rochko
button takes you back to getting started page
2016-12-03Keep timelines in the UI trimmed when possibleEugen Rochko
2016-11-10Fix live status removal from public/hashtag channelsEugen Rochko
2016-11-05Adding hashtagsEugen Rochko