about summary refs log tree commit diff
path: root/app/assets/javascripts/components/actions/accounts.jsx
AgeCommit message (Collapse)Author
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time
2017-04-18Add hasMore field to account timeline (#2066)geta6
2017-04-02Avoid re-loading already loaded relationships. Also fixes issue where wrongEugen Rochko
button would be displayed in account lists for unloaded relationships
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
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-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-02-26Add <MissingIndicator /> when status or account are not found, skip alertsEugen Rochko
for those errors
2017-01-24Smarter infinite scrollEugen Rochko
2017-01-19Hide more non-essential loading barsEugen Rochko
2017-01-19Don't show loading bar when checking account timeline for newer stuffEugen Rochko
2017-01-15Fix #449 - don't do relationships fetch for empty array of IDsEugen Rochko
2017-01-09Improve initialState loadingEugen Rochko
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and ↵Eugen Rochko
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-13Fix another mistake with infinite user list for followingEugen Rochko
2016-11-13Fix infinite scrolling mistakeEugen Rochko
2016-11-13Infinite scroll for followers/following listsEugen 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-19Fix #100 - Add "back" button to certain viewsEugen Rochko
Also fix reloading of timelines after merge-type events
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-18Improve how errors are displayed in the UIEugen Rochko
2016-10-18Add console.error to all axios failuresEugen Rochko
2016-10-17Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issuesEugen Rochko
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)Eugen Rochko
2016-09-23Change output of api/accounts/:id/follow and unfollow to return relationshipEugen Rochko
Track relationship in redux state. Display follow/unfollow and following-back information on account view (unstyled)
2016-09-22Infinite scroll for account timelinesEugen Rochko
2016-09-18Improve how account detailed view looks, load account's statusesEugen Rochko
2016-09-18Remove unused action constantsEugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for ↵Eugen Rochko
fetching status context
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) ↵Eugen Rochko
column