Commit Graph

29 Commits

Author SHA1 Message Date
caf5b8e975 Fix #431 - convert gif to webm during upload. Web UI treats them like it did
before. In the API, attachments now can be either image, video or gifv. Gifv
is to be treated like images in terms of behaviour, but are videos by file
type.
2017-03-04 23:02:24 +01:00
442fdbfc53 Mute button progress so far. WIP, doesn't entirely work correctly. 2017-03-01 22:31:21 -06:00
4fbdf100c4 Add <MissingIndicator /> when status or account are not found, skip alerts
for those errors
2017-02-26 23:06:27 +01:00
d9022884c6 Smarter infinite scroll 2017-01-24 04:12:10 +01:00
8d0284f8d9 Hide more non-essential loading bars 2017-01-19 11:23:24 +01:00
9b0941182f Don't show loading bar when checking account timeline for newer stuff 2017-01-19 11:01:01 +01:00
1d5cbfa356 Fix #449 - don't do relationships fetch for empty array of IDs 2017-01-15 14:47:39 +01:00
23ebf60b95 Improve initialState loading 2017-01-09 12:37:53 +01:00
3689c119f0 Replacing follow requests in the settings area with in-UI column 2016-12-26 21:33:51 +01:00
7cee27f517 Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
skip ActionCable for follow/unfollow/block events, instead clear UI from
blocked account's posts instantly if block request succeeds. Add forgotten
i18n for sensitive content
2016-11-23 22:57:57 +01:00
bcfa49aea7 Fix another mistake with infinite user list for following 2016-11-13 21:02:10 +01:00
44f236e889 Fix infinite scrolling mistake 2016-11-13 20:52:11 +01:00
dbfe1e4be6 Infinite scroll for followers/following lists 2016-11-13 20:42:54 +01:00
e8ff4c8e56 Refactoring redux state into different reducers 2016-10-30 15:06:43 +01:00
ac4f53a3a2 Improved how user lists look, added follow button to them 2016-10-28 20:05:44 +02:00
1c84d505c8 Adding following/followers lists to the UI 2016-10-27 21:59:56 +02:00
04bbc57690 Fix #100 - Add "back" button to certain views
Also fix reloading of timelines after merge-type events
2016-10-19 18:20:19 +02:00
8698cd3281 Remember scroll position when navigating back, do not needlessly reload
entire timelines (only fetch since last known ID). Side effect: account
timelines no longer update in real-time
2016-10-18 23:06:28 +02:00
f88b8ce757 Improve how errors are displayed in the UI 2016-10-18 17:09:45 +02:00
564e01eaf6 Add console.error to all axios failures 2016-10-18 00:42:04 +02:00
b5c6d00afa Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issues 2016-10-17 01:23:41 +02:00
70e9dd0b5b Blocking will prevent e-mail notifications from blocked user, blocks in UI 2016-10-03 18:49:52 +02:00
4f9b7432dd Fix #52 - Add API versioning (v1) 2016-09-27 16:59:08 +02:00
3f9708edc4 Change output of api/accounts/:id/follow and unfollow to return relationship
Track relationship in redux state. Display follow/unfollow and following-back
information on account view (unstyled)
2016-09-23 20:23:26 +02:00
2a84271e85 Infinite scroll for account timelines 2016-09-22 20:58:35 +02:00
0967961de7 Improve how account detailed view looks, load account's statuses 2016-09-18 18:18:46 +02:00
dafcb02153 Remove unused action constants 2016-09-18 13:45:39 +02:00
5b0cef9781 Setting up preliminary "detailed" routes in the UI, new API end-point for fetching status context 2016-09-16 00:21:51 +02:00
2e7aac793a Adding sense of self to the UI, cleaning up routing, adding third (detail) column 2016-09-13 02:24:40 +02:00