about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/status/index.jsx
AgeCommit message (Expand)Author
2017-04-23Add a confirmation modal: (#2279)Eugen
2017-04-23Replace inline styles with CSS classes (BEM) (#2338)Stephen Burgess
2017-04-21Remove deprecated features at React v15.5 (#1905)Yamagishi Kazutoshi
2017-04-17Add gif auto-play/pause preferencePatrick Figel
2017-04-13Add overlay style to buttons, continue video after expanding itEugen Rochko
2017-04-13Allow video to be expanded into lightboxblackle
2017-04-13Use shift+click instead of alt+click to bypass boost dialog (#1638)Isabelle Knott
2017-04-11Allow user to disable the boost confirm dialog in preferencesblackle
2017-04-11Bypass boost confirm modal if alt is pressedblackle
2017-04-10Add boost confirm modalblackle
2017-04-01Made modal system more genericEugen Rochko
2017-02-26Add <MissingIndicator /> when status or account are not found, skip alertsEugen Rochko
2017-02-19adding new react class StatusNotFoundRakib Hasan
2017-02-19Fixing issue #626Rakib Hasan
2017-02-18Fix #642 - Add "empty column" text to home/notificationsEugen Rochko
2017-02-17Add foreign key to prevent reblogs of non-existent (after race conditions) st...Eugen Rochko
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko
2017-02-05Add next/previous navigation in modal for media attachmentsEugen Rochko
2017-01-30Make profile header scroll along with contents. AccountTimeline, Followers an...Eugen Rochko
2017-01-10Add "not found" component to UIEugen Rochko
2017-01-08Switch to compose view when tapping 'mention' in dropdown on mobileblackle
2016-11-21Switch to compose route when replying and compose is not mountedEugen Rochko
2016-11-04Reduce code duplication, add touch scrolling behaviour for webkit browsersEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen 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-09Improved how in-UI profiles lookEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-06Styling loading indicator, removing unused routes, adding "getting started" e...Eugen Rochko
2016-10-06Fix delete option missing from statuses in detailed viewEugen Rochko
2016-09-25Better styling for selected status in detailed viewEugen 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-18Detailed status view scrollableEugen Rochko
2016-09-17Adding media controller, 1 webm/compose form allowed, previews generatedEugen Rochko
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for fet...Eugen Rochko