about summary refs log tree commit diff
path: root/app/assets/javascripts/components/containers
AgeCommit message (Expand)Author
2017-01-10Add "not found" component to UIEugen Rochko
2017-01-09Merge branch 'dropdown' of https://github.com/blackle/mastodon into blackle-d...Eugen Rochko
2017-01-09Improve initialState loadingEugen Rochko
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
2017-01-04Move "getting started" to its own routeJessica Stokes
2016-12-26Replacing follow requests in the settings area with in-UI columnEugen Rochko
2016-12-08Declare UkrainianStanislav Makar
2016-11-28Forgot to enable hungarian translation in the frontendEugen Rochko
2016-11-28Enabling portuguese and hungarian translations, which are awfully incompleteEugen Rochko
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notif...Eugen Rochko
2016-11-22Adding French locale to mastodon.jsxnicolas
2016-11-21Try to fix for browsers that don't support notificationsEugen Rochko
2016-11-21Switch to compose route when replying and compose is not mountedEugen Rochko
2016-11-21Desktop notificationsEugen Rochko
2016-11-20Adding notifications columnEugen Rochko
2016-11-19Activating Spanish i18nEugen Rochko
2016-11-18Adding german localizationEugen Rochko
2016-11-17Add an Intl polyfillEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-13Fix #110 - Make web UI use browser history, change links in e-mails to link t...Eugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Adding list of who favourited statusEugen Rochko
2016-11-04Optimize how statuses are re-rendered and relative time intervalsEugen Rochko
2016-11-03Add list of who reblogged statusEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-27Adding following/followers lists to the UIEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
2016-10-16Don't preload timelines as props, load them when timeline component is mountedEugen Rochko
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-09Making AccountTimeline into a sub-routeEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-06Styling loading indicator, removing unused routes, adding "getting started" e...Eugen Rochko
2016-10-03API for blocking and unblockingEugen Rochko
2016-09-20Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESSEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko
2016-09-18Improve how account detailed view looks, load account's statusesEugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for fet...Eugen Rochko
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) co...Eugen Rochko
2016-09-12Adding a notification stack for error messagesEugen Rochko
2016-09-12Fixing image upload limits, allowing webm, merge/unmerge events triggerEugen Rochko
2016-09-10Merge and unmerge timelines on follow/unfollow, solves #21, #22Eugen Rochko
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
2016-09-05Make compose form also use normalized dataEugen Rochko
2016-09-05RemoveStatusService fleshed out, still doesn't send Salmon slaps thoughEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-09-03Fix reblogs of reblogs in UI, add follow form in UIEugen Rochko