Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-24 | Only show upload modal when drag event contains files (#2409) | Stephen Burgess | |
* fix(upload): Only show upload modal when drag even contains files * fix(firefox): Close drag window ondragend also Do not only end drag styles on drag leave, but also on drag end. Fixes firefox bug. #687 * fix(drag-modal): Remove drag modal trigger cruft * fix(upload-modal): Allow close with escape button | |||
2017-04-24 | Hide some components rather than unmounting (#2271) | Akihiko Odaki | |
Hide some components rather than unmounting them to allow to show again quickly and keep the view state such as the scrolled offset. | |||
2017-04-21 | Remove deprecated features at React v15.5 (#1905) | Yamagishi Kazutoshi | |
* Remove deprecated features at React v15.5 - [x] React.PropTypes - [x] react-addons-pure-render-mixin - [x] react-addons-test-utils * Uncommented out & Add browserify_rails options * re-add react-addons-shallow * Fix syntax error from resolve conflicts * follow up 59a77923b368d48c590cd9f4a0c6b73ce972d33f | |||
2017-04-15 | Add a classname to the loading bar (#1826) | Alda Marteau-Hardi | |
2017-04-13 | Fix drag & drop overlay not appearing on firefox (#1721) | Eugen | |
2017-04-01 | Made modal system more generic | Eugen Rochko | |
2017-03-31 | Fix drag & drop overlay flickering | Eugen Rochko | |
2017-03-28 | Hide drag & drop area on drop event regardless of success | Eugen Rochko | |
2017-03-24 | Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) | Eugen Rochko | |
2017-02-09 | Progress on moving color styles to Sass | Eugen Rochko | |
2017-02-05 | Remove react-dnd as it was interfering with text selection. Move content | Eugen Rochko | |
warning mentions preview into area where actual content would be | |||
2017-02-05 | Getting started on draggable columns | Eugen Rochko | |
2017-02-02 | Add logging and filtering to the node.js streaming API | Eugen Rochko | |
2017-01-19 | Fix #222 - Update followers count when following/unfollowing | Eugen 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-08 | Switch to compose view when tapping 'mention' in dropdown on mobile | blackle | |
2017-01-06 | Add tab bar alternative to desktop UI, upgrade react & react-redux | Eugen Rochko | |
2016-12-11 | Fix #171 - You can now drag & drop files to be uploaded | Eugen Rochko | |
2016-12-06 | Fix #341 - Remove react-responsive in favour of simpler resize ↵ | Eugen Rochko | |
handler/window width | |||
2016-11-21 | Fix responsive layout breakpoint, replace mentions column with notifications | Eugen Rochko | |
2016-10-24 | Add opening images in a modal window | Eugen Rochko | |
2016-10-18 | Remember scroll position when navigating back, do not needlessly reload | Eugen Rochko | |
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time | |||
2016-10-12 | Responsively changing layout to single-column + nav on smaller screens | Eugen Rochko | |
2016-10-07 | Adding public timeline | Eugen Rochko | |
2016-09-20 | Fix rake tasks and loading bar | Eugen Rochko | |
2016-09-19 | Re-organizing components to be more modular, adding loading bars | Eugen Rochko | |