about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/ui/index.jsx
AgeCommit message (Collapse)Author
2017-02-02Add logging and filtering to the node.js streaming APIEugen Rochko
2017-01-19Fix #222 - Update followers count when following/unfollowingEugen Rochko
Also, since the root component connects to the stream that updates home/notification columns, there is pretty much no case for refreshing those columns beyond initial load. So, move the loading of those columns into the root component, to prevent unneccessary reloads when switching tabs on mobile or resizing desktop window between mobile/desktop layouts
2017-01-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2016-12-11Fix #171 - You can now drag & drop files to be uploadedEugen Rochko
2016-12-06Fix #341 - Remove react-responsive in favour of simpler resize ↵Eugen Rochko
handler/window width
2016-11-21Fix responsive layout breakpoint, replace mentions column with notificationsEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-09-20Fix rake tasks and loading barEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko