about summary refs log tree commit diff
path: root/app/assets/javascripts/components/actions/cards.jsx
AgeCommit message (Collapse)Author
2017-02-26Add <MissingIndicator /> when status or account are not found, skip alertsEugen Rochko
for those errors
2017-02-17Speed up/optimize loading of statuses, context and cards by not re-fetching ↵Eugen Rochko
what is already loaded
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-23Fix mistakeEugen Rochko
2017-01-23Add /api/v1/notifications/clear, non-existing link cards for statuses willEugen Rochko
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses
2017-01-20No loading bars for cards, no failure if it 404s (that's expected)Eugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko